Shades of Bright Red #A02130
Tints of Bright Red #A02130
RGB
CMYK
RGB Variations
Color information
#A02130 (or 0xA02130) is known color: Bright Red. HEX triplet: A0, 21 and 30. RGB value is (160,33,48). Sum of RGB (Red+Green+Blue) = 160+33+48=241 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.39% from 241); Green value is 33 (13.28% from 255 or 13.69% from 241); Blue value is 48 (19.14% from 255 or 19.92% from 241); Max value from RGB is 160 - color contains mainly: red. Hex color #A02130 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02130 is #5FDECF. Grayscale: #484848. Windows color (decimal): -6282960 or 3154336. OLE color: 3154336.
HSL color Cylindrical-coordinate representation of color #A02130: hue angle of 352.91º 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 #A02130 is Cyan = 0, Magento = 0.79, Yellow = 0.70 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 33 | 48 | - |
| CMYK | 0 | 0.79 | 0.70 | 0.37 |
| HSL | 352.91º | 0.66% | 0.38% | - |
| HSV(B) | 352.91º | 0.79% | 0.63% | - |
| XYZ | 15.57 | 8.77 | 3.67 | - |
| YUV | 72.68 | 114.08 | 190.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 33 | 48 | 0 | 0.79 | 0.70 | 0.37 | 352.91 | 0.66 | 0.38 |
| Hex | A0 | 21 | 30 | 0 | 4F | 46 | 25 | 161 | 42 | 26 |
| Octal | 240 | 41 | 60 | 0 | 117 | 106 | 45 | 541 | 102 | 46 |
| Binary | 10100000 | 100001 | 110000 | 0 | 1001111 | 1000110 | 100101 | 101100001 | 1000010 | 100110 |
Color Harmonies of #A02130
Complementary color
Monochromatic Colors of #A02130
Black with #A02130
Text Example
Text Example
White with #A02130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02130; }
p { color: rgb(160,33,48); }
H1.HeaderClassName
{
color: #A02130;
}
.AnyTagClassName
{
color: #A02130;
}
</style>
background-color css
<style>
a { background-color: #A02130; }
a { background-color: rgb(160,33,48); }
div.DivClassName
{
background-color: #A02130;
}
.BgClassName
{
background-color: #A02130;
}
</style>
border-color css
<style>
span { border-color: #A02130; }
span { border-color: rgb(160,33,48); }
td.TdClassName
{
border-color: #A02130;
}
.TagClassName
{
border-color: #A02130;
}
</style>