Shades of Guardsman Red #A2242B
Tints of Guardsman Red #A2242B
RGB
CMYK
RGB Variations
Color information
#A2242B (or 0xA2242B) is known color: Guardsman Red. HEX triplet: A2, 24 and 2B. RGB value is (162,36,43). Sum of RGB (Red+Green+Blue) = 162+36+43=241 (31% of max value = 765). Red value is 162 (63.67% from 255 or 67.22% from 241); Green value is 36 (14.45% from 255 or 14.94% from 241); Blue value is 43 (17.19% from 255 or 17.84% from 241); Max value from RGB is 162 - color contains mainly: red. Hex color #A2242B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2242B is #5DDBD4. Grayscale: #4A4A4A. Windows color (decimal): -6151125 or 2827426. OLE color: 2827426.
HSL color Cylindrical-coordinate representation of color #A2242B: hue angle of 356.67º 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 #A2242B is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 36 | 43 | - |
| CMYK | 0 | 0.78 | 0.73 | 0.36 |
| HSL | 356.67º | 0.64% | 0.39% | - |
| HSV(B) | 356.67º | 0.78% | 0.64% | - |
| XYZ | 15.97 | 9.12 | 3.2 | - |
| YUV | 74.47 | 110.24 | 190.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 36 | 43 | 0 | 0.78 | 0.73 | 0.36 | 356.67 | 0.64 | 0.39 |
| Hex | A2 | 24 | 2B | 0 | 4E | 49 | 24 | 165 | 40 | 27 |
| Octal | 242 | 44 | 53 | 0 | 116 | 111 | 44 | 545 | 100 | 47 |
| Binary | 10100010 | 100100 | 101011 | 0 | 1001110 | 1001001 | 100100 | 101100101 | 1000000 | 100111 |
Color Harmonies of #A2242B
Complementary color
Monochromatic Colors of #A2242B
Black with #A2242B
Text Example
Text Example
White with #A2242B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2242B; }
p { color: rgb(162,36,43); }
H1.HeaderClassName
{
color: #A2242B;
}
.AnyTagClassName
{
color: #A2242B;
}
</style>
background-color css
<style>
a { background-color: #A2242B; }
a { background-color: rgb(162,36,43); }
div.DivClassName
{
background-color: #A2242B;
}
.BgClassName
{
background-color: #A2242B;
}
</style>
border-color css
<style>
span { border-color: #A2242B; }
span { border-color: rgb(162,36,43); }
td.TdClassName
{
border-color: #A2242B;
}
.TagClassName
{
border-color: #A2242B;
}
</style>