Shades of Bright Red #A02941
Tints of Bright Red #A02941
RGB
CMYK
RGB Variations
Color information
#A02941 (or 0xA02941) is known color: Bright Red. HEX triplet: A0, 29 and 41. RGB value is (160,41,65). Sum of RGB (Red+Green+Blue) = 160+41+65=266 (35% of max value = 765). Red value is 160 (62.89% from 255 or 60.15% from 266); Green value is 41 (16.41% from 255 or 15.41% from 266); Blue value is 65 (25.78% from 255 or 24.44% from 266); Max value from RGB is 160 - color contains mainly: red. Hex color #A02941 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02941 is #5FD6BE. Grayscale: #4F4F4F. Windows color (decimal): -6280895 or 4270496. OLE color: 4270496.
HSL color Cylindrical-coordinate representation of color #A02941: hue angle of 347.9º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A02941 is Cyan = 0, Magento = 0.74, Yellow = 0.59 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 41 | 65 | - |
| CMYK | 0 | 0.74 | 0.59 | 0.37 |
| HSL | 347.9º | 0.59% | 0.39% | - |
| HSV(B) | 347.9º | 0.74% | 0.63% | - |
| XYZ | 16.24 | 9.44 | 5.97 | - |
| YUV | 79.32 | 119.92 | 185.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 41 | 65 | 0 | 0.74 | 0.59 | 0.37 | 347.9 | 0.59 | 0.39 |
| Hex | A0 | 29 | 41 | 0 | 4A | 3B | 25 | 15C | 3B | 27 |
| Octal | 240 | 51 | 101 | 0 | 112 | 73 | 45 | 534 | 73 | 47 |
| Binary | 10100000 | 101001 | 1000001 | 0 | 1001010 | 111011 | 100101 | 101011100 | 111011 | 100111 |
Color Harmonies of #A02941
Complementary color
Monochromatic Colors of #A02941
Black with #A02941
Text Example
Text Example
White with #A02941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02941; }
p { color: rgb(160,41,65); }
H1.HeaderClassName
{
color: #A02941;
}
.AnyTagClassName
{
color: #A02941;
}
</style>
background-color css
<style>
a { background-color: #A02941; }
a { background-color: rgb(160,41,65); }
div.DivClassName
{
background-color: #A02941;
}
.BgClassName
{
background-color: #A02941;
}
</style>
border-color css
<style>
span { border-color: #A02941; }
span { border-color: rgb(160,41,65); }
td.TdClassName
{
border-color: #A02941;
}
.TagClassName
{
border-color: #A02941;
}
</style>