Shades of Guardsman Red #A71E21
Tints of Guardsman Red #A71E21
RGB
CMYK
RGB Variations
Color information
#A71E21 (or 0xA71E21) is known color: Guardsman Red. HEX triplet: A7, 1E and 21. RGB value is (167,30,33). Sum of RGB (Red+Green+Blue) = 167+30+33=230 (30% of max value = 765). Red value is 167 (65.62% from 255 or 72.61% from 230); Green value is 30 (12.11% from 255 or 13.04% from 230); Blue value is 33 (13.28% from 255 or 14.35% from 230); Max value from RGB is 167 - color contains mainly: red. Hex color #A71E21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A71E21 is #58E1DE. Grayscale: #474747. Windows color (decimal): -5824991 or 2170535. OLE color: 2170535.
HSL color Cylindrical-coordinate representation of color #A71E21: hue angle of 358.69º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A71E21 is Cyan = 0, Magento = 0.82, Yellow = 0.80 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 30 | 33 | - |
| CMYK | 0 | 0.82 | 0.80 | 0.35 |
| HSL | 358.69º | 0.7% | 0.39% | - |
| HSV(B) | 358.69º | 0.82% | 0.65% | - |
| XYZ | 16.68 | 9.25 | 2.35 | - |
| YUV | 71.31 | 106.39 | 196.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 30 | 33 | 0 | 0.82 | 0.80 | 0.35 | 358.69 | 0.7 | 0.39 |
| Hex | A7 | 1E | 21 | 0 | 52 | 50 | 23 | 167 | 46 | 27 |
| Octal | 247 | 36 | 41 | 0 | 122 | 120 | 43 | 547 | 106 | 47 |
| Binary | 10100111 | 11110 | 100001 | 0 | 1010010 | 1010000 | 100011 | 101100111 | 1000110 | 100111 |
Color Harmonies of #A71E21
Complementary color
Monochromatic Colors of #A71E21
Black with #A71E21
Text Example
Text Example
White with #A71E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71E21; }
p { color: rgb(167,30,33); }
H1.HeaderClassName
{
color: #A71E21;
}
.AnyTagClassName
{
color: #A71E21;
}
</style>
background-color css
<style>
a { background-color: #A71E21; }
a { background-color: rgb(167,30,33); }
div.DivClassName
{
background-color: #A71E21;
}
.BgClassName
{
background-color: #A71E21;
}
</style>
border-color css
<style>
span { border-color: #A71E21; }
span { border-color: rgb(167,30,33); }
td.TdClassName
{
border-color: #A71E21;
}
.TagClassName
{
border-color: #A71E21;
}
</style>