Shades of Bright Red #A02431
Tints of Bright Red #A02431
RGB
CMYK
RGB Variations
Color information
#A02431 (or 0xA02431) is known color: Bright Red. HEX triplet: A0, 24 and 31. RGB value is (160,36,49). Sum of RGB (Red+Green+Blue) = 160+36+49=245 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.31% from 245); Green value is 36 (14.45% from 255 or 14.69% from 245); Blue value is 49 (19.53% from 255 or 20% from 245); Max value from RGB is 160 - color contains mainly: red. Hex color #A02431 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02431 is #5FDBCE. Grayscale: #4A4A4A. Windows color (decimal): -6282191 or 3220640. OLE color: 3220640.
HSL color Cylindrical-coordinate representation of color #A02431: hue angle of 353.71º 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 #A02431 is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 36 | 49 | - |
| CMYK | 0 | 0.78 | 0.69 | 0.37 |
| HSL | 353.71º | 0.63% | 0.38% | - |
| HSV(B) | 353.71º | 0.78% | 0.63% | - |
| XYZ | 15.68 | 8.96 | 3.81 | - |
| YUV | 74.56 | 113.58 | 188.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 36 | 49 | 0 | 0.78 | 0.69 | 0.37 | 353.71 | 0.63 | 0.38 |
| Hex | A0 | 24 | 31 | 0 | 4E | 45 | 25 | 162 | 3F | 26 |
| Octal | 240 | 44 | 61 | 0 | 116 | 105 | 45 | 542 | 77 | 46 |
| Binary | 10100000 | 100100 | 110001 | 0 | 1001110 | 1000101 | 100101 | 101100010 | 111111 | 100110 |
Color Harmonies of #A02431
Complementary color
Monochromatic Colors of #A02431
Black with #A02431
Text Example
Text Example
White with #A02431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02431; }
p { color: rgb(160,36,49); }
H1.HeaderClassName
{
color: #A02431;
}
.AnyTagClassName
{
color: #A02431;
}
</style>
background-color css
<style>
a { background-color: #A02431; }
a { background-color: rgb(160,36,49); }
div.DivClassName
{
background-color: #A02431;
}
.BgClassName
{
background-color: #A02431;
}
</style>
border-color css
<style>
span { border-color: #A02431; }
span { border-color: rgb(160,36,49); }
td.TdClassName
{
border-color: #A02431;
}
.TagClassName
{
border-color: #A02431;
}
</style>