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