Html Css Color HEX #992118 Mandarian Orange

📋 copy color: '#992118'

red 153 ◦ green 33 ◦ blue 24

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

Shades of Mandarian Orange #992118

Tints of Mandarian Orange #992118

RGB

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

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

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

R = 72.86%
G = 15.71%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.84

 K value IS 0.4

RGB Variations

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

Color information

#992118 (or 0x992118) is known color: Mandarian Orange. HEX triplet: 99, 21 and 18. RGB value is (153,33,24). Sum of RGB (Red+Green+Blue) = 153+33+24=210 (27% of max value = 765). Red value is 153 (60.16% from 255 or 72.86% from 210); Green value is 33 (13.28% from 255 or 15.71% from 210); Blue value is 24 (9.77% from 255 or 11.43% from 210); Max value from RGB is 153 - color contains mainly: red. Hex color #992118 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992118 is #66DEE7. Grayscale: #444444. Windows color (decimal): -6741736 or 1581465. OLE color: 1581465.

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

Color convert

RGB 153 33 24 -
CMYK 0 0.78 0.84 0.4
HSL 4.19º 0.73% 0.35% -
HSV(B) 4.19º 0.84% 0.6% -
XYZ 13.85 7.93 1.66 -
YUV 67.85 103.26 188.73 -
System Red Green Blue C M Y K H S L
Decimal 153 33 24 0 0.78 0.84 0.4 4.19 0.73 0.35
Hex 99 21 18 0 4E 54 28 4 49 23
Octal 231 41 30 0 116 124 50 4 111 43
Binary 10011001 100001 11000 0 1001110 1010100 101000 100 1001001 100011

Color Harmonies of #992118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992118

Black with #992118

Text Example


Text Example

White with #992118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992118; }

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

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

background-color css

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

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

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

border-color css

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

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

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