Shades of Bright Red #A72136
Tints of Bright Red #A72136
RGB
CMYK
RGB Variations
Color information
#A72136 (or 0xA72136) is known color: Bright Red. HEX triplet: A7, 21 and 36. RGB value is (167,33,54). Sum of RGB (Red+Green+Blue) = 167+33+54=254 (33% of max value = 765). Red value is 167 (65.62% from 255 or 65.75% from 254); Green value is 33 (13.28% from 255 or 12.99% from 254); Blue value is 54 (21.48% from 255 or 21.26% from 254); Max value from RGB is 167 - color contains mainly: red. Hex color #A72136 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A72136 is #58DEC9. Grayscale: #4B4B4B. Windows color (decimal): -5824202 or 3547559. OLE color: 3547559.
HSL color Cylindrical-coordinate representation of color #A72136: hue angle of 350.6º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A72136 is Cyan = 0, Magento = 0.80, Yellow = 0.68 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 33 | 54 | - |
| CMYK | 0 | 0.80 | 0.68 | 0.35 |
| HSL | 350.6º | 0.67% | 0.39% | - |
| HSV(B) | 350.6º | 0.8% | 0.65% | - |
| XYZ | 17.15 | 9.57 | 4.43 | - |
| YUV | 75.46 | 115.89 | 193.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 33 | 54 | 0 | 0.80 | 0.68 | 0.35 | 350.6 | 0.67 | 0.39 |
| Hex | A7 | 21 | 36 | 0 | 50 | 44 | 23 | 15F | 43 | 27 |
| Octal | 247 | 41 | 66 | 0 | 120 | 104 | 43 | 537 | 103 | 47 |
| Binary | 10100111 | 100001 | 110110 | 0 | 1010000 | 1000100 | 100011 | 101011111 | 1000011 | 100111 |
Color Harmonies of #A72136
Complementary color
Monochromatic Colors of #A72136
Black with #A72136
Text Example
Text Example
White with #A72136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72136; }
p { color: rgb(167,33,54); }
H1.HeaderClassName
{
color: #A72136;
}
.AnyTagClassName
{
color: #A72136;
}
</style>
background-color css
<style>
a { background-color: #A72136; }
a { background-color: rgb(167,33,54); }
div.DivClassName
{
background-color: #A72136;
}
.BgClassName
{
background-color: #A72136;
}
</style>
border-color css
<style>
span { border-color: #A72136; }
span { border-color: rgb(167,33,54); }
td.TdClassName
{
border-color: #A72136;
}
.TagClassName
{
border-color: #A72136;
}
</style>