Html Css Color HEX #9C1412 Mandarian Orange

📋 copy color: '#9C1412'

red 156 ◦ green 20 ◦ blue 18

#9C1412
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mandarian Orange #9C1412

Tints of Mandarian Orange #9C1412

RGB

 RED value IS 156 (61.33% from 255) = 80.41%

 GREEN value IS 20 (8.2% from 255) = 10.31%

 BLUE value IS 18 (7.42% from 255) = 9.28%

R = 80.41%
G = 10.31%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.88

 K value IS 0.39

RGB Variations

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

Color information

#9C1412 (or 0x9C1412) is known color: Mandarian Orange. HEX triplet: 9C, 14 and 12. RGB value is (156,20,18). Sum of RGB (Red+Green+Blue) = 156+20+18=194 (25% of max value = 765). Red value is 156 (61.33% from 255 or 80.41% from 194); Green value is 20 (8.20% from 255 or 10.31% from 194); Blue value is 18 (7.42% from 255 or 9.28% from 194); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1412 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C1412 is #63EBED. Grayscale: #3C3C3C. Windows color (decimal): -6548462 or 1184924. OLE color: 1184924.

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

Color convert

RGB 156 20 18 -
CMYK 0 0.87 0.88 0.39
HSL 0.87º 0.79% 0.34% -
HSV(B) 0.87º 0.88% 0.61% -
XYZ 14.07 7.61 1.3 -
YUV 60.44 104.06 196.16 -
System Red Green Blue C M Y K H S L
Decimal 156 20 18 0 0.87 0.88 0.39 0.87 0.79 0.34
Hex 9C 14 12 0 57 58 27 1 4F 22
Octal 234 24 22 0 127 130 47 1 117 42
Binary 10011100 10100 10010 0 1010111 1011000 100111 1 1001111 100010

Color Harmonies of #9C1412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C1412

Black with #9C1412

Text Example


Text Example

White with #9C1412

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9C1412;
 }
 .AnyTagClassName
 {
   color: #9C1412;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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