#9C1413

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

Shades of Mandarian Orange #9C1413

Tints of Mandarian Orange #9C1413

Color information

#9C1413 (or 0x9C1413) is unknown color: approx Mandarian Orange. HEX triplet: 9C, 14 and 13. RGB value is (156,20,19). Sum of RGB (Red+Green+Blue) = 156+20+19=195 (25% of max value = 765). Red value is 156 (61.33% from 255 or 80% from 195); Green value is 20 (8.20% from 255 or 10.26% from 195); Blue value is 19 (7.81% from 255 or 9.74% from 195); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1413 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C1413 is #63EBEC. Grayscale: #3C3C3C. Windows color (decimal): -6548461 or 1250460. OLE color: 1250460.

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

Color convert

RGB1562019-
CMYK00.870.880.39
HSL0.44º78.29%34.31%-
HSV(B)0.44º87.82%61.18%-
XYZ14.087.621.34-
YUV60.55104.56196.08-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 80%
GREEN value IS 20 (8.20% from 255) = 10.26%
BLUE value IS 19 (7.81% from 255) = 9.74%
R=80%
G=10.26%
B=9.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.88
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156201900.870.880.390.4478.2934.31
Hex9C1413057582704e22
Octal2342423012713047011642
Binary10011100101001001101010111101100010011101001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C1413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,20,19); }

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

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

 a { background-color: rgb(156,20,19); }

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

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

 span { border-color: rgb(156,20,19); }

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