#9C1E0A

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

Shades of Mandarian Orange #9C1E0A

Tints of Mandarian Orange #9C1E0A

Color information

#9C1E0A (or 0x9C1E0A) is unknown color: approx Mandarian Orange. HEX triplet: 9C, 1E and 0A. RGB value is (156,30,10). Sum of RGB (Red+Green+Blue) = 156+30+10=196 (25% of max value = 765). Red value is 156 (61.33% from 255 or 79.59% from 196); Green value is 30 (12.11% from 255 or 15.31% from 196); Blue value is 10 (4.30% from 255 or 5.10% from 196); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1E0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C1E0A is #63E1F5. Grayscale: #414141. Windows color (decimal): -6545910 or 663196. OLE color: 663196.

HSL color Cylindrical-coordinate representation of color #9C1E0A: hue angle of 8.22º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9C1E0A is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.39.

Color convert

RGB1563010-
CMYK00.810.940.39
HSL8.22º87.95%32.55%-
HSV(B)8.22º93.59%61.18%-
XYZ14.238.021.08-
YUV65.3996.74192.63-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 79.59%
GREEN value IS 30 (12.11% from 255) = 15.31%
BLUE value IS 10 (4.30% from 255) = 5.10%
R=79.59%
G=15.31%
B=5.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.94
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156301000.810.940.398.2287.9532.55
Hex9C1EA0515E2785821
Octal23436120121136471013041
Binary1001110011110101001010001101111010011110001011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C1E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C1E0A; }

 p { color: rgb(156,30,10); }

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

<style>
 a { background-color: #9C1E0A; }

 a { background-color: rgb(156,30,10); }

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

<style>
 span { border-color: #9C1E0A; }

 span { border-color: rgb(156,30,10); }

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