Shades of Guardsman Red #A32425
Tints of Guardsman Red #A32425
RGB
CMYK
RGB Variations
Color information
#A32425 (or 0xA32425) is known color: Guardsman Red. HEX triplet: A3, 24 and 25. RGB value is (163,36,37). Sum of RGB (Red+Green+Blue) = 163+36+37=236 (31% of max value = 765). Red value is 163 (64.06% from 255 or 69.07% from 236); Green value is 36 (14.45% from 255 or 15.25% from 236); Blue value is 37 (14.84% from 255 or 15.68% from 236); Max value from RGB is 163 - color contains mainly: red. Hex color #A32425 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32425 is #5CDBDA. Grayscale: #4A4A4A. Windows color (decimal): -6085595 or 2434211. OLE color: 2434211.
HSL color Cylindrical-coordinate representation of color #A32425: hue angle of 359.53º 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 #A32425 is Cyan = 0, Magento = 0.78, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 36 | 37 | - |
| CMYK | 0 | 0.78 | 0.77 | 0.36 |
| HSL | 359.53º | 0.64% | 0.39% | - |
| HSV(B) | 359.53º | 0.78% | 0.64% | - |
| XYZ | 16.07 | 9.18 | 2.68 | - |
| YUV | 74.09 | 107.08 | 191.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 36 | 37 | 0 | 0.78 | 0.77 | 0.36 | 359.53 | 0.64 | 0.39 |
| Hex | A3 | 24 | 25 | 0 | 4E | 4D | 24 | 168 | 40 | 27 |
| Octal | 243 | 44 | 45 | 0 | 116 | 115 | 44 | 550 | 100 | 47 |
| Binary | 10100011 | 100100 | 100101 | 0 | 1001110 | 1001101 | 100100 | 101101000 | 1000000 | 100111 |
Color Harmonies of #A32425
Complementary color
Monochromatic Colors of #A32425
Black with #A32425
Text Example
Text Example
White with #A32425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32425; }
p { color: rgb(163,36,37); }
H1.HeaderClassName
{
color: #A32425;
}
.AnyTagClassName
{
color: #A32425;
}
</style>
background-color css
<style>
a { background-color: #A32425; }
a { background-color: rgb(163,36,37); }
div.DivClassName
{
background-color: #A32425;
}
.BgClassName
{
background-color: #A32425;
}
</style>
border-color css
<style>
span { border-color: #A32425; }
span { border-color: rgb(163,36,37); }
td.TdClassName
{
border-color: #A32425;
}
.TagClassName
{
border-color: #A32425;
}
</style>