Shades of Bright Red #A02436
Tints of Bright Red #A02436
RGB
CMYK
RGB Variations
Color information
#A02436 (or 0xA02436) is known color: Bright Red. HEX triplet: A0, 24 and 36. RGB value is (160,36,54). Sum of RGB (Red+Green+Blue) = 160+36+54=250 (33% of max value = 765). Red value is 160 (62.89% from 255 or 64% from 250); Green value is 36 (14.45% from 255 or 14.4% from 250); Blue value is 54 (21.48% from 255 or 21.6% from 250); Max value from RGB is 160 - color contains mainly: red. Hex color #A02436 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02436 is #5FDBC9. Grayscale: #4B4B4B. Windows color (decimal): -6282186 or 3548320. OLE color: 3548320.
HSL color Cylindrical-coordinate representation of color #A02436: hue angle of 351.29º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A02436 is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 36 | 54 | - |
| CMYK | 0 | 0.78 | 0.66 | 0.37 |
| HSL | 351.29º | 0.63% | 0.38% | - |
| HSV(B) | 351.29º | 0.78% | 0.63% | - |
| XYZ | 15.79 | 9 | 4.4 | - |
| YUV | 75.13 | 116.08 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 36 | 54 | 0 | 0.78 | 0.66 | 0.37 | 351.29 | 0.63 | 0.38 |
| Hex | A0 | 24 | 36 | 0 | 4E | 42 | 25 | 15F | 3F | 26 |
| Octal | 240 | 44 | 66 | 0 | 116 | 102 | 45 | 537 | 77 | 46 |
| Binary | 10100000 | 100100 | 110110 | 0 | 1001110 | 1000010 | 100101 | 101011111 | 111111 | 100110 |
Color Harmonies of #A02436
Complementary color
Monochromatic Colors of #A02436
Black with #A02436
Text Example
Text Example
White with #A02436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02436; }
p { color: rgb(160,36,54); }
H1.HeaderClassName
{
color: #A02436;
}
.AnyTagClassName
{
color: #A02436;
}
</style>
background-color css
<style>
a { background-color: #A02436; }
a { background-color: rgb(160,36,54); }
div.DivClassName
{
background-color: #A02436;
}
.BgClassName
{
background-color: #A02436;
}
</style>
border-color css
<style>
span { border-color: #A02436; }
span { border-color: rgb(160,36,54); }
td.TdClassName
{
border-color: #A02436;
}
.TagClassName
{
border-color: #A02436;
}
</style>