Shades of Guardsman Red #A21F20
Tints of Guardsman Red #A21F20
RGB
CMYK
RGB Variations
Color information
#A21F20 (or 0xA21F20) is known color: Guardsman Red. HEX triplet: A2, 1F and 20. RGB value is (162,31,32). Sum of RGB (Red+Green+Blue) = 162+31+32=225 (29% of max value = 765). Red value is 162 (63.67% from 255 or 72% from 225); Green value is 31 (12.5% from 255 or 13.78% from 225); Blue value is 32 (12.89% from 255 or 14.22% from 225); Max value from RGB is 162 - color contains mainly: red. Hex color #A21F20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A21F20 is #5DE0DF. Grayscale: #464646. Windows color (decimal): -6152416 or 2105250. OLE color: 2105250.
HSL color Cylindrical-coordinate representation of color #A21F20: hue angle of 359.54º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A21F20 is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 31 | 32 | - |
| CMYK | 0 | 0.81 | 0.80 | 0.36 |
| HSL | 359.54º | 0.68% | 0.38% | - |
| HSV(B) | 359.54º | 0.81% | 0.64% | - |
| XYZ | 15.65 | 8.77 | 2.23 | - |
| YUV | 70.28 | 106.4 | 193.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 31 | 32 | 0 | 0.81 | 0.80 | 0.36 | 359.54 | 0.68 | 0.38 |
| Hex | A2 | 1F | 20 | 0 | 51 | 50 | 24 | 168 | 44 | 26 |
| Octal | 242 | 37 | 40 | 0 | 121 | 120 | 44 | 550 | 104 | 46 |
| Binary | 10100010 | 11111 | 100000 | 0 | 1010001 | 1010000 | 100100 | 101101000 | 1000100 | 100110 |
Color Harmonies of #A21F20
Complementary color
Monochromatic Colors of #A21F20
Black with #A21F20
Text Example
Text Example
White with #A21F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21F20; }
p { color: rgb(162,31,32); }
H1.HeaderClassName
{
color: #A21F20;
}
.AnyTagClassName
{
color: #A21F20;
}
</style>
background-color css
<style>
a { background-color: #A21F20; }
a { background-color: rgb(162,31,32); }
div.DivClassName
{
background-color: #A21F20;
}
.BgClassName
{
background-color: #A21F20;
}
</style>
border-color css
<style>
span { border-color: #A21F20; }
span { border-color: rgb(162,31,32); }
td.TdClassName
{
border-color: #A21F20;
}
.TagClassName
{
border-color: #A21F20;
}
</style>