Shades of Guardsman Red #A53240
Tints of Guardsman Red #A53240
RGB
CMYK
RGB Variations
Color information
#A53240 (or 0xA53240) is known color: Guardsman Red. HEX triplet: A5, 32 and 40. RGB value is (165,50,64). Sum of RGB (Red+Green+Blue) = 165+50+64=279 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.14% from 279); Green value is 50 (19.92% from 255 or 17.92% from 279); Blue value is 64 (25.39% from 255 or 22.94% from 279); Max value from RGB is 165 - color contains mainly: red. Hex color #A53240 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53240 is #5ACDBF. Grayscale: #565656. Windows color (decimal): -5950912 or 4207269. OLE color: 4207269.
HSL color Cylindrical-coordinate representation of color #A53240: hue angle of 352.7º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A53240 is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 50 | 64 | - |
| CMYK | 0 | 0.70 | 0.61 | 0.35 |
| HSL | 352.7º | 0.53% | 0.42% | - |
| HSV(B) | 352.7º | 0.7% | 0.65% | - |
| XYZ | 17.58 | 10.65 | 5.98 | - |
| YUV | 85.98 | 115.6 | 184.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 50 | 64 | 0 | 0.70 | 0.61 | 0.35 | 352.7 | 0.53 | 0.42 |
| Hex | A5 | 32 | 40 | 0 | 46 | 3D | 23 | 161 | 35 | 2A |
| Octal | 245 | 62 | 100 | 0 | 106 | 75 | 43 | 541 | 65 | 52 |
| Binary | 10100101 | 110010 | 1000000 | 0 | 1000110 | 111101 | 100011 | 101100001 | 110101 | 101010 |
Color Harmonies of #A53240
Complementary color
Monochromatic Colors of #A53240
Black with #A53240
Text Example
Text Example
White with #A53240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53240; }
p { color: rgb(165,50,64); }
H1.HeaderClassName
{
color: #A53240;
}
.AnyTagClassName
{
color: #A53240;
}
</style>
background-color css
<style>
a { background-color: #A53240; }
a { background-color: rgb(165,50,64); }
div.DivClassName
{
background-color: #A53240;
}
.BgClassName
{
background-color: #A53240;
}
</style>
border-color css
<style>
span { border-color: #A53240; }
span { border-color: rgb(165,50,64); }
td.TdClassName
{
border-color: #A53240;
}
.TagClassName
{
border-color: #A53240;
}
</style>