Html Css Color HEX #992A20 Mandarian Orange

📋 copy color: '#992A20'

red 153 ◦ green 42 ◦ blue 32

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

Shades of Mandarian Orange #992A20

Tints of Mandarian Orange #992A20

RGB

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

 GREEN value IS 42 (16.8% from 255) = 18.5%

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

R = 67.4%
G = 18.5%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.79

 K value IS 0.4

RGB Variations

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

Color information

#992A20 (or 0x992A20) is known color: Mandarian Orange. HEX triplet: 99, 2A and 20. RGB value is (153,42,32). Sum of RGB (Red+Green+Blue) = 153+42+32=227 (30% of max value = 765). Red value is 153 (60.16% from 255 or 67.40% from 227); Green value is 42 (16.80% from 255 or 18.50% from 227); Blue value is 32 (12.89% from 255 or 14.10% from 227); Max value from RGB is 153 - color contains mainly: red. Hex color #992A20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992A20 is #66D5DF. Grayscale: #4A4A4A. Windows color (decimal): -6739424 or 2108057. OLE color: 2108057.

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

Color convert

RGB 153 42 32 -
CMYK 0 0.73 0.79 0.4
HSL 4.96º 0.65% 0.36% -
HSV(B) 4.96º 0.79% 0.6% -
XYZ 14.23 8.53 2.26 -
YUV 74.05 104.27 184.31 -
System Red Green Blue C M Y K H S L
Decimal 153 42 32 0 0.73 0.79 0.4 4.96 0.65 0.36
Hex 99 2A 20 0 49 4F 28 5 41 24
Octal 231 52 40 0 111 117 50 5 101 44
Binary 10011001 101010 100000 0 1001001 1001111 101000 101 1000001 100100

Color Harmonies of #992A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992A20

Black with #992A20

Text Example


Text Example

White with #992A20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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