Shades of Guardsman Red #A22328
Tints of Guardsman Red #A22328
RGB
CMYK
RGB Variations
Color information
#A22328 (or 0xA22328) is known color: Guardsman Red. HEX triplet: A2, 23 and 28. RGB value is (162,35,40). Sum of RGB (Red+Green+Blue) = 162+35+40=237 (31% of max value = 765). Red value is 162 (63.67% from 255 or 68.35% from 237); Green value is 35 (14.06% from 255 or 14.77% from 237); Blue value is 40 (16.02% from 255 or 16.88% from 237); Max value from RGB is 162 - color contains mainly: red. Hex color #A22328 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22328 is #5DDCD7. Grayscale: #494949. Windows color (decimal): -6151384 or 2630562. OLE color: 2630562.
HSL color Cylindrical-coordinate representation of color #A22328: hue angle of 357.64º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A22328 is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 35 | 40 | - |
| CMYK | 0 | 0.78 | 0.75 | 0.36 |
| HSL | 357.64º | 0.64% | 0.39% | - |
| HSV(B) | 357.64º | 0.78% | 0.64% | - |
| XYZ | 15.88 | 9.04 | 2.91 | - |
| YUV | 73.54 | 109.08 | 191.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 35 | 40 | 0 | 0.78 | 0.75 | 0.36 | 357.64 | 0.64 | 0.39 |
| Hex | A2 | 23 | 28 | 0 | 4E | 4B | 24 | 166 | 40 | 27 |
| Octal | 242 | 43 | 50 | 0 | 116 | 113 | 44 | 546 | 100 | 47 |
| Binary | 10100010 | 100011 | 101000 | 0 | 1001110 | 1001011 | 100100 | 101100110 | 1000000 | 100111 |
Color Harmonies of #A22328
Complementary color
Monochromatic Colors of #A22328
Black with #A22328
Text Example
Text Example
White with #A22328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22328; }
p { color: rgb(162,35,40); }
H1.HeaderClassName
{
color: #A22328;
}
.AnyTagClassName
{
color: #A22328;
}
</style>
background-color css
<style>
a { background-color: #A22328; }
a { background-color: rgb(162,35,40); }
div.DivClassName
{
background-color: #A22328;
}
.BgClassName
{
background-color: #A22328;
}
</style>
border-color css
<style>
span { border-color: #A22328; }
span { border-color: rgb(162,35,40); }
td.TdClassName
{
border-color: #A22328;
}
.TagClassName
{
border-color: #A22328;
}
</style>