Shades of Guardsman Red #A72D3A
Tints of Guardsman Red #A72D3A
RGB
CMYK
RGB Variations
Color information
#A72D3A (or 0xA72D3A) is known color: Guardsman Red. HEX triplet: A7, 2D and 3A. RGB value is (167,45,58). Sum of RGB (Red+Green+Blue) = 167+45+58=270 (35% of max value = 765). Red value is 167 (65.62% from 255 or 61.85% from 270); Green value is 45 (17.97% from 255 or 16.67% from 270); Blue value is 58 (23.05% from 255 or 21.48% from 270); Max value from RGB is 167 - color contains mainly: red. Hex color #A72D3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A72D3A is #58D2C5. Grayscale: #535353. Windows color (decimal): -5821126 or 3812775. OLE color: 3812775.
HSL color Cylindrical-coordinate representation of color #A72D3A: hue angle of 353.61º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A72D3A is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 45 | 58 | - |
| CMYK | 0 | 0.73 | 0.65 | 0.35 |
| HSL | 353.61º | 0.58% | 0.42% | - |
| HSV(B) | 353.61º | 0.73% | 0.65% | - |
| XYZ | 17.64 | 10.4 | 5.08 | - |
| YUV | 82.96 | 113.92 | 187.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 45 | 58 | 0 | 0.73 | 0.65 | 0.35 | 353.61 | 0.58 | 0.42 |
| Hex | A7 | 2D | 3A | 0 | 49 | 41 | 23 | 162 | 3A | 2A |
| Octal | 247 | 55 | 72 | 0 | 111 | 101 | 43 | 542 | 72 | 52 |
| Binary | 10100111 | 101101 | 111010 | 0 | 1001001 | 1000001 | 100011 | 101100010 | 111010 | 101010 |
Color Harmonies of #A72D3A
Complementary color
Monochromatic Colors of #A72D3A
Black with #A72D3A
Text Example
Text Example
White with #A72D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72D3A; }
p { color: rgb(167,45,58); }
H1.HeaderClassName
{
color: #A72D3A;
}
.AnyTagClassName
{
color: #A72D3A;
}
</style>
background-color css
<style>
a { background-color: #A72D3A; }
a { background-color: rgb(167,45,58); }
div.DivClassName
{
background-color: #A72D3A;
}
.BgClassName
{
background-color: #A72D3A;
}
</style>
border-color css
<style>
span { border-color: #A72D3A; }
span { border-color: rgb(167,45,58); }
td.TdClassName
{
border-color: #A72D3A;
}
.TagClassName
{
border-color: #A72D3A;
}
</style>