Shades of Guardsman Red #A71E25
Tints of Guardsman Red #A71E25
RGB
CMYK
RGB Variations
Color information
#A71E25 (or 0xA71E25) is known color: Guardsman Red. HEX triplet: A7, 1E and 25. RGB value is (167,30,37). Sum of RGB (Red+Green+Blue) = 167+30+37=234 (30% of max value = 765). Red value is 167 (65.62% from 255 or 71.37% from 234); Green value is 30 (12.11% from 255 or 12.82% from 234); Blue value is 37 (14.84% from 255 or 15.81% from 234); Max value from RGB is 167 - color contains mainly: red. Hex color #A71E25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A71E25 is #58E1DA. Grayscale: #474747. Windows color (decimal): -5824987 or 2432679. OLE color: 2432679.
HSL color Cylindrical-coordinate representation of color #A71E25: hue angle of 356.93º 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 #A71E25 is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 30 | 37 | - |
| CMYK | 0 | 0.82 | 0.78 | 0.35 |
| HSL | 356.93º | 0.7% | 0.39% | - |
| HSV(B) | 356.93º | 0.82% | 0.65% | - |
| XYZ | 16.73 | 9.28 | 2.66 | - |
| YUV | 71.76 | 108.39 | 195.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 30 | 37 | 0 | 0.82 | 0.78 | 0.35 | 356.93 | 0.7 | 0.39 |
| Hex | A7 | 1E | 25 | 0 | 52 | 4E | 23 | 165 | 46 | 27 |
| Octal | 247 | 36 | 45 | 0 | 122 | 116 | 43 | 545 | 106 | 47 |
| Binary | 10100111 | 11110 | 100101 | 0 | 1010010 | 1001110 | 100011 | 101100101 | 1000110 | 100111 |
Color Harmonies of #A71E25
Complementary color
Monochromatic Colors of #A71E25
Black with #A71E25
Text Example
Text Example
White with #A71E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71E25; }
p { color: rgb(167,30,37); }
H1.HeaderClassName
{
color: #A71E25;
}
.AnyTagClassName
{
color: #A71E25;
}
</style>
background-color css
<style>
a { background-color: #A71E25; }
a { background-color: rgb(167,30,37); }
div.DivClassName
{
background-color: #A71E25;
}
.BgClassName
{
background-color: #A71E25;
}
</style>
border-color css
<style>
span { border-color: #A71E25; }
span { border-color: rgb(167,30,37); }
td.TdClassName
{
border-color: #A71E25;
}
.TagClassName
{
border-color: #A71E25;
}
</style>