Shades of Guardsman Red #A5323E
Tints of Guardsman Red #A5323E
RGB
CMYK
RGB Variations
Color information
#A5323E (or 0xA5323E) is known color: Guardsman Red. HEX triplet: A5, 32 and 3E. RGB value is (165,50,62). Sum of RGB (Red+Green+Blue) = 165+50+62=277 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.57% from 277); Green value is 50 (19.92% from 255 or 18.05% from 277); Blue value is 62 (24.61% from 255 or 22.38% from 277); Max value from RGB is 165 - color contains mainly: red. Hex color #A5323E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5323E is #5ACDC1. Grayscale: #555555. Windows color (decimal): -5950914 or 4076197. OLE color: 4076197.
HSL color Cylindrical-coordinate representation of color #A5323E: hue angle of 353.74º 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 #A5323E is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 50 | 62 | - |
| CMYK | 0 | 0.70 | 0.62 | 0.35 |
| HSL | 353.74º | 0.53% | 0.42% | - |
| HSV(B) | 353.74º | 0.7% | 0.65% | - |
| XYZ | 17.53 | 10.63 | 5.69 | - |
| YUV | 85.75 | 114.6 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 50 | 62 | 0 | 0.70 | 0.62 | 0.35 | 353.74 | 0.53 | 0.42 |
| Hex | A5 | 32 | 3E | 0 | 46 | 3E | 23 | 162 | 35 | 2A |
| Octal | 245 | 62 | 76 | 0 | 106 | 76 | 43 | 542 | 65 | 52 |
| Binary | 10100101 | 110010 | 111110 | 0 | 1000110 | 111110 | 100011 | 101100010 | 110101 | 101010 |
Color Harmonies of #A5323E
Complementary color
Monochromatic Colors of #A5323E
Black with #A5323E
Text Example
Text Example
White with #A5323E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5323E; }
p { color: rgb(165,50,62); }
H1.HeaderClassName
{
color: #A5323E;
}
.AnyTagClassName
{
color: #A5323E;
}
</style>
background-color css
<style>
a { background-color: #A5323E; }
a { background-color: rgb(165,50,62); }
div.DivClassName
{
background-color: #A5323E;
}
.BgClassName
{
background-color: #A5323E;
}
</style>
border-color css
<style>
span { border-color: #A5323E; }
span { border-color: rgb(165,50,62); }
td.TdClassName
{
border-color: #A5323E;
}
.TagClassName
{
border-color: #A5323E;
}
</style>