Shades of Guardsman Red #A02A34
Tints of Guardsman Red #A02A34
RGB
CMYK
RGB Variations
Color information
#A02A34 (or 0xA02A34) is known color: Guardsman Red. HEX triplet: A0, 2A and 34. RGB value is (160,42,52). Sum of RGB (Red+Green+Blue) = 160+42+52=254 (33% of max value = 765). Red value is 160 (62.89% from 255 or 62.99% from 254); Green value is 42 (16.80% from 255 or 16.54% from 254); Blue value is 52 (20.70% from 255 or 20.47% from 254); Max value from RGB is 160 - color contains mainly: red. Hex color #A02A34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02A34 is #5FD5CB. Grayscale: #4E4E4E. Windows color (decimal): -6280652 or 3418784. OLE color: 3418784.
HSL color Cylindrical-coordinate representation of color #A02A34: hue angle of 354.92º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A02A34 is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 42 | 52 | - |
| CMYK | 0 | 0.74 | 0.68 | 0.37 |
| HSL | 354.92º | 0.58% | 0.4% | - |
| HSV(B) | 354.92º | 0.74% | 0.63% | - |
| XYZ | 15.95 | 9.38 | 4.22 | - |
| YUV | 78.42 | 113.09 | 186.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 42 | 52 | 0 | 0.74 | 0.68 | 0.37 | 354.92 | 0.58 | 0.4 |
| Hex | A0 | 2A | 34 | 0 | 4A | 44 | 25 | 163 | 3A | 28 |
| Octal | 240 | 52 | 64 | 0 | 112 | 104 | 45 | 543 | 72 | 50 |
| Binary | 10100000 | 101010 | 110100 | 0 | 1001010 | 1000100 | 100101 | 101100011 | 111010 | 101000 |
Color Harmonies of #A02A34
Complementary color
Monochromatic Colors of #A02A34
Black with #A02A34
Text Example
Text Example
White with #A02A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02A34; }
p { color: rgb(160,42,52); }
H1.HeaderClassName
{
color: #A02A34;
}
.AnyTagClassName
{
color: #A02A34;
}
</style>
background-color css
<style>
a { background-color: #A02A34; }
a { background-color: rgb(160,42,52); }
div.DivClassName
{
background-color: #A02A34;
}
.BgClassName
{
background-color: #A02A34;
}
</style>
border-color css
<style>
span { border-color: #A02A34; }
span { border-color: rgb(160,42,52); }
td.TdClassName
{
border-color: #A02A34;
}
.TagClassName
{
border-color: #A02A34;
}
</style>