Shades of Guardsman Red #A53334
Tints of Guardsman Red #A53334
RGB
CMYK
RGB Variations
Color information
#A53334 (or 0xA53334) is known color: Guardsman Red. HEX triplet: A5, 33 and 34. RGB value is (165,51,52). Sum of RGB (Red+Green+Blue) = 165+51+52=268 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.57% from 268); Green value is 51 (20.31% from 255 or 19.03% from 268); Blue value is 52 (20.70% from 255 or 19.40% from 268); Max value from RGB is 165 - color contains mainly: red. Hex color #A53334 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53334 is #5ACCCB. Grayscale: #555555. Windows color (decimal): -5950668 or 3421093. OLE color: 3421093.
HSL color Cylindrical-coordinate representation of color #A53334: hue angle of 359.47º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A53334 is Cyan = 0, Magento = 0.69, Yellow = 0.68 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 51 | 52 | - |
| CMYK | 0 | 0.69 | 0.68 | 0.35 |
| HSL | 359.47º | 0.53% | 0.42% | - |
| HSV(B) | 359.47º | 0.69% | 0.65% | - |
| XYZ | 17.32 | 10.61 | 4.38 | - |
| YUV | 85.2 | 109.27 | 184.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 51 | 52 | 0 | 0.69 | 0.68 | 0.35 | 359.47 | 0.53 | 0.42 |
| Hex | A5 | 33 | 34 | 0 | 45 | 44 | 23 | 167 | 35 | 2A |
| Octal | 245 | 63 | 64 | 0 | 105 | 104 | 43 | 547 | 65 | 52 |
| Binary | 10100101 | 110011 | 110100 | 0 | 1000101 | 1000100 | 100011 | 101100111 | 110101 | 101010 |
Color Harmonies of #A53334
Complementary color
Monochromatic Colors of #A53334
Black with #A53334
Text Example
Text Example
White with #A53334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53334; }
p { color: rgb(165,51,52); }
H1.HeaderClassName
{
color: #A53334;
}
.AnyTagClassName
{
color: #A53334;
}
</style>
background-color css
<style>
a { background-color: #A53334; }
a { background-color: rgb(165,51,52); }
div.DivClassName
{
background-color: #A53334;
}
.BgClassName
{
background-color: #A53334;
}
</style>
border-color css
<style>
span { border-color: #A53334; }
span { border-color: rgb(165,51,52); }
td.TdClassName
{
border-color: #A53334;
}
.TagClassName
{
border-color: #A53334;
}
</style>