Shades of Guardsman Red #A22B3C
Tints of Guardsman Red #A22B3C
RGB
CMYK
RGB Variations
Color information
#A22B3C (or 0xA22B3C) is known color: Guardsman Red. HEX triplet: A2, 2B and 3C. RGB value is (162,43,60). Sum of RGB (Red+Green+Blue) = 162+43+60=265 (35% of max value = 765). Red value is 162 (63.67% from 255 or 61.13% from 265); Green value is 43 (17.19% from 255 or 16.23% from 265); Blue value is 60 (23.83% from 255 or 22.64% from 265); Max value from RGB is 162 - color contains mainly: red. Hex color #A22B3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22B3C is #5DD4C3. Grayscale: #505050. Windows color (decimal): -6149316 or 3943330. OLE color: 3943330.
HSL color Cylindrical-coordinate representation of color #A22B3C: hue angle of 351.43º 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 #A22B3C is Cyan = 0, Magento = 0.73, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 43 | 60 | - |
| CMYK | 0 | 0.73 | 0.63 | 0.36 |
| HSL | 351.43º | 0.58% | 0.4% | - |
| HSV(B) | 351.43º | 0.73% | 0.64% | - |
| XYZ | 16.58 | 9.74 | 5.28 | - |
| YUV | 80.52 | 116.42 | 186.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 43 | 60 | 0 | 0.73 | 0.63 | 0.36 | 351.43 | 0.58 | 0.4 |
| Hex | A2 | 2B | 3C | 0 | 49 | 3F | 24 | 15F | 3A | 28 |
| Octal | 242 | 53 | 74 | 0 | 111 | 77 | 44 | 537 | 72 | 50 |
| Binary | 10100010 | 101011 | 111100 | 0 | 1001001 | 111111 | 100100 | 101011111 | 111010 | 101000 |
Color Harmonies of #A22B3C
Complementary color
Monochromatic Colors of #A22B3C
Black with #A22B3C
Text Example
Text Example
White with #A22B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22B3C; }
p { color: rgb(162,43,60); }
H1.HeaderClassName
{
color: #A22B3C;
}
.AnyTagClassName
{
color: #A22B3C;
}
</style>
background-color css
<style>
a { background-color: #A22B3C; }
a { background-color: rgb(162,43,60); }
div.DivClassName
{
background-color: #A22B3C;
}
.BgClassName
{
background-color: #A22B3C;
}
</style>
border-color css
<style>
span { border-color: #A22B3C; }
span { border-color: rgb(162,43,60); }
td.TdClassName
{
border-color: #A22B3C;
}
.TagClassName
{
border-color: #A22B3C;
}
</style>