Shades of Guardsman Red #A22E38
Tints of Guardsman Red #A22E38
RGB
CMYK
RGB Variations
Color information
#A22E38 (or 0xA22E38) is known color: Guardsman Red. HEX triplet: A2, 2E and 38. RGB value is (162,46,56). Sum of RGB (Red+Green+Blue) = 162+46+56=264 (34% of max value = 765). Red value is 162 (63.67% from 255 or 61.36% from 264); Green value is 46 (18.36% from 255 or 17.42% from 264); Blue value is 56 (22.27% from 255 or 21.21% from 264); Max value from RGB is 162 - color contains mainly: red. Hex color #A22E38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22E38 is #5DD1C7. Grayscale: #515151. Windows color (decimal): -6148552 or 3681954. OLE color: 3681954.
HSL color Cylindrical-coordinate representation of color #A22E38: hue angle of 354.83º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A22E38 is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 46 | 56 | - |
| CMYK | 0 | 0.72 | 0.65 | 0.36 |
| HSL | 354.83º | 0.56% | 0.41% | - |
| HSV(B) | 354.83º | 0.72% | 0.64% | - |
| XYZ | 16.59 | 9.92 | 4.78 | - |
| YUV | 81.82 | 113.43 | 185.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 46 | 56 | 0 | 0.72 | 0.65 | 0.36 | 354.83 | 0.56 | 0.41 |
| Hex | A2 | 2E | 38 | 0 | 48 | 41 | 24 | 163 | 38 | 29 |
| Octal | 242 | 56 | 70 | 0 | 110 | 101 | 44 | 543 | 70 | 51 |
| Binary | 10100010 | 101110 | 111000 | 0 | 1001000 | 1000001 | 100100 | 101100011 | 111000 | 101001 |
Color Harmonies of #A22E38
Complementary color
Monochromatic Colors of #A22E38
Black with #A22E38
Text Example
Text Example
White with #A22E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22E38; }
p { color: rgb(162,46,56); }
H1.HeaderClassName
{
color: #A22E38;
}
.AnyTagClassName
{
color: #A22E38;
}
</style>
background-color css
<style>
a { background-color: #A22E38; }
a { background-color: rgb(162,46,56); }
div.DivClassName
{
background-color: #A22E38;
}
.BgClassName
{
background-color: #A22E38;
}
</style>
border-color css
<style>
span { border-color: #A22E38; }
span { border-color: rgb(162,46,56); }
td.TdClassName
{
border-color: #A22E38;
}
.TagClassName
{
border-color: #A22E38;
}
</style>