Html Css Color HEX #992B20 Mandarian Orange

📋 copy color: '#992B20'

red 153 ◦ green 43 ◦ blue 32

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

Shades of Mandarian Orange #992B20

Tints of Mandarian Orange #992B20

RGB

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

 GREEN value IS 43 (17.19% from 255) = 18.86%

 BLUE value IS 32 (12.89% from 255) = 14.04%

R = 67.11%
G = 18.86%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.79

 K value IS 0.4

RGB Variations

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

Color information

#992B20 (or 0x992B20) is known color: Mandarian Orange. HEX triplet: 99, 2B and 20. RGB value is (153,43,32). Sum of RGB (Red+Green+Blue) = 153+43+32=228 (30% of max value = 765). Red value is 153 (60.16% from 255 or 67.11% from 228); Green value is 43 (17.19% from 255 or 18.86% from 228); Blue value is 32 (12.89% from 255 or 14.04% from 228); Max value from RGB is 153 - color contains mainly: red. Hex color #992B20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992B20 is #66D4DF. Grayscale: #4A4A4A. Windows color (decimal): -6739168 or 2108313. OLE color: 2108313.

HSL color Cylindrical-coordinate representation of color #992B20: hue angle of 5.45º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #992B20 is Cyan = 0, Magento = 0.72, Yellow = 0.79 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 43 32 -
CMYK 0 0.72 0.79 0.4
HSL 5.45º 0.65% 0.36% -
HSV(B) 5.45º 0.79% 0.6% -
XYZ 14.26 8.6 2.28 -
YUV 74.64 103.94 183.89 -
System Red Green Blue C M Y K H S L
Decimal 153 43 32 0 0.72 0.79 0.4 5.45 0.65 0.36
Hex 99 2B 20 0 48 4F 28 5 41 24
Octal 231 53 40 0 110 117 50 5 101 44
Binary 10011001 101011 100000 0 1001000 1001111 101000 101 1000001 100100

Color Harmonies of #992B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992B20

Black with #992B20

Text Example


Text Example

White with #992B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992B20; }

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

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

background-color css

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

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

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

border-color css

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

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

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