Shades of Guardsman Red #A2242F
Tints of Guardsman Red #A2242F
RGB
CMYK
RGB Variations
Color information
#A2242F (or 0xA2242F) is known color: Guardsman Red. HEX triplet: A2, 24 and 2F. RGB value is (162,36,47). Sum of RGB (Red+Green+Blue) = 162+36+47=245 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.12% from 245); Green value is 36 (14.45% from 255 or 14.69% from 245); Blue value is 47 (18.75% from 255 or 19.18% from 245); Max value from RGB is 162 - color contains mainly: red. Hex color #A2242F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2242F is #5DDBD0. Grayscale: #4B4B4B. Windows color (decimal): -6151121 or 3089570. OLE color: 3089570.
HSL color Cylindrical-coordinate representation of color #A2242F: hue angle of 354.76º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A2242F is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 36 | 47 | - |
| CMYK | 0 | 0.78 | 0.71 | 0.36 |
| HSL | 354.76º | 0.64% | 0.39% | - |
| HSV(B) | 354.76º | 0.78% | 0.64% | - |
| XYZ | 16.04 | 9.15 | 3.61 | - |
| YUV | 74.93 | 112.24 | 190.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 36 | 47 | 0 | 0.78 | 0.71 | 0.36 | 354.76 | 0.64 | 0.39 |
| Hex | A2 | 24 | 2F | 0 | 4E | 47 | 24 | 163 | 40 | 27 |
| Octal | 242 | 44 | 57 | 0 | 116 | 107 | 44 | 543 | 100 | 47 |
| Binary | 10100010 | 100100 | 101111 | 0 | 1001110 | 1000111 | 100100 | 101100011 | 1000000 | 100111 |
Color Harmonies of #A2242F
Complementary color
Monochromatic Colors of #A2242F
Black with #A2242F
Text Example
Text Example
White with #A2242F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2242F; }
p { color: rgb(162,36,47); }
H1.HeaderClassName
{
color: #A2242F;
}
.AnyTagClassName
{
color: #A2242F;
}
</style>
background-color css
<style>
a { background-color: #A2242F; }
a { background-color: rgb(162,36,47); }
div.DivClassName
{
background-color: #A2242F;
}
.BgClassName
{
background-color: #A2242F;
}
</style>
border-color css
<style>
span { border-color: #A2242F; }
span { border-color: rgb(162,36,47); }
td.TdClassName
{
border-color: #A2242F;
}
.TagClassName
{
border-color: #A2242F;
}
</style>