Shades of Guardsman Red #A2292D
Tints of Guardsman Red #A2292D
RGB
CMYK
RGB Variations
Color information
#A2292D (or 0xA2292D) is known color: Guardsman Red. HEX triplet: A2, 29 and 2D. RGB value is (162,41,45). Sum of RGB (Red+Green+Blue) = 162+41+45=248 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.32% from 248); Green value is 41 (16.41% from 255 or 16.53% from 248); Blue value is 45 (17.97% from 255 or 18.15% from 248); Max value from RGB is 162 - color contains mainly: red. Hex color #A2292D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2292D is #5DD6D2. Grayscale: #4D4D4D. Windows color (decimal): -6149843 or 2959778. OLE color: 2959778.
HSL color Cylindrical-coordinate representation of color #A2292D: hue angle of 358.02º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A2292D is Cyan = 0, Magento = 0.75, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 41 | 45 | - |
| CMYK | 0 | 0.75 | 0.72 | 0.36 |
| HSL | 358.02º | 0.6% | 0.4% | - |
| HSV(B) | 358.02º | 0.75% | 0.64% | - |
| XYZ | 16.17 | 9.46 | 3.46 | - |
| YUV | 77.64 | 109.59 | 188.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 41 | 45 | 0 | 0.75 | 0.72 | 0.36 | 358.02 | 0.6 | 0.4 |
| Hex | A2 | 29 | 2D | 0 | 4B | 48 | 24 | 166 | 3C | 28 |
| Octal | 242 | 51 | 55 | 0 | 113 | 110 | 44 | 546 | 74 | 50 |
| Binary | 10100010 | 101001 | 101101 | 0 | 1001011 | 1001000 | 100100 | 101100110 | 111100 | 101000 |
Color Harmonies of #A2292D
Complementary color
Monochromatic Colors of #A2292D
Black with #A2292D
Text Example
Text Example
White with #A2292D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2292D; }
p { color: rgb(162,41,45); }
H1.HeaderClassName
{
color: #A2292D;
}
.AnyTagClassName
{
color: #A2292D;
}
</style>
background-color css
<style>
a { background-color: #A2292D; }
a { background-color: rgb(162,41,45); }
div.DivClassName
{
background-color: #A2292D;
}
.BgClassName
{
background-color: #A2292D;
}
</style>
border-color css
<style>
span { border-color: #A2292D; }
span { border-color: rgb(162,41,45); }
td.TdClassName
{
border-color: #A2292D;
}
.TagClassName
{
border-color: #A2292D;
}
</style>