Shades of Mandarian Orange #902A2A
Tints of Mandarian Orange #902A2A
RGB
CMYK
RGB Variations
Color information
#902A2A (or 0x902A2A) is known color: 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
| RGB | 144 | 42 | 42 | - |
| CMYK | 0 | 0.71 | 0.71 | 0.44 |
| HSL | 0º | 0.55% | 0.36% | - |
| HSV(B) | 0º | 0.71% | 0.56% | - |
| XYZ | 12.75 | 7.75 | 3.01 | - |
| YUV | 72.5 | 110.79 | 179 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 42 | 42 | 0 | 0.71 | 0.71 | 0.44 | 0 | 0.55 | 0.36 |
| Hex | 90 | 2A | 2A | 0 | 47 | 47 | 2C | 0 | 37 | 24 |
| Octal | 220 | 52 | 52 | 0 | 107 | 107 | 54 | 0 | 67 | 44 |
| Binary | 10010000 | 101010 | 101010 | 0 | 1000111 | 1000111 | 101100 | 0 | 110111 | 100100 |
Color Harmonies of #902A2A
Complementary color
Monochromatic Colors of #902A2A
Black with #902A2A
Text Example
Text Example
White with #902A2A
Text Example
Text Example
HTML Codes & Css Web 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>