Shades of Guardsman Red #A32124
Tints of Guardsman Red #A32124
RGB
CMYK
RGB Variations
Color information
#A32124 (or 0xA32124) is known color: Guardsman Red. HEX triplet: A3, 21 and 24. RGB value is (163,33,36). Sum of RGB (Red+Green+Blue) = 163+33+36=232 (30% of max value = 765). Red value is 163 (64.06% from 255 or 70.26% from 232); Green value is 33 (13.28% from 255 or 14.22% from 232); Blue value is 36 (14.45% from 255 or 15.52% from 232); Max value from RGB is 163 - color contains mainly: red. Hex color #A32124 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32124 is #5CDEDB. Grayscale: #484848. Windows color (decimal): -6086364 or 2367907. OLE color: 2367907.
HSL color Cylindrical-coordinate representation of color #A32124: hue angle of 358.62º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A32124 is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 33 | 36 | - |
| CMYK | 0 | 0.80 | 0.78 | 0.36 |
| HSL | 358.62º | 0.66% | 0.38% | - |
| HSV(B) | 358.62º | 0.8% | 0.64% | - |
| XYZ | 15.97 | 9 | 2.57 | - |
| YUV | 72.21 | 107.57 | 192.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 33 | 36 | 0 | 0.80 | 0.78 | 0.36 | 358.62 | 0.66 | 0.38 |
| Hex | A3 | 21 | 24 | 0 | 50 | 4E | 24 | 167 | 42 | 26 |
| Octal | 243 | 41 | 44 | 0 | 120 | 116 | 44 | 547 | 102 | 46 |
| Binary | 10100011 | 100001 | 100100 | 0 | 1010000 | 1001110 | 100100 | 101100111 | 1000010 | 100110 |
Color Harmonies of #A32124
Complementary color
Monochromatic Colors of #A32124
Black with #A32124
Text Example
Text Example
White with #A32124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32124; }
p { color: rgb(163,33,36); }
H1.HeaderClassName
{
color: #A32124;
}
.AnyTagClassName
{
color: #A32124;
}
</style>
background-color css
<style>
a { background-color: #A32124; }
a { background-color: rgb(163,33,36); }
div.DivClassName
{
background-color: #A32124;
}
.BgClassName
{
background-color: #A32124;
}
</style>
border-color css
<style>
span { border-color: #A32124; }
span { border-color: rgb(163,33,36); }
td.TdClassName
{
border-color: #A32124;
}
.TagClassName
{
border-color: #A32124;
}
</style>