Html Css Color HEX #992212 Mandarian Orange

📋 copy color: '#992212'

red 153 ◦ green 34 ◦ blue 18

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

Shades of Mandarian Orange #992212

Tints of Mandarian Orange #992212

RGB

 RED value IS 153 (60.16% from 255) = 74.63%

 GREEN value IS 34 (13.67% from 255) = 16.59%

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

R = 74.63%
G = 16.59%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.88

 K value IS 0.4

RGB Variations

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

Color information

#992212 (or 0x992212) is known color: Mandarian Orange. HEX triplet: 99, 22 and 12. RGB value is (153,34,18). Sum of RGB (Red+Green+Blue) = 153+34+18=205 (27% of max value = 765). Red value is 153 (60.16% from 255 or 74.63% from 205); Green value is 34 (13.67% from 255 or 16.59% from 205); Blue value is 18 (7.42% from 255 or 8.78% from 205); Max value from RGB is 153 - color contains mainly: red. Hex color #992212 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992212 is #66DDED. Grayscale: #434343. Windows color (decimal): -6741486 or 1188505. OLE color: 1188505.

HSL color Cylindrical-coordinate representation of color #992212: hue angle of 7.11º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #992212 is Cyan = 0, Magento = 0.78, Yellow = 0.88 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 34 18 -
CMYK 0 0.78 0.88 0.4
HSL 7.11º 0.79% 0.34% -
HSV(B) 7.11º 0.88% 0.6% -
XYZ 13.82 7.96 1.38 -
YUV 67.76 99.92 188.8 -
System Red Green Blue C M Y K H S L
Decimal 153 34 18 0 0.78 0.88 0.4 7.11 0.79 0.34
Hex 99 22 12 0 4E 58 28 7 4F 22
Octal 231 42 22 0 116 130 50 7 117 42
Binary 10011001 100010 10010 0 1001110 1011000 101000 111 1001111 100010

Color Harmonies of #992212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992212

Black with #992212

Text Example


Text Example

White with #992212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992212; }

 p { color: rgb(153,34,18); }

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

background-color css

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

 a { background-color: rgb(153,34,18); }

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

border-color css

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

 span { border-color: rgb(153,34,18); }

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