Html Css Color HEX #992012 Mandarian Orange

📋 copy color: '#992012'

red 153 ◦ green 32 ◦ blue 18

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

Shades of Mandarian Orange #992012

Tints of Mandarian Orange #992012

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.76%

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

R = 75.37%
G = 15.76%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.88

 K value IS 0.4

RGB Variations

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

Color information

#992012 (or 0x992012) is known color: Mandarian Orange. HEX triplet: 99, 20 and 12. RGB value is (153,32,18). Sum of RGB (Red+Green+Blue) = 153+32+18=203 (26% of max value = 765). Red value is 153 (60.16% from 255 or 75.37% from 203); Green value is 32 (12.89% from 255 or 15.76% from 203); Blue value is 18 (7.42% from 255 or 8.87% from 203); Max value from RGB is 153 - color contains mainly: red. Hex color #992012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992012 is #66DFED. Grayscale: #424242. Windows color (decimal): -6741998 or 1187993. OLE color: 1187993.

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

Color convert

RGB 153 32 18 -
CMYK 0 0.79 0.88 0.4
HSL 6.22º 0.79% 0.34% -
HSV(B) 6.22º 0.88% 0.6% -
XYZ 13.76 7.85 1.36 -
YUV 66.58 100.59 189.64 -
System Red Green Blue C M Y K H S L
Decimal 153 32 18 0 0.79 0.88 0.4 6.22 0.79 0.34
Hex 99 20 12 0 4F 58 28 6 4F 22
Octal 231 40 22 0 117 130 50 6 117 42
Binary 10011001 100000 10010 0 1001111 1011000 101000 110 1001111 100010

Color Harmonies of #992012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992012

Black with #992012

Text Example


Text Example

White with #992012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992012; }

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

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

background-color css

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

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

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

border-color css

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

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

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