Html Css Color HEX #902A20 Mandarian Orange

📋 copy color: '#902A20'

red 144 ◦ green 42 ◦ blue 32

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

Shades of Mandarian Orange #902A20

Tints of Mandarian Orange #902A20

RGB

 RED value IS 144 (56.64% from 255) = 66.06%

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

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

R = 66.06%
G = 19.27%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.78

 K value IS 0.44

RGB Variations

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

Color information

#902A20 (or 0x902A20) is known color: Mandarian Orange. HEX triplet: 90, 2A and 20. RGB value is (144,42,32). Sum of RGB (Red+Green+Blue) = 144+42+32=218 (28% of max value = 765). Red value is 144 (56.64% from 255 or 66.06% from 218); Green value is 42 (16.80% from 255 or 19.27% from 218); Blue value is 32 (12.89% from 255 or 14.68% from 218); Max value from RGB is 144 - color contains mainly: red. Hex color #902A20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #902A20 is #6FD5DF. Grayscale: #474747. Windows color (decimal): -7329248 or 2108048. OLE color: 2108048.

HSL color Cylindrical-coordinate representation of color #902A20: hue angle of 5.36º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #902A20 is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 42 32 -
CMYK 0 0.71 0.78 0.44
HSL 5.36º 0.64% 0.35% -
HSV(B) 5.36º 0.78% 0.56% -
XYZ 12.59 7.69 2.19 -
YUV 71.36 105.79 179.81 -
System Red Green Blue C M Y K H S L
Decimal 144 42 32 0 0.71 0.78 0.44 5.36 0.64 0.35
Hex 90 2A 20 0 47 4E 2C 5 40 23
Octal 220 52 40 0 107 116 54 5 100 43
Binary 10010000 101010 100000 0 1000111 1001110 101100 101 1000000 100011

Color Harmonies of #902A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #902A20

Black with #902A20

Text Example


Text Example

White with #902A20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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