#9C1A18

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

Shades of Mandarian Orange #9C1A18

Tints of Mandarian Orange #9C1A18

Color information

#9C1A18 (or 0x9C1A18) is unknown color: approx Mandarian Orange. HEX triplet: 9C, 1A and 18. RGB value is (156,26,24). Sum of RGB (Red+Green+Blue) = 156+26+24=206 (27% of max value = 765). Red value is 156 (61.33% from 255 or 75.73% from 206); Green value is 26 (10.55% from 255 or 12.62% from 206); Blue value is 24 (9.77% from 255 or 11.65% from 206); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1A18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C1A18 is #63E5E7. Grayscale: #404040. Windows color (decimal): -6546920 or 1579676. OLE color: 1579676.

HSL color Cylindrical-coordinate representation of color #9C1A18: hue angle of 0.91º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9C1A18 is Cyan = 0, Magento = 0.83, Yellow = 0.85 and Black (K on CMYK) = 0.39.

Color convert

RGB1562624-
CMYK00.830.850.39
HSL0.91º73.33%35.29%-
HSV(B)0.91º84.62%61.18%-
XYZ14.247.871.63-
YUV64.64105.07193.16-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 75.73%
GREEN value IS 26 (10.55% from 255) = 12.62%
BLUE value IS 24 (9.77% from 255) = 11.65%
R=75.73%
G=12.62%
B=11.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.85
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156262400.830.850.390.9173.3335.29
Hex9C1A18053552714923
Octal2343230012312547111143
Binary10011100110101100001010011101010110011111001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C1A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,26,24); }

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

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

 a { background-color: rgb(156,26,24); }

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

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

 span { border-color: rgb(156,26,24); }

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