Html Css Color HEX #992018 Mandarian Orange

📋 copy color: '#992018'

red 153 ◦ green 32 ◦ blue 24

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

Shades of Mandarian Orange #992018

Tints of Mandarian Orange #992018

RGB

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

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

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

R = 73.21%
G = 15.31%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.84

 K value IS 0.4

RGB Variations

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

Color information

#992018 (or 0x992018) is known color: Mandarian Orange. HEX triplet: 99, 20 and 18. RGB value is (153,32,24). Sum of RGB (Red+Green+Blue) = 153+32+24=209 (27% of max value = 765). Red value is 153 (60.16% from 255 or 73.21% from 209); Green value is 32 (12.89% from 255 or 15.31% from 209); Blue value is 24 (9.77% from 255 or 11.48% from 209); Max value from RGB is 153 - color contains mainly: red. Hex color #992018 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992018 is #66DFE7. Grayscale: #434343. Windows color (decimal): -6741992 or 1581209. OLE color: 1581209.

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

Color convert

RGB 153 32 24 -
CMYK 0 0.79 0.84 0.4
HSL 3.72º 0.73% 0.35% -
HSV(B) 3.72º 0.84% 0.6% -
XYZ 13.82 7.87 1.66 -
YUV 67.27 103.59 189.15 -
System Red Green Blue C M Y K H S L
Decimal 153 32 24 0 0.79 0.84 0.4 3.72 0.73 0.35
Hex 99 20 18 0 4F 54 28 4 49 23
Octal 231 40 30 0 117 124 50 4 111 43
Binary 10011001 100000 11000 0 1001111 1010100 101000 100 1001001 100011

Color Harmonies of #992018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992018

Black with #992018

Text Example


Text Example

White with #992018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992018; }

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

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

background-color css

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

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

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

border-color css

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

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

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