Shades of Guardsman Red #A02A33
Tints of Guardsman Red #A02A33
RGB
CMYK
RGB Variations
Color information
#A02A33 (or 0xA02A33) is known color: Guardsman Red. HEX triplet: A0, 2A and 33. RGB value is (160,42,51). Sum of RGB (Red+Green+Blue) = 160+42+51=253 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.24% from 253); Green value is 42 (16.80% from 255 or 16.60% from 253); Blue value is 51 (20.31% from 255 or 20.16% from 253); Max value from RGB is 160 - color contains mainly: red. Hex color #A02A33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02A33 is #5FD5CC. Grayscale: #4E4E4E. Windows color (decimal): -6280653 or 3353248. OLE color: 3353248.
HSL color Cylindrical-coordinate representation of color #A02A33: hue angle of 355.42º 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 #A02A33 is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 42 | 51 | - |
| CMYK | 0 | 0.74 | 0.68 | 0.37 |
| HSL | 355.42º | 0.58% | 0.4% | - |
| HSV(B) | 355.42º | 0.74% | 0.63% | - |
| XYZ | 15.92 | 9.37 | 4.1 | - |
| YUV | 78.31 | 112.59 | 186.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 42 | 51 | 0 | 0.74 | 0.68 | 0.37 | 355.42 | 0.58 | 0.4 |
| Hex | A0 | 2A | 33 | 0 | 4A | 44 | 25 | 163 | 3A | 28 |
| Octal | 240 | 52 | 63 | 0 | 112 | 104 | 45 | 543 | 72 | 50 |
| Binary | 10100000 | 101010 | 110011 | 0 | 1001010 | 1000100 | 100101 | 101100011 | 111010 | 101000 |
Color Harmonies of #A02A33
Complementary color
Monochromatic Colors of #A02A33
Black with #A02A33
Text Example
Text Example
White with #A02A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02A33; }
p { color: rgb(160,42,51); }
H1.HeaderClassName
{
color: #A02A33;
}
.AnyTagClassName
{
color: #A02A33;
}
</style>
background-color css
<style>
a { background-color: #A02A33; }
a { background-color: rgb(160,42,51); }
div.DivClassName
{
background-color: #A02A33;
}
.BgClassName
{
background-color: #A02A33;
}
</style>
border-color css
<style>
span { border-color: #A02A33; }
span { border-color: rgb(160,42,51); }
td.TdClassName
{
border-color: #A02A33;
}
.TagClassName
{
border-color: #A02A33;
}
</style>