Shades of Bright Red #A02232
Tints of Bright Red #A02232
RGB
CMYK
RGB Variations
Color information
#A02232 (or 0xA02232) is known color: Bright Red. HEX triplet: A0, 22 and 32. RGB value is (160,34,50). Sum of RGB (Red+Green+Blue) = 160+34+50=244 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.57% from 244); Green value is 34 (13.67% from 255 or 13.93% from 244); Blue value is 50 (19.92% from 255 or 20.49% from 244); Max value from RGB is 160 - color contains mainly: red. Hex color #A02232 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02232 is #5FDDCD. Grayscale: #494949. Windows color (decimal): -6282702 or 3285664. OLE color: 3285664.
HSL color Cylindrical-coordinate representation of color #A02232: hue angle of 352.38º degrees, saturation: 0.65, 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 #A02232 is Cyan = 0, Magento = 0.79, Yellow = 0.69 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 34 | 50 | - |
| CMYK | 0 | 0.79 | 0.69 | 0.37 |
| HSL | 352.38º | 0.65% | 0.38% | - |
| HSV(B) | 352.38º | 0.79% | 0.63% | - |
| XYZ | 15.64 | 8.85 | 3.9 | - |
| YUV | 73.5 | 114.74 | 189.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 34 | 50 | 0 | 0.79 | 0.69 | 0.37 | 352.38 | 0.65 | 0.38 |
| Hex | A0 | 22 | 32 | 0 | 4F | 45 | 25 | 160 | 41 | 26 |
| Octal | 240 | 42 | 62 | 0 | 117 | 105 | 45 | 540 | 101 | 46 |
| Binary | 10100000 | 100010 | 110010 | 0 | 1001111 | 1000101 | 100101 | 101100000 | 1000001 | 100110 |
Color Harmonies of #A02232
Complementary color
Monochromatic Colors of #A02232
Black with #A02232
Text Example
Text Example
White with #A02232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02232; }
p { color: rgb(160,34,50); }
H1.HeaderClassName
{
color: #A02232;
}
.AnyTagClassName
{
color: #A02232;
}
</style>
background-color css
<style>
a { background-color: #A02232; }
a { background-color: rgb(160,34,50); }
div.DivClassName
{
background-color: #A02232;
}
.BgClassName
{
background-color: #A02232;
}
</style>
border-color css
<style>
span { border-color: #A02232; }
span { border-color: rgb(160,34,50); }
td.TdClassName
{
border-color: #A02232;
}
.TagClassName
{
border-color: #A02232;
}
</style>