Shades of Guardsman Red #A22D35
Tints of Guardsman Red #A22D35
RGB
CMYK
RGB Variations
Color information
#A22D35 (or 0xA22D35) is known color: Guardsman Red. HEX triplet: A2, 2D and 35. RGB value is (162,45,53). Sum of RGB (Red+Green+Blue) = 162+45+53=260 (34% of max value = 765). Red value is 162 (63.67% from 255 or 62.31% from 260); Green value is 45 (17.97% from 255 or 17.31% from 260); Blue value is 53 (21.09% from 255 or 20.38% from 260); Max value from RGB is 162 - color contains mainly: red. Hex color #A22D35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22D35 is #5DD2CA. Grayscale: #505050. Windows color (decimal): -6148811 or 3485090. OLE color: 3485090.
HSL color Cylindrical-coordinate representation of color #A22D35: hue angle of 355.9º 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 #A22D35 is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 45 | 53 | - |
| CMYK | 0 | 0.72 | 0.67 | 0.36 |
| HSL | 355.9º | 0.57% | 0.41% | - |
| HSV(B) | 355.9º | 0.72% | 0.64% | - |
| XYZ | 16.48 | 9.82 | 4.39 | - |
| YUV | 80.9 | 112.26 | 185.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 45 | 53 | 0 | 0.72 | 0.67 | 0.36 | 355.9 | 0.57 | 0.41 |
| Hex | A2 | 2D | 35 | 0 | 48 | 43 | 24 | 164 | 39 | 29 |
| Octal | 242 | 55 | 65 | 0 | 110 | 103 | 44 | 544 | 71 | 51 |
| Binary | 10100010 | 101101 | 110101 | 0 | 1001000 | 1000011 | 100100 | 101100100 | 111001 | 101001 |
Color Harmonies of #A22D35
Complementary color
Monochromatic Colors of #A22D35
Black with #A22D35
Text Example
Text Example
White with #A22D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22D35; }
p { color: rgb(162,45,53); }
H1.HeaderClassName
{
color: #A22D35;
}
.AnyTagClassName
{
color: #A22D35;
}
</style>
background-color css
<style>
a { background-color: #A22D35; }
a { background-color: rgb(162,45,53); }
div.DivClassName
{
background-color: #A22D35;
}
.BgClassName
{
background-color: #A22D35;
}
</style>
border-color css
<style>
span { border-color: #A22D35; }
span { border-color: rgb(162,45,53); }
td.TdClassName
{
border-color: #A22D35;
}
.TagClassName
{
border-color: #A22D35;
}
</style>