Shades of Guardsman Red #A22E2F
Tints of Guardsman Red #A22E2F
RGB
CMYK
RGB Variations
Color information
#A22E2F (or 0xA22E2F) is known color: Guardsman Red. HEX triplet: A2, 2E and 2F. RGB value is (162,46,47). Sum of RGB (Red+Green+Blue) = 162+46+47=255 (33% of max value = 765). Red value is 162 (63.67% from 255 or 63.53% from 255); Green value is 46 (18.36% from 255 or 18.04% from 255); Blue value is 47 (18.75% from 255 or 18.43% from 255); Max value from RGB is 162 - color contains mainly: red. Hex color #A22E2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22E2F is #5DD1D0. Grayscale: #505050. Windows color (decimal): -6148561 or 3092130. OLE color: 3092130.
HSL color Cylindrical-coordinate representation of color #A22E2F: hue angle of 359.48º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A22E2F is Cyan = 0, Magento = 0.72, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 46 | 47 | - |
| CMYK | 0 | 0.72 | 0.71 | 0.36 |
| HSL | 359.48º | 0.56% | 0.41% | - |
| HSV(B) | 359.48º | 0.72% | 0.64% | - |
| XYZ | 16.39 | 9.84 | 3.72 | - |
| YUV | 80.8 | 108.93 | 185.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 46 | 47 | 0 | 0.72 | 0.71 | 0.36 | 359.48 | 0.56 | 0.41 |
| Hex | A2 | 2E | 2F | 0 | 48 | 47 | 24 | 167 | 38 | 29 |
| Octal | 242 | 56 | 57 | 0 | 110 | 107 | 44 | 547 | 70 | 51 |
| Binary | 10100010 | 101110 | 101111 | 0 | 1001000 | 1000111 | 100100 | 101100111 | 111000 | 101001 |
Color Harmonies of #A22E2F
Complementary color
Monochromatic Colors of #A22E2F
Black with #A22E2F
Text Example
Text Example
White with #A22E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22E2F; }
p { color: rgb(162,46,47); }
H1.HeaderClassName
{
color: #A22E2F;
}
.AnyTagClassName
{
color: #A22E2F;
}
</style>
background-color css
<style>
a { background-color: #A22E2F; }
a { background-color: rgb(162,46,47); }
div.DivClassName
{
background-color: #A22E2F;
}
.BgClassName
{
background-color: #A22E2F;
}
</style>
border-color css
<style>
span { border-color: #A22E2F; }
span { border-color: rgb(162,46,47); }
td.TdClassName
{
border-color: #A22E2F;
}
.TagClassName
{
border-color: #A22E2F;
}
</style>