Html Css Color HEX #9C1918 Mandarian Orange

📋 copy color: '#9C1918'

red 156 ◦ green 25 ◦ blue 24

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

Shades of Mandarian Orange #9C1918

Tints of Mandarian Orange #9C1918

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.2%

 BLUE value IS 24 (9.77% from 255) = 11.71%

R = 76.1%
G = 12.2%
B = 11.71%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.85

 K value IS 0.39

RGB Variations

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

Color information

#9C1918 (or 0x9C1918) is known color: Mandarian Orange. HEX triplet: 9C, 19 and 18. RGB value is (156,25,24). Sum of RGB (Red+Green+Blue) = 156+25+24=205 (27% of max value = 765). Red value is 156 (61.33% from 255 or 76.10% from 205); Green value is 25 (10.16% from 255 or 12.20% from 205); Blue value is 24 (9.77% from 255 or 11.71% from 205); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1918 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C1918 is #63E6E7. Grayscale: #404040. Windows color (decimal): -6547176 or 1579420. OLE color: 1579420.

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

Color convert

RGB 156 25 24 -
CMYK 0 0.84 0.85 0.39
HSL 0.45º 0.73% 0.35% -
HSV(B) 0.45º 0.85% 0.61% -
XYZ 14.22 7.83 1.63 -
YUV 64.06 105.4 193.58 -
System Red Green Blue C M Y K H S L
Decimal 156 25 24 0 0.84 0.85 0.39 0.45 0.73 0.35
Hex 9C 19 18 0 54 55 27 0 49 23
Octal 234 31 30 0 124 125 47 0 111 43
Binary 10011100 11001 11000 0 1010100 1010101 100111 0 1001001 100011

Color Harmonies of #9C1918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C1918

Black with #9C1918

Text Example


Text Example

White with #9C1918

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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