Html Css Color HEX #992112 Mandarian Orange

📋 copy color: '#992112'

red 153 ◦ green 33 ◦ blue 18

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

Shades of Mandarian Orange #992112

Tints of Mandarian Orange #992112

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.18%

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

R = 75%
G = 16.18%
B = 8.82%

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

#992112 (or 0x992112) is known color: Mandarian Orange. HEX triplet: 99, 21 and 12. RGB value is (153,33,18). Sum of RGB (Red+Green+Blue) = 153+33+18=204 (27% of max value = 765). Red value is 153 (60.16% from 255 or 75% from 204); Green value is 33 (13.28% from 255 or 16.18% from 204); Blue value is 18 (7.42% from 255 or 8.82% from 204); Max value from RGB is 153 - color contains mainly: red. Hex color #992112 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992112 is #66DEED. Grayscale: #434343. Windows color (decimal): -6741742 or 1188249. OLE color: 1188249.

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

Color convert

RGB 153 33 18 -
CMYK 0 0.78 0.88 0.4
HSL 6.67º 0.79% 0.34% -
HSV(B) 6.67º 0.88% 0.6% -
XYZ 13.79 7.9 1.37 -
YUV 67.17 100.26 189.22 -
System Red Green Blue C M Y K H S L
Decimal 153 33 18 0 0.78 0.88 0.4 6.67 0.79 0.34
Hex 99 21 12 0 4E 58 28 7 4F 22
Octal 231 41 22 0 116 130 50 7 117 42
Binary 10011001 100001 10010 0 1001110 1011000 101000 111 1001111 100010

Color Harmonies of #992112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992112

Black with #992112

Text Example


Text Example

White with #992112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992112; }

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

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

background-color css

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

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

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

border-color css

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

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

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