Shades of Guardsman Red #A22D39
Tints of Guardsman Red #A22D39
RGB
CMYK
RGB Variations
Color information
#A22D39 (or 0xA22D39) is known color: Guardsman Red. HEX triplet: A2, 2D and 39. RGB value is (162,45,57). Sum of RGB (Red+Green+Blue) = 162+45+57=264 (34% of max value = 765). Red value is 162 (63.67% from 255 or 61.36% from 264); Green value is 45 (17.97% from 255 or 17.05% from 264); Blue value is 57 (22.66% from 255 or 21.59% from 264); Max value from RGB is 162 - color contains mainly: red. Hex color #A22D39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22D39 is #5DD2C6. Grayscale: #515151. Windows color (decimal): -6148807 or 3747234. OLE color: 3747234.
HSL color Cylindrical-coordinate representation of color #A22D39: hue angle of 353.85º degrees, saturation: 0.57, 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 #A22D39 is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 45 | 57 | - |
| CMYK | 0 | 0.72 | 0.65 | 0.36 |
| HSL | 353.85º | 0.57% | 0.41% | - |
| HSV(B) | 353.85º | 0.72% | 0.64% | - |
| XYZ | 16.58 | 9.85 | 4.9 | - |
| YUV | 81.35 | 114.26 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 45 | 57 | 0 | 0.72 | 0.65 | 0.36 | 353.85 | 0.57 | 0.41 |
| Hex | A2 | 2D | 39 | 0 | 48 | 41 | 24 | 162 | 39 | 29 |
| Octal | 242 | 55 | 71 | 0 | 110 | 101 | 44 | 542 | 71 | 51 |
| Binary | 10100010 | 101101 | 111001 | 0 | 1001000 | 1000001 | 100100 | 101100010 | 111001 | 101001 |
Color Harmonies of #A22D39
Complementary color
Monochromatic Colors of #A22D39
Black with #A22D39
Text Example
Text Example
White with #A22D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22D39; }
p { color: rgb(162,45,57); }
H1.HeaderClassName
{
color: #A22D39;
}
.AnyTagClassName
{
color: #A22D39;
}
</style>
background-color css
<style>
a { background-color: #A22D39; }
a { background-color: rgb(162,45,57); }
div.DivClassName
{
background-color: #A22D39;
}
.BgClassName
{
background-color: #A22D39;
}
</style>
border-color css
<style>
span { border-color: #A22D39; }
span { border-color: rgb(162,45,57); }
td.TdClassName
{
border-color: #A22D39;
}
.TagClassName
{
border-color: #A22D39;
}
</style>