Shades of Guardsman Red #A5252D
Tints of Guardsman Red #A5252D
RGB
CMYK
RGB Variations
Color information
#A5252D (or 0xA5252D) is known color: Guardsman Red. HEX triplet: A5, 25 and 2D. RGB value is (165,37,45). Sum of RGB (Red+Green+Blue) = 165+37+45=247 (32% of max value = 765). Red value is 165 (64.84% from 255 or 66.80% from 247); Green value is 37 (14.84% from 255 or 14.98% from 247); Blue value is 45 (17.97% from 255 or 18.22% from 247); Max value from RGB is 165 - color contains mainly: red. Hex color #A5252D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5252D is #5ADAD2. Grayscale: #4C4C4C. Windows color (decimal): -5954259 or 2958757. OLE color: 2958757.
HSL color Cylindrical-coordinate representation of color #A5252D: hue angle of 356.25º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A5252D is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 37 | 45 | - |
| CMYK | 0 | 0.78 | 0.73 | 0.35 |
| HSL | 356.25º | 0.63% | 0.4% | - |
| HSV(B) | 356.25º | 0.78% | 0.65% | - |
| XYZ | 16.65 | 9.51 | 3.44 | - |
| YUV | 76.18 | 110.41 | 191.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 37 | 45 | 0 | 0.78 | 0.73 | 0.35 | 356.25 | 0.63 | 0.4 |
| Hex | A5 | 25 | 2D | 0 | 4E | 49 | 23 | 164 | 3F | 28 |
| Octal | 245 | 45 | 55 | 0 | 116 | 111 | 43 | 544 | 77 | 50 |
| Binary | 10100101 | 100101 | 101101 | 0 | 1001110 | 1001001 | 100011 | 101100100 | 111111 | 101000 |
Color Harmonies of #A5252D
Complementary color
Monochromatic Colors of #A5252D
Black with #A5252D
Text Example
Text Example
White with #A5252D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5252D; }
p { color: rgb(165,37,45); }
H1.HeaderClassName
{
color: #A5252D;
}
.AnyTagClassName
{
color: #A5252D;
}
</style>
background-color css
<style>
a { background-color: #A5252D; }
a { background-color: rgb(165,37,45); }
div.DivClassName
{
background-color: #A5252D;
}
.BgClassName
{
background-color: #A5252D;
}
</style>
border-color css
<style>
span { border-color: #A5252D; }
span { border-color: rgb(165,37,45); }
td.TdClassName
{
border-color: #A5252D;
}
.TagClassName
{
border-color: #A5252D;
}
</style>