#951c10

Color #951C10 Mandarian Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandarian Orange #951C10

Tints of Mandarian Orange #951C10

Color information

#951C10 (or 0x951C10) is unknown color: approx Mandarian Orange. HEX triplet: 95, 1C and 10. RGB value is (149,28,16). Sum of RGB (Red+Green+Blue) = 149+28+16=193 (25% of max value = 765). Red value is 149 (58.59% from 255 or 77.20% from 193); Green value is 28 (11.33% from 255 or 14.51% from 193); Blue value is 16 (6.64% from 255 or 8.29% from 193); Max value from RGB is 149 - color contains mainly: red. Hex color #951C10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #951C10 is #6AE3EF. Grayscale: #3E3E3E. Windows color (decimal): -7005168 or 1055893. OLE color: 1055893.

HSL color Cylindrical-coordinate representation of color #951C10: hue angle of 5.41º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #951C10 is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB1492816-
CMYK00.810.890.42
HSL5.41º80.61%32.35%-
HSV(B)5.41º89.26%58.43%-
XYZ12.97.261.21-
YUV62.81101.59189.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 149 (58.59% from 255) = 77.20%
GREEN value IS 28 (11.33% from 255) = 14.51%
BLUE value IS 16 (6.64% from 255) = 8.29%
R=77.20%
G=14.51%
B=8.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.89
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149281600.810.890.425.4180.6132.35
Hex951C10051592A55120
Octal2253420012113152512140
Binary1001010111100100000101000110110011010101011010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951c10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951c10; }

 p { color: rgb(149,28,16); }

 H1.HeaderClassName
 {
   color: #951c10;
 }
 .AnyTagClassName
 {
   color: #951c10;
 }
</style>
background-color css

<style>
 a { background-color: #951c10; }

 a { background-color: rgb(149,28,16); }

 div.DivClassName
 {
   background-color: #951c10;
 }
 .BgClassName
 {
   background-color: #951c10;
 }
</style>
border-color css

<style>
 span { border-color: #951c10; }

 span { border-color: rgb(149,28,16); }

 td.TdClassName
 {
   border-color: #951c10;
 }
 .TagClassName
 {
   border-color: #951c10;
 }
</style>