Shades of Guardsman Red #A02225
Tints of Guardsman Red #A02225
RGB
CMYK
RGB Variations
Color information
#A02225 (or 0xA02225) is known color: Guardsman Red. HEX triplet: A0, 22 and 25. RGB value is (160,34,37). Sum of RGB (Red+Green+Blue) = 160+34+37=231 (30% of max value = 765). Red value is 160 (62.89% from 255 or 69.26% from 231); Green value is 34 (13.67% from 255 or 14.72% from 231); Blue value is 37 (14.84% from 255 or 16.02% from 231); Max value from RGB is 160 - color contains mainly: red. Hex color #A02225 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02225 is #5FDDDA. Grayscale: #484848. Windows color (decimal): -6282715 or 2433696. OLE color: 2433696.
HSL color Cylindrical-coordinate representation of color #A02225: hue angle of 358.57º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A02225 is Cyan = 0, Magento = 0.79, Yellow = 0.77 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 34 | 37 | - |
| CMYK | 0 | 0.79 | 0.77 | 0.37 |
| HSL | 358.57º | 0.65% | 0.38% | - |
| HSV(B) | 358.57º | 0.79% | 0.63% | - |
| XYZ | 15.4 | 8.75 | 2.63 | - |
| YUV | 72.02 | 108.24 | 190.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 34 | 37 | 0 | 0.79 | 0.77 | 0.37 | 358.57 | 0.65 | 0.38 |
| Hex | A0 | 22 | 25 | 0 | 4F | 4D | 25 | 167 | 41 | 26 |
| Octal | 240 | 42 | 45 | 0 | 117 | 115 | 45 | 547 | 101 | 46 |
| Binary | 10100000 | 100010 | 100101 | 0 | 1001111 | 1001101 | 100101 | 101100111 | 1000001 | 100110 |
Color Harmonies of #A02225
Complementary color
Monochromatic Colors of #A02225
Black with #A02225
Text Example
Text Example
White with #A02225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02225; }
p { color: rgb(160,34,37); }
H1.HeaderClassName
{
color: #A02225;
}
.AnyTagClassName
{
color: #A02225;
}
</style>
background-color css
<style>
a { background-color: #A02225; }
a { background-color: rgb(160,34,37); }
div.DivClassName
{
background-color: #A02225;
}
.BgClassName
{
background-color: #A02225;
}
</style>
border-color css
<style>
span { border-color: #A02225; }
span { border-color: rgb(160,34,37); }
td.TdClassName
{
border-color: #A02225;
}
.TagClassName
{
border-color: #A02225;
}
</style>