Shades of Bright Red #A02136
Tints of Bright Red #A02136
RGB
CMYK
RGB Variations
Color information
#A02136 (or 0xA02136) is known color: Bright Red. HEX triplet: A0, 21 and 36. RGB value is (160,33,54). Sum of RGB (Red+Green+Blue) = 160+33+54=247 (32% of max value = 765). Red value is 160 (62.89% from 255 or 64.78% from 247); Green value is 33 (13.28% from 255 or 13.36% from 247); Blue value is 54 (21.48% from 255 or 21.86% from 247); Max value from RGB is 160 - color contains mainly: red. Hex color #A02136 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02136 is #5FDEC9. Grayscale: #494949. Windows color (decimal): -6282954 or 3547552. OLE color: 3547552.
HSL color Cylindrical-coordinate representation of color #A02136: hue angle of 350.08º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A02136 is Cyan = 0, Magento = 0.79, Yellow = 0.66 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 33 | 54 | - |
| CMYK | 0 | 0.79 | 0.66 | 0.37 |
| HSL | 350.08º | 0.66% | 0.38% | - |
| HSV(B) | 350.08º | 0.79% | 0.63% | - |
| XYZ | 15.71 | 8.83 | 4.37 | - |
| YUV | 73.37 | 117.08 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 33 | 54 | 0 | 0.79 | 0.66 | 0.37 | 350.08 | 0.66 | 0.38 |
| Hex | A0 | 21 | 36 | 0 | 4F | 42 | 25 | 15E | 42 | 26 |
| Octal | 240 | 41 | 66 | 0 | 117 | 102 | 45 | 536 | 102 | 46 |
| Binary | 10100000 | 100001 | 110110 | 0 | 1001111 | 1000010 | 100101 | 101011110 | 1000010 | 100110 |
Color Harmonies of #A02136
Complementary color
Monochromatic Colors of #A02136
Black with #A02136
Text Example
Text Example
White with #A02136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02136; }
p { color: rgb(160,33,54); }
H1.HeaderClassName
{
color: #A02136;
}
.AnyTagClassName
{
color: #A02136;
}
</style>
background-color css
<style>
a { background-color: #A02136; }
a { background-color: rgb(160,33,54); }
div.DivClassName
{
background-color: #A02136;
}
.BgClassName
{
background-color: #A02136;
}
</style>
border-color css
<style>
span { border-color: #A02136; }
span { border-color: rgb(160,33,54); }
td.TdClassName
{
border-color: #A02136;
}
.TagClassName
{
border-color: #A02136;
}
</style>