Shades of Guardsman Red #A22B41
Tints of Guardsman Red #A22B41
RGB
CMYK
RGB Variations
Color information
#A22B41 (or 0xA22B41) is known color: Guardsman Red. HEX triplet: A2, 2B and 41. RGB value is (162,43,65). Sum of RGB (Red+Green+Blue) = 162+43+65=270 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60% from 270); Green value is 43 (17.19% from 255 or 15.93% from 270); Blue value is 65 (25.78% from 255 or 24.07% from 270); Max value from RGB is 162 - color contains mainly: red. Hex color #A22B41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22B41 is #5DD4BE. Grayscale: #515151. Windows color (decimal): -6149311 or 4271010. OLE color: 4271010.
HSL color Cylindrical-coordinate representation of color #A22B41: hue angle of 348.91º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A22B41 is Cyan = 0, Magento = 0.73, Yellow = 0.60 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 43 | 65 | - |
| CMYK | 0 | 0.73 | 0.60 | 0.36 |
| HSL | 348.91º | 0.58% | 0.4% | - |
| HSV(B) | 348.91º | 0.73% | 0.64% | - |
| XYZ | 16.72 | 9.79 | 6.01 | - |
| YUV | 81.09 | 118.92 | 185.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 43 | 65 | 0 | 0.73 | 0.60 | 0.36 | 348.91 | 0.58 | 0.4 |
| Hex | A2 | 2B | 41 | 0 | 49 | 3C | 24 | 15D | 3A | 28 |
| Octal | 242 | 53 | 101 | 0 | 111 | 74 | 44 | 535 | 72 | 50 |
| Binary | 10100010 | 101011 | 1000001 | 0 | 1001001 | 111100 | 100100 | 101011101 | 111010 | 101000 |
Color Harmonies of #A22B41
Complementary color
Monochromatic Colors of #A22B41
Black with #A22B41
Text Example
Text Example
White with #A22B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22B41; }
p { color: rgb(162,43,65); }
H1.HeaderClassName
{
color: #A22B41;
}
.AnyTagClassName
{
color: #A22B41;
}
</style>
background-color css
<style>
a { background-color: #A22B41; }
a { background-color: rgb(162,43,65); }
div.DivClassName
{
background-color: #A22B41;
}
.BgClassName
{
background-color: #A22B41;
}
</style>
border-color css
<style>
span { border-color: #A22B41; }
span { border-color: rgb(162,43,65); }
td.TdClassName
{
border-color: #A22B41;
}
.TagClassName
{
border-color: #A22B41;
}
</style>