Shades of Guardsman Red #A22830
Tints of Guardsman Red #A22830
RGB
CMYK
RGB Variations
Color information
#A22830 (or 0xA22830) is known color: Guardsman Red. HEX triplet: A2, 28 and 30. RGB value is (162,40,48). Sum of RGB (Red+Green+Blue) = 162+40+48=250 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.8% from 250); Green value is 40 (16.02% from 255 or 16% from 250); Blue value is 48 (19.14% from 255 or 19.2% from 250); Max value from RGB is 162 - color contains mainly: red. Hex color #A22830 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22830 is #5DD7CF. Grayscale: #4D4D4D. Windows color (decimal): -6150096 or 3156130. OLE color: 3156130.
HSL color Cylindrical-coordinate representation of color #A22830: hue angle of 356.07º 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 #A22830 is Cyan = 0, Magento = 0.75, Yellow = 0.70 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 40 | 48 | - |
| CMYK | 0 | 0.75 | 0.70 | 0.36 |
| HSL | 356.07º | 0.6% | 0.4% | - |
| HSV(B) | 356.07º | 0.75% | 0.64% | - |
| XYZ | 16.19 | 9.41 | 3.76 | - |
| YUV | 77.39 | 111.42 | 188.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 40 | 48 | 0 | 0.75 | 0.70 | 0.36 | 356.07 | 0.6 | 0.4 |
| Hex | A2 | 28 | 30 | 0 | 4B | 46 | 24 | 164 | 3C | 28 |
| Octal | 242 | 50 | 60 | 0 | 113 | 106 | 44 | 544 | 74 | 50 |
| Binary | 10100010 | 101000 | 110000 | 0 | 1001011 | 1000110 | 100100 | 101100100 | 111100 | 101000 |
Color Harmonies of #A22830
Complementary color
Monochromatic Colors of #A22830
Black with #A22830
Text Example
Text Example
White with #A22830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22830; }
p { color: rgb(162,40,48); }
H1.HeaderClassName
{
color: #A22830;
}
.AnyTagClassName
{
color: #A22830;
}
</style>
background-color css
<style>
a { background-color: #A22830; }
a { background-color: rgb(162,40,48); }
div.DivClassName
{
background-color: #A22830;
}
.BgClassName
{
background-color: #A22830;
}
</style>
border-color css
<style>
span { border-color: #A22830; }
span { border-color: rgb(162,40,48); }
td.TdClassName
{
border-color: #A22830;
}
.TagClassName
{
border-color: #A22830;
}
</style>