Shades of Guardsman Red #A02F31
Tints of Guardsman Red #A02F31
RGB
CMYK
RGB Variations
Color information
#A02F31 (or 0xA02F31) is known color: Guardsman Red. HEX triplet: A0, 2F and 31. RGB value is (160,47,49). Sum of RGB (Red+Green+Blue) = 160+47+49=256 (33% of max value = 765). Red value is 160 (62.89% from 255 or 62.5% from 256); Green value is 47 (18.75% from 255 or 18.36% from 256); Blue value is 49 (19.53% from 255 or 19.14% from 256); Max value from RGB is 160 - color contains mainly: red. Hex color #A02F31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02F31 is #5FD0CE. Grayscale: #515151. Windows color (decimal): -6279375 or 3223456. OLE color: 3223456.
HSL color Cylindrical-coordinate representation of color #A02F31: hue angle of 358.94º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A02F31 is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 47 | 49 | - |
| CMYK | 0 | 0.71 | 0.69 | 0.37 |
| HSL | 358.94º | 0.55% | 0.41% | - |
| HSV(B) | 358.94º | 0.71% | 0.63% | - |
| XYZ | 16.07 | 9.73 | 3.94 | - |
| YUV | 81.02 | 109.94 | 184.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 47 | 49 | 0 | 0.71 | 0.69 | 0.37 | 358.94 | 0.55 | 0.41 |
| Hex | A0 | 2F | 31 | 0 | 47 | 45 | 25 | 167 | 37 | 29 |
| Octal | 240 | 57 | 61 | 0 | 107 | 105 | 45 | 547 | 67 | 51 |
| Binary | 10100000 | 101111 | 110001 | 0 | 1000111 | 1000101 | 100101 | 101100111 | 110111 | 101001 |
Color Harmonies of #A02F31
Complementary color
Monochromatic Colors of #A02F31
Black with #A02F31
Text Example
Text Example
White with #A02F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02F31; }
p { color: rgb(160,47,49); }
H1.HeaderClassName
{
color: #A02F31;
}
.AnyTagClassName
{
color: #A02F31;
}
</style>
background-color css
<style>
a { background-color: #A02F31; }
a { background-color: rgb(160,47,49); }
div.DivClassName
{
background-color: #A02F31;
}
.BgClassName
{
background-color: #A02F31;
}
</style>
border-color css
<style>
span { border-color: #A02F31; }
span { border-color: rgb(160,47,49); }
td.TdClassName
{
border-color: #A02F31;
}
.TagClassName
{
border-color: #A02F31;
}
</style>