Shades of Bright Red #A02031
Tints of Bright Red #A02031
RGB
CMYK
RGB Variations
Color information
#A02031 (or 0xA02031) is known color: Bright Red. HEX triplet: A0, 20 and 31. RGB value is (160,32,49). Sum of RGB (Red+Green+Blue) = 160+32+49=241 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.39% from 241); Green value is 32 (12.89% from 255 or 13.28% from 241); Blue value is 49 (19.53% from 255 or 20.33% from 241); Max value from RGB is 160 - color contains mainly: red. Hex color #A02031 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02031 is #5FDFCE. Grayscale: #484848. Windows color (decimal): -6283215 or 3219616. OLE color: 3219616.
HSL color Cylindrical-coordinate representation of color #A02031: hue angle of 352.03º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A02031 is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 32 | 49 | - |
| CMYK | 0 | 0.80 | 0.69 | 0.37 |
| HSL | 352.03º | 0.67% | 0.38% | - |
| HSV(B) | 352.03º | 0.8% | 0.63% | - |
| XYZ | 15.57 | 8.73 | 3.77 | - |
| YUV | 72.21 | 114.91 | 190.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 32 | 49 | 0 | 0.80 | 0.69 | 0.37 | 352.03 | 0.67 | 0.38 |
| Hex | A0 | 20 | 31 | 0 | 50 | 45 | 25 | 160 | 43 | 26 |
| Octal | 240 | 40 | 61 | 0 | 120 | 105 | 45 | 540 | 103 | 46 |
| Binary | 10100000 | 100000 | 110001 | 0 | 1010000 | 1000101 | 100101 | 101100000 | 1000011 | 100110 |
Color Harmonies of #A02031
Complementary color
Monochromatic Colors of #A02031
Black with #A02031
Text Example
Text Example
White with #A02031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02031; }
p { color: rgb(160,32,49); }
H1.HeaderClassName
{
color: #A02031;
}
.AnyTagClassName
{
color: #A02031;
}
</style>
background-color css
<style>
a { background-color: #A02031; }
a { background-color: rgb(160,32,49); }
div.DivClassName
{
background-color: #A02031;
}
.BgClassName
{
background-color: #A02031;
}
</style>
border-color css
<style>
span { border-color: #A02031; }
span { border-color: rgb(160,32,49); }
td.TdClassName
{
border-color: #A02031;
}
.TagClassName
{
border-color: #A02031;
}
</style>