Shades of Guardsman Red #A22D3F
Tints of Guardsman Red #A22D3F
RGB
CMYK
RGB Variations
Color information
#A22D3F (or 0xA22D3F) is known color: Guardsman Red. HEX triplet: A2, 2D and 3F. RGB value is (162,45,63). Sum of RGB (Red+Green+Blue) = 162+45+63=270 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60% from 270); Green value is 45 (17.97% from 255 or 16.67% from 270); Blue value is 63 (25% from 255 or 23.33% from 270); Max value from RGB is 162 - color contains mainly: red. Hex color #A22D3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22D3F is #5DD2C0. Grayscale: #525252. Windows color (decimal): -6148801 or 4140450. OLE color: 4140450.
HSL color Cylindrical-coordinate representation of color #A22D3F: hue angle of 350.77º 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 #A22D3F is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 45 | 63 | - |
| CMYK | 0 | 0.72 | 0.61 | 0.36 |
| HSL | 350.77º | 0.57% | 0.41% | - |
| HSV(B) | 350.77º | 0.72% | 0.64% | - |
| XYZ | 16.74 | 9.92 | 5.73 | - |
| YUV | 82.04 | 117.26 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 45 | 63 | 0 | 0.72 | 0.61 | 0.36 | 350.77 | 0.57 | 0.41 |
| Hex | A2 | 2D | 3F | 0 | 48 | 3D | 24 | 15F | 39 | 29 |
| Octal | 242 | 55 | 77 | 0 | 110 | 75 | 44 | 537 | 71 | 51 |
| Binary | 10100010 | 101101 | 111111 | 0 | 1001000 | 111101 | 100100 | 101011111 | 111001 | 101001 |
Color Harmonies of #A22D3F
Complementary color
Monochromatic Colors of #A22D3F
Black with #A22D3F
Text Example
Text Example
White with #A22D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22D3F; }
p { color: rgb(162,45,63); }
H1.HeaderClassName
{
color: #A22D3F;
}
.AnyTagClassName
{
color: #A22D3F;
}
</style>
background-color css
<style>
a { background-color: #A22D3F; }
a { background-color: rgb(162,45,63); }
div.DivClassName
{
background-color: #A22D3F;
}
.BgClassName
{
background-color: #A22D3F;
}
</style>
border-color css
<style>
span { border-color: #A22D3F; }
span { border-color: rgb(162,45,63); }
td.TdClassName
{
border-color: #A22D3F;
}
.TagClassName
{
border-color: #A22D3F;
}
</style>