#9C1312

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

Shades of Mandarian Orange #9C1312

Tints of Mandarian Orange #9C1312

Color information

#9C1312 (or 0x9C1312) is unknown color: approx Mandarian Orange. HEX triplet: 9C, 13 and 12. RGB value is (156,19,18). Sum of RGB (Red+Green+Blue) = 156+19+18=193 (25% of max value = 765). Red value is 156 (61.33% from 255 or 80.83% from 193); Green value is 19 (7.81% from 255 or 9.84% from 193); Blue value is 18 (7.42% from 255 or 9.33% from 193); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1312 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C1312 is #63ECED. Grayscale: #3B3B3B. Windows color (decimal): -6548718 or 1184668. OLE color: 1184668.

HSL color Cylindrical-coordinate representation of color #9C1312: hue angle of 0.43º degrees, saturation: 0.79, 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 #9C1312 is Cyan = 0, Magento = 0.88, Yellow = 0.88 and Black (K on CMYK) = 0.39.

Color convert

RGB1561918-
CMYK00.880.880.39
HSL0.43º79.31%34.12%-
HSV(B)0.43º88.46%61.18%-
XYZ14.057.581.29-
YUV59.85104.39196.58-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 80.83%
GREEN value IS 19 (7.81% from 255) = 9.84%
BLUE value IS 18 (7.42% from 255) = 9.33%
R=80.83%
G=9.84%
B=9.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.88
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156191800.880.880.390.4379.3134.12
Hex9C1312058582704f22
Octal2342322013013047011742
Binary10011100100111001001011000101100010011101001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C1312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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