Shades of Bright Red #A02A3E
Tints of Bright Red #A02A3E
RGB
CMYK
RGB Variations
Color information
#A02A3E (or 0xA02A3E) is known color: Bright Red. HEX triplet: A0, 2A and 3E. RGB value is (160,42,62). Sum of RGB (Red+Green+Blue) = 160+42+62=264 (34% of max value = 765). Red value is 160 (62.89% from 255 or 60.61% from 264); Green value is 42 (16.80% from 255 or 15.91% from 264); Blue value is 62 (24.61% from 255 or 23.48% from 264); Max value from RGB is 160 - color contains mainly: red. Hex color #A02A3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02A3E is #5FD5C1. Grayscale: #4F4F4F. Windows color (decimal): -6280642 or 4074144. OLE color: 4074144.
HSL color Cylindrical-coordinate representation of color #A02A3E: hue angle of 349.83º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A02A3E is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 42 | 62 | - |
| CMYK | 0 | 0.74 | 0.61 | 0.37 |
| HSL | 349.83º | 0.58% | 0.4% | - |
| HSV(B) | 349.83º | 0.74% | 0.63% | - |
| XYZ | 16.19 | 9.48 | 5.53 | - |
| YUV | 79.56 | 118.09 | 185.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 42 | 62 | 0 | 0.74 | 0.61 | 0.37 | 349.83 | 0.58 | 0.4 |
| Hex | A0 | 2A | 3E | 0 | 4A | 3D | 25 | 15E | 3A | 28 |
| Octal | 240 | 52 | 76 | 0 | 112 | 75 | 45 | 536 | 72 | 50 |
| Binary | 10100000 | 101010 | 111110 | 0 | 1001010 | 111101 | 100101 | 101011110 | 111010 | 101000 |
Color Harmonies of #A02A3E
Complementary color
Monochromatic Colors of #A02A3E
Black with #A02A3E
Text Example
Text Example
White with #A02A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02A3E; }
p { color: rgb(160,42,62); }
H1.HeaderClassName
{
color: #A02A3E;
}
.AnyTagClassName
{
color: #A02A3E;
}
</style>
background-color css
<style>
a { background-color: #A02A3E; }
a { background-color: rgb(160,42,62); }
div.DivClassName
{
background-color: #A02A3E;
}
.BgClassName
{
background-color: #A02A3E;
}
</style>
border-color css
<style>
span { border-color: #A02A3E; }
span { border-color: rgb(160,42,62); }
td.TdClassName
{
border-color: #A02A3E;
}
.TagClassName
{
border-color: #A02A3E;
}
</style>