Shades of Guardsman Red #A62324
Tints of Guardsman Red #A62324
RGB
CMYK
RGB Variations
Color information
#A62324 (or 0xA62324) is known color: Guardsman Red. HEX triplet: A6, 23 and 24. RGB value is (166,35,36). Sum of RGB (Red+Green+Blue) = 166+35+36=237 (31% of max value = 765). Red value is 166 (65.23% from 255 or 70.04% from 237); Green value is 35 (14.06% from 255 or 14.77% from 237); Blue value is 36 (14.45% from 255 or 15.19% from 237); Max value from RGB is 166 - color contains mainly: red. Hex color #A62324 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62324 is #59DCDB. Grayscale: #4A4A4A. Windows color (decimal): -5889244 or 2368422. OLE color: 2368422.
HSL color Cylindrical-coordinate representation of color #A62324: hue angle of 359.54º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A62324 is Cyan = 0, Magento = 0.79, Yellow = 0.78 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 35 | 36 | - |
| CMYK | 0 | 0.79 | 0.78 | 0.35 |
| HSL | 359.54º | 0.65% | 0.39% | - |
| HSV(B) | 359.54º | 0.79% | 0.65% | - |
| XYZ | 16.65 | 9.44 | 2.61 | - |
| YUV | 74.28 | 106.4 | 193.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 35 | 36 | 0 | 0.79 | 0.78 | 0.35 | 359.54 | 0.65 | 0.39 |
| Hex | A6 | 23 | 24 | 0 | 4F | 4E | 23 | 168 | 41 | 27 |
| Octal | 246 | 43 | 44 | 0 | 117 | 116 | 43 | 550 | 101 | 47 |
| Binary | 10100110 | 100011 | 100100 | 0 | 1001111 | 1001110 | 100011 | 101101000 | 1000001 | 100111 |
Color Harmonies of #A62324
Complementary color
Monochromatic Colors of #A62324
Black with #A62324
Text Example
Text Example
White with #A62324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62324; }
p { color: rgb(166,35,36); }
H1.HeaderClassName
{
color: #A62324;
}
.AnyTagClassName
{
color: #A62324;
}
</style>
background-color css
<style>
a { background-color: #A62324; }
a { background-color: rgb(166,35,36); }
div.DivClassName
{
background-color: #A62324;
}
.BgClassName
{
background-color: #A62324;
}
</style>
border-color css
<style>
span { border-color: #A62324; }
span { border-color: rgb(166,35,36); }
td.TdClassName
{
border-color: #A62324;
}
.TagClassName
{
border-color: #A62324;
}
</style>