#992212

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

Shades of Mandarian Orange #992212

Tints of Mandarian Orange #992212

Color information

#992212 (or 0x992212) is unknown color: approx 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

RGB1533418-
CMYK00.780.880.4
HSL7.11º78.95%33.53%-
HSV(B)7.11º88.24%60%-
XYZ13.827.961.38-
YUV67.7699.92188.8-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.88
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153341800.780.880.47.1178.9533.53
Hex99221204E582874f22
Octal2314222011613050711742
Binary10011001100010100100100111010110001010001111001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>