#902A2A

Color #902A2A Mandarian Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandarian Orange #902A2A

Tints of Mandarian Orange #902A2A

Color information

#902A2A (or 0x902A2A) is unknown color: approx Mandarian Orange. HEX triplet: 90, 2A and 2A. RGB value is (144,42,42). Sum of RGB (Red+Green+Blue) = 144+42+42=228 (30% of max value = 765). Red value is 144 (56.64% from 255 or 63.16% from 228); Green value is 42 (16.80% from 255 or 18.42% from 228); Blue value is 42 (16.80% from 255 or 18.42% from 228); Max value from RGB is 144 - color contains mainly: red. Hex color #902A2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #902A2A is #6FD5D5. Grayscale: #484848. Windows color (decimal): -7329238 or 2763408. OLE color: 2763408.

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

Color convert

RGB1444242-
CMYK00.710.710.44
HSL54.84%36.47%-
HSV(B)70.83%56.47%-
XYZ12.757.753.01-
YUV72.5110.79179-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 63.16%
GREEN value IS 42 (16.80% from 255) = 18.42%
BLUE value IS 42 (16.80% from 255) = 18.42%
R=63.16%
G=18.42%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.71
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144424200.710.710.44054.8436.47
Hex902A2A047472C03724
Octal220525201071075406744
Binary100100001010101010100100011110001111011000110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #902A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #902A2A;
 }
 .AnyTagClassName
 {
   color: #902A2A;
 }
</style>
background-color css

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

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

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

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

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

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