Shades of Guardsman Red #A52432
Tints of Guardsman Red #A52432
RGB
CMYK
RGB Variations
Color information
#A52432 (or 0xA52432) is known color: Guardsman Red. HEX triplet: A5, 24 and 32. RGB value is (165,36,50). Sum of RGB (Red+Green+Blue) = 165+36+50=251 (33% of max value = 765). Red value is 165 (64.84% from 255 or 65.74% from 251); Green value is 36 (14.45% from 255 or 14.34% from 251); Blue value is 50 (19.92% from 255 or 19.92% from 251); Max value from RGB is 165 - color contains mainly: red. Hex color #A52432 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52432 is #5ADBCD. Grayscale: #4C4C4C. Windows color (decimal): -5954510 or 3286181. OLE color: 3286181.
HSL color Cylindrical-coordinate representation of color #A52432: hue angle of 353.49º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A52432 is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 36 | 50 | - |
| CMYK | 0 | 0.78 | 0.70 | 0.35 |
| HSL | 353.49º | 0.64% | 0.39% | - |
| HSV(B) | 353.49º | 0.78% | 0.65% | - |
| XYZ | 16.72 | 9.49 | 3.97 | - |
| YUV | 76.17 | 113.24 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 36 | 50 | 0 | 0.78 | 0.70 | 0.35 | 353.49 | 0.64 | 0.39 |
| Hex | A5 | 24 | 32 | 0 | 4E | 46 | 23 | 161 | 40 | 27 |
| Octal | 245 | 44 | 62 | 0 | 116 | 106 | 43 | 541 | 100 | 47 |
| Binary | 10100101 | 100100 | 110010 | 0 | 1001110 | 1000110 | 100011 | 101100001 | 1000000 | 100111 |
Color Harmonies of #A52432
Complementary color
Monochromatic Colors of #A52432
Black with #A52432
Text Example
Text Example
White with #A52432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52432; }
p { color: rgb(165,36,50); }
H1.HeaderClassName
{
color: #A52432;
}
.AnyTagClassName
{
color: #A52432;
}
</style>
background-color css
<style>
a { background-color: #A52432; }
a { background-color: rgb(165,36,50); }
div.DivClassName
{
background-color: #A52432;
}
.BgClassName
{
background-color: #A52432;
}
</style>
border-color css
<style>
span { border-color: #A52432; }
span { border-color: rgb(165,36,50); }
td.TdClassName
{
border-color: #A52432;
}
.TagClassName
{
border-color: #A52432;
}
</style>