Shades of Bright Red #A72039
Tints of Bright Red #A72039
RGB
CMYK
RGB Variations
Color information
#A72039 (or 0xA72039) is known color: Bright Red. HEX triplet: A7, 20 and 39. RGB value is (167,32,57). Sum of RGB (Red+Green+Blue) = 167+32+57=256 (33% of max value = 765). Red value is 167 (65.62% from 255 or 65.23% from 256); Green value is 32 (12.89% from 255 or 12.5% from 256); Blue value is 57 (22.66% from 255 or 22.27% from 256); Max value from RGB is 167 - color contains mainly: red. Hex color #A72039 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A72039 is #58DFC6. Grayscale: #4B4B4B. Windows color (decimal): -5824455 or 3743911. OLE color: 3743911.
HSL color Cylindrical-coordinate representation of color #A72039: hue angle of 348.89º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A72039 is Cyan = 0, Magento = 0.81, Yellow = 0.66 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 32 | 57 | - |
| CMYK | 0 | 0.81 | 0.66 | 0.35 |
| HSL | 348.89º | 0.68% | 0.39% | - |
| HSV(B) | 348.89º | 0.81% | 0.65% | - |
| XYZ | 17.19 | 9.54 | 4.81 | - |
| YUV | 75.22 | 117.73 | 193.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 32 | 57 | 0 | 0.81 | 0.66 | 0.35 | 348.89 | 0.68 | 0.39 |
| Hex | A7 | 20 | 39 | 0 | 51 | 42 | 23 | 15D | 44 | 27 |
| Octal | 247 | 40 | 71 | 0 | 121 | 102 | 43 | 535 | 104 | 47 |
| Binary | 10100111 | 100000 | 111001 | 0 | 1010001 | 1000010 | 100011 | 101011101 | 1000100 | 100111 |
Color Harmonies of #A72039
Complementary color
Monochromatic Colors of #A72039
Black with #A72039
Text Example
Text Example
White with #A72039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72039; }
p { color: rgb(167,32,57); }
H1.HeaderClassName
{
color: #A72039;
}
.AnyTagClassName
{
color: #A72039;
}
</style>
background-color css
<style>
a { background-color: #A72039; }
a { background-color: rgb(167,32,57); }
div.DivClassName
{
background-color: #A72039;
}
.BgClassName
{
background-color: #A72039;
}
</style>
border-color css
<style>
span { border-color: #A72039; }
span { border-color: rgb(167,32,57); }
td.TdClassName
{
border-color: #A72039;
}
.TagClassName
{
border-color: #A72039;
}
</style>