Shades of Guardsman Red #A32429
Tints of Guardsman Red #A32429
RGB
CMYK
RGB Variations
Color information
#A32429 (or 0xA32429) is known color: Guardsman Red. HEX triplet: A3, 24 and 29. RGB value is (163,36,41). Sum of RGB (Red+Green+Blue) = 163+36+41=240 (31% of max value = 765). Red value is 163 (64.06% from 255 or 67.92% from 240); Green value is 36 (14.45% from 255 or 15% from 240); Blue value is 41 (16.41% from 255 or 17.08% from 240); Max value from RGB is 163 - color contains mainly: red. Hex color #A32429 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32429 is #5CDBD6. Grayscale: #4A4A4A. Windows color (decimal): -6085591 or 2696355. OLE color: 2696355.
HSL color Cylindrical-coordinate representation of color #A32429: hue angle of 357.64º 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 #A32429 is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 36 | 41 | - |
| CMYK | 0 | 0.78 | 0.75 | 0.36 |
| HSL | 357.64º | 0.64% | 0.39% | - |
| HSV(B) | 357.64º | 0.78% | 0.64% | - |
| XYZ | 16.14 | 9.21 | 3.02 | - |
| YUV | 74.54 | 109.08 | 191.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 36 | 41 | 0 | 0.78 | 0.75 | 0.36 | 357.64 | 0.64 | 0.39 |
| Hex | A3 | 24 | 29 | 0 | 4E | 4B | 24 | 166 | 40 | 27 |
| Octal | 243 | 44 | 51 | 0 | 116 | 113 | 44 | 546 | 100 | 47 |
| Binary | 10100011 | 100100 | 101001 | 0 | 1001110 | 1001011 | 100100 | 101100110 | 1000000 | 100111 |
Color Harmonies of #A32429
Complementary color
Monochromatic Colors of #A32429
Black with #A32429
Text Example
Text Example
White with #A32429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32429; }
p { color: rgb(163,36,41); }
H1.HeaderClassName
{
color: #A32429;
}
.AnyTagClassName
{
color: #A32429;
}
</style>
background-color css
<style>
a { background-color: #A32429; }
a { background-color: rgb(163,36,41); }
div.DivClassName
{
background-color: #A32429;
}
.BgClassName
{
background-color: #A32429;
}
</style>
border-color css
<style>
span { border-color: #A32429; }
span { border-color: rgb(163,36,41); }
td.TdClassName
{
border-color: #A32429;
}
.TagClassName
{
border-color: #A32429;
}
</style>