Shades of Bright Red #A02430
Tints of Bright Red #A02430
RGB
CMYK
RGB Variations
Color information
#A02430 (or 0xA02430) is known color: Bright Red. HEX triplet: A0, 24 and 30. RGB value is (160,36,48). Sum of RGB (Red+Green+Blue) = 160+36+48=244 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.57% from 244); Green value is 36 (14.45% from 255 or 14.75% from 244); Blue value is 48 (19.14% from 255 or 19.67% from 244); Max value from RGB is 160 - color contains mainly: red. Hex color #A02430 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02430 is #5FDBCF. Grayscale: #4A4A4A. Windows color (decimal): -6282192 or 3155104. OLE color: 3155104.
HSL color Cylindrical-coordinate representation of color #A02430: hue angle of 354.19º 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 #A02430 is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 36 | 48 | - |
| CMYK | 0 | 0.78 | 0.70 | 0.37 |
| HSL | 354.19º | 0.63% | 0.38% | - |
| HSV(B) | 354.19º | 0.78% | 0.63% | - |
| XYZ | 15.66 | 8.95 | 3.7 | - |
| YUV | 74.44 | 113.08 | 189.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 36 | 48 | 0 | 0.78 | 0.70 | 0.37 | 354.19 | 0.63 | 0.38 |
| Hex | A0 | 24 | 30 | 0 | 4E | 46 | 25 | 162 | 3F | 26 |
| Octal | 240 | 44 | 60 | 0 | 116 | 106 | 45 | 542 | 77 | 46 |
| Binary | 10100000 | 100100 | 110000 | 0 | 1001110 | 1000110 | 100101 | 101100010 | 111111 | 100110 |
Color Harmonies of #A02430
Complementary color
Monochromatic Colors of #A02430
Black with #A02430
Text Example
Text Example
White with #A02430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02430; }
p { color: rgb(160,36,48); }
H1.HeaderClassName
{
color: #A02430;
}
.AnyTagClassName
{
color: #A02430;
}
</style>
background-color css
<style>
a { background-color: #A02430; }
a { background-color: rgb(160,36,48); }
div.DivClassName
{
background-color: #A02430;
}
.BgClassName
{
background-color: #A02430;
}
</style>
border-color css
<style>
span { border-color: #A02430; }
span { border-color: rgb(160,36,48); }
td.TdClassName
{
border-color: #A02430;
}
.TagClassName
{
border-color: #A02430;
}
</style>