Shades of Guardsman Red #A2282F
Tints of Guardsman Red #A2282F
RGB
CMYK
RGB Variations
Color information
#A2282F (or 0xA2282F) is known color: Guardsman Red. HEX triplet: A2, 28 and 2F. RGB value is (162,40,47). Sum of RGB (Red+Green+Blue) = 162+40+47=249 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.06% from 249); Green value is 40 (16.02% from 255 or 16.06% from 249); Blue value is 47 (18.75% from 255 or 18.88% from 249); Max value from RGB is 162 - color contains mainly: red. Hex color #A2282F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2282F is #5DD7D0. Grayscale: #4D4D4D. Windows color (decimal): -6150097 or 3090594. OLE color: 3090594.
HSL color Cylindrical-coordinate representation of color #A2282F: hue angle of 356.56º 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 #A2282F is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 40 | 47 | - |
| CMYK | 0 | 0.75 | 0.71 | 0.36 |
| HSL | 356.56º | 0.6% | 0.4% | - |
| HSV(B) | 356.56º | 0.75% | 0.64% | - |
| XYZ | 16.17 | 9.4 | 3.65 | - |
| YUV | 77.28 | 110.92 | 188.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 40 | 47 | 0 | 0.75 | 0.71 | 0.36 | 356.56 | 0.6 | 0.4 |
| Hex | A2 | 28 | 2F | 0 | 4B | 47 | 24 | 165 | 3C | 28 |
| Octal | 242 | 50 | 57 | 0 | 113 | 107 | 44 | 545 | 74 | 50 |
| Binary | 10100010 | 101000 | 101111 | 0 | 1001011 | 1000111 | 100100 | 101100101 | 111100 | 101000 |
Color Harmonies of #A2282F
Complementary color
Monochromatic Colors of #A2282F
Black with #A2282F
Text Example
Text Example
White with #A2282F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2282F; }
p { color: rgb(162,40,47); }
H1.HeaderClassName
{
color: #A2282F;
}
.AnyTagClassName
{
color: #A2282F;
}
</style>
background-color css
<style>
a { background-color: #A2282F; }
a { background-color: rgb(162,40,47); }
div.DivClassName
{
background-color: #A2282F;
}
.BgClassName
{
background-color: #A2282F;
}
</style>
border-color css
<style>
span { border-color: #A2282F; }
span { border-color: rgb(162,40,47); }
td.TdClassName
{
border-color: #A2282F;
}
.TagClassName
{
border-color: #A2282F;
}
</style>