Shades of Guardsman Red #A72633
Tints of Guardsman Red #A72633
RGB
CMYK
RGB Variations
Color information
#A72633 (or 0xA72633) is known color: Guardsman Red. HEX triplet: A7, 26 and 33. RGB value is (167,38,51). Sum of RGB (Red+Green+Blue) = 167+38+51=256 (33% of max value = 765). Red value is 167 (65.62% from 255 or 65.23% from 256); Green value is 38 (15.23% from 255 or 14.84% from 256); Blue value is 51 (20.31% from 255 or 19.92% from 256); Max value from RGB is 167 - color contains mainly: red. Hex color #A72633 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A72633 is #58D9CC. Grayscale: #4E4E4E. Windows color (decimal): -5822925 or 3352231. OLE color: 3352231.
HSL color Cylindrical-coordinate representation of color #A72633: hue angle of 353.95º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A72633 is Cyan = 0, Magento = 0.77, Yellow = 0.69 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 38 | 51 | - |
| CMYK | 0 | 0.77 | 0.69 | 0.35 |
| HSL | 353.95º | 0.63% | 0.4% | - |
| HSV(B) | 353.95º | 0.77% | 0.65% | - |
| XYZ | 17.23 | 9.84 | 4.12 | - |
| YUV | 78.05 | 112.74 | 191.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 38 | 51 | 0 | 0.77 | 0.69 | 0.35 | 353.95 | 0.63 | 0.4 |
| Hex | A7 | 26 | 33 | 0 | 4D | 45 | 23 | 162 | 3F | 28 |
| Octal | 247 | 46 | 63 | 0 | 115 | 105 | 43 | 542 | 77 | 50 |
| Binary | 10100111 | 100110 | 110011 | 0 | 1001101 | 1000101 | 100011 | 101100010 | 111111 | 101000 |
Color Harmonies of #A72633
Complementary color
Monochromatic Colors of #A72633
Black with #A72633
Text Example
Text Example
White with #A72633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72633; }
p { color: rgb(167,38,51); }
H1.HeaderClassName
{
color: #A72633;
}
.AnyTagClassName
{
color: #A72633;
}
</style>
background-color css
<style>
a { background-color: #A72633; }
a { background-color: rgb(167,38,51); }
div.DivClassName
{
background-color: #A72633;
}
.BgClassName
{
background-color: #A72633;
}
</style>
border-color css
<style>
span { border-color: #A72633; }
span { border-color: rgb(167,38,51); }
td.TdClassName
{
border-color: #A72633;
}
.TagClassName
{
border-color: #A72633;
}
</style>