Shades of Guardsman Red #A02A30
Tints of Guardsman Red #A02A30
RGB
CMYK
RGB Variations
Color information
#A02A30 (or 0xA02A30) is known color: Guardsman Red. HEX triplet: A0, 2A and 30. RGB value is (160,42,48). Sum of RGB (Red+Green+Blue) = 160+42+48=250 (33% of max value = 765). Red value is 160 (62.89% from 255 or 64% from 250); Green value is 42 (16.80% from 255 or 16.8% from 250); Blue value is 48 (19.14% from 255 or 19.2% from 250); Max value from RGB is 160 - color contains mainly: red. Hex color #A02A30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02A30 is #5FD5CF. Grayscale: #4E4E4E. Windows color (decimal): -6280656 or 3156640. OLE color: 3156640.
HSL color Cylindrical-coordinate representation of color #A02A30: hue angle of 356.95º 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 #A02A30 is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 42 | 48 | - |
| CMYK | 0 | 0.74 | 0.70 | 0.37 |
| HSL | 356.95º | 0.58% | 0.4% | - |
| HSV(B) | 356.95º | 0.74% | 0.63% | - |
| XYZ | 15.86 | 9.34 | 3.76 | - |
| YUV | 77.97 | 111.09 | 186.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 42 | 48 | 0 | 0.74 | 0.70 | 0.37 | 356.95 | 0.58 | 0.4 |
| Hex | A0 | 2A | 30 | 0 | 4A | 46 | 25 | 165 | 3A | 28 |
| Octal | 240 | 52 | 60 | 0 | 112 | 106 | 45 | 545 | 72 | 50 |
| Binary | 10100000 | 101010 | 110000 | 0 | 1001010 | 1000110 | 100101 | 101100101 | 111010 | 101000 |
Color Harmonies of #A02A30
Complementary color
Monochromatic Colors of #A02A30
Black with #A02A30
Text Example
Text Example
White with #A02A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02A30; }
p { color: rgb(160,42,48); }
H1.HeaderClassName
{
color: #A02A30;
}
.AnyTagClassName
{
color: #A02A30;
}
</style>
background-color css
<style>
a { background-color: #A02A30; }
a { background-color: rgb(160,42,48); }
div.DivClassName
{
background-color: #A02A30;
}
.BgClassName
{
background-color: #A02A30;
}
</style>
border-color css
<style>
span { border-color: #A02A30; }
span { border-color: rgb(160,42,48); }
td.TdClassName
{
border-color: #A02A30;
}
.TagClassName
{
border-color: #A02A30;
}
</style>