Shades of Bright Red #A02128
Tints of Bright Red #A02128
RGB
CMYK
RGB Variations
Color information
#A02128 (or 0xA02128) is known color: Bright Red. HEX triplet: A0, 21 and 28. RGB value is (160,33,40). Sum of RGB (Red+Green+Blue) = 160+33+40=233 (30% of max value = 765). Red value is 160 (62.89% from 255 or 68.67% from 233); Green value is 33 (13.28% from 255 or 14.16% from 233); Blue value is 40 (16.02% from 255 or 17.17% from 233); Max value from RGB is 160 - color contains mainly: red. Hex color #A02128 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02128 is #5FDED7. Grayscale: #474747. Windows color (decimal): -6282968 or 2630048. OLE color: 2630048.
HSL color Cylindrical-coordinate representation of color #A02128: hue angle of 356.69º 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 #A02128 is Cyan = 0, Magento = 0.79, Yellow = 0.75 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 33 | 40 | - |
| CMYK | 0 | 0.79 | 0.75 | 0.37 |
| HSL | 356.69º | 0.66% | 0.38% | - |
| HSV(B) | 356.69º | 0.79% | 0.63% | - |
| XYZ | 15.42 | 8.71 | 2.88 | - |
| YUV | 71.77 | 110.08 | 190.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 33 | 40 | 0 | 0.79 | 0.75 | 0.37 | 356.69 | 0.66 | 0.38 |
| Hex | A0 | 21 | 28 | 0 | 4F | 4B | 25 | 165 | 42 | 26 |
| Octal | 240 | 41 | 50 | 0 | 117 | 113 | 45 | 545 | 102 | 46 |
| Binary | 10100000 | 100001 | 101000 | 0 | 1001111 | 1001011 | 100101 | 101100101 | 1000010 | 100110 |
Color Harmonies of #A02128
Complementary color
Monochromatic Colors of #A02128
Black with #A02128
Text Example
Text Example
White with #A02128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02128; }
p { color: rgb(160,33,40); }
H1.HeaderClassName
{
color: #A02128;
}
.AnyTagClassName
{
color: #A02128;
}
</style>
background-color css
<style>
a { background-color: #A02128; }
a { background-color: rgb(160,33,40); }
div.DivClassName
{
background-color: #A02128;
}
.BgClassName
{
background-color: #A02128;
}
</style>
border-color css
<style>
span { border-color: #A02128; }
span { border-color: rgb(160,33,40); }
td.TdClassName
{
border-color: #A02128;
}
.TagClassName
{
border-color: #A02128;
}
</style>