Shades of Bright Red #A02A3F
Tints of Bright Red #A02A3F
RGB
CMYK
RGB Variations
Color information
#A02A3F (or 0xA02A3F) is known color: Bright Red. HEX triplet: A0, 2A and 3F. RGB value is (160,42,63). Sum of RGB (Red+Green+Blue) = 160+42+63=265 (35% of max value = 765). Red value is 160 (62.89% from 255 or 60.38% from 265); Green value is 42 (16.80% from 255 or 15.85% from 265); Blue value is 63 (25% from 255 or 23.77% from 265); Max value from RGB is 160 - color contains mainly: red. Hex color #A02A3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02A3F is #5FD5C0. Grayscale: #4F4F4F. Windows color (decimal): -6280641 or 4139680. OLE color: 4139680.
HSL color Cylindrical-coordinate representation of color #A02A3F: hue angle of 349.32º 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 #A02A3F is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 42 | 63 | - |
| CMYK | 0 | 0.74 | 0.61 | 0.37 |
| HSL | 349.32º | 0.58% | 0.4% | - |
| HSV(B) | 349.32º | 0.74% | 0.63% | - |
| XYZ | 16.22 | 9.49 | 5.68 | - |
| YUV | 79.68 | 118.59 | 185.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 42 | 63 | 0 | 0.74 | 0.61 | 0.37 | 349.32 | 0.58 | 0.4 |
| Hex | A0 | 2A | 3F | 0 | 4A | 3D | 25 | 15D | 3A | 28 |
| Octal | 240 | 52 | 77 | 0 | 112 | 75 | 45 | 535 | 72 | 50 |
| Binary | 10100000 | 101010 | 111111 | 0 | 1001010 | 111101 | 100101 | 101011101 | 111010 | 101000 |
Color Harmonies of #A02A3F
Complementary color
Monochromatic Colors of #A02A3F
Black with #A02A3F
Text Example
Text Example
White with #A02A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02A3F; }
p { color: rgb(160,42,63); }
H1.HeaderClassName
{
color: #A02A3F;
}
.AnyTagClassName
{
color: #A02A3F;
}
</style>
background-color css
<style>
a { background-color: #A02A3F; }
a { background-color: rgb(160,42,63); }
div.DivClassName
{
background-color: #A02A3F;
}
.BgClassName
{
background-color: #A02A3F;
}
</style>
border-color css
<style>
span { border-color: #A02A3F; }
span { border-color: rgb(160,42,63); }
td.TdClassName
{
border-color: #A02A3F;
}
.TagClassName
{
border-color: #A02A3F;
}
</style>