Shades of Guardsman Red #A5323C
Tints of Guardsman Red #A5323C
RGB
CMYK
RGB Variations
Color information
#A5323C (or 0xA5323C) is known color: Guardsman Red. HEX triplet: A5, 32 and 3C. RGB value is (165,50,60). Sum of RGB (Red+Green+Blue) = 165+50+60=275 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60% from 275); Green value is 50 (19.92% from 255 or 18.18% from 275); Blue value is 60 (23.83% from 255 or 21.82% from 275); Max value from RGB is 165 - color contains mainly: red. Hex color #A5323C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5323C is #5ACDC3. Grayscale: #555555. Windows color (decimal): -5950916 or 3945125. OLE color: 3945125.
HSL color Cylindrical-coordinate representation of color #A5323C: hue angle of 354.78º 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 #A5323C is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 50 | 60 | - |
| CMYK | 0 | 0.70 | 0.64 | 0.35 |
| HSL | 354.78º | 0.53% | 0.42% | - |
| HSV(B) | 354.78º | 0.7% | 0.65% | - |
| XYZ | 17.47 | 10.61 | 5.4 | - |
| YUV | 85.53 | 113.6 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 50 | 60 | 0 | 0.70 | 0.64 | 0.35 | 354.78 | 0.53 | 0.42 |
| Hex | A5 | 32 | 3C | 0 | 46 | 40 | 23 | 163 | 35 | 2A |
| Octal | 245 | 62 | 74 | 0 | 106 | 100 | 43 | 543 | 65 | 52 |
| Binary | 10100101 | 110010 | 111100 | 0 | 1000110 | 1000000 | 100011 | 101100011 | 110101 | 101010 |
Color Harmonies of #A5323C
Complementary color
Monochromatic Colors of #A5323C
Black with #A5323C
Text Example
Text Example
White with #A5323C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5323C; }
p { color: rgb(165,50,60); }
H1.HeaderClassName
{
color: #A5323C;
}
.AnyTagClassName
{
color: #A5323C;
}
</style>
background-color css
<style>
a { background-color: #A5323C; }
a { background-color: rgb(165,50,60); }
div.DivClassName
{
background-color: #A5323C;
}
.BgClassName
{
background-color: #A5323C;
}
</style>
border-color css
<style>
span { border-color: #A5323C; }
span { border-color: rgb(165,50,60); }
td.TdClassName
{
border-color: #A5323C;
}
.TagClassName
{
border-color: #A5323C;
}
</style>