Shades of Guardsman Red #A53B3E
Tints of Guardsman Red #A53B3E
RGB
CMYK
RGB Variations
Color information
#A53B3E (or 0xA53B3E) is known color: Guardsman Red. HEX triplet: A5, 3B and 3E. RGB value is (165,59,62). Sum of RGB (Red+Green+Blue) = 165+59+62=286 (37% of max value = 765). Red value is 165 (64.84% from 255 or 57.69% from 286); Green value is 59 (23.44% from 255 or 20.63% from 286); Blue value is 62 (24.61% from 255 or 21.68% from 286); Max value from RGB is 165 - color contains mainly: red. Hex color #A53B3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53B3E is #5AC4C1. Grayscale: #5B5B5B. Windows color (decimal): -5948610 or 4078501. OLE color: 4078501.
HSL color Cylindrical-coordinate representation of color #A53B3E: hue angle of 358.3º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A53B3E is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 59 | 62 | - |
| CMYK | 0 | 0.64 | 0.62 | 0.35 |
| HSL | 358.3º | 0.47% | 0.44% | - |
| HSV(B) | 358.3º | 0.64% | 0.65% | - |
| XYZ | 17.95 | 11.48 | 5.83 | - |
| YUV | 91.04 | 111.62 | 180.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 59 | 62 | 0 | 0.64 | 0.62 | 0.35 | 358.3 | 0.47 | 0.44 |
| Hex | A5 | 3B | 3E | 0 | 40 | 3E | 23 | 166 | 2F | 2C |
| Octal | 245 | 73 | 76 | 0 | 100 | 76 | 43 | 546 | 57 | 54 |
| Binary | 10100101 | 111011 | 111110 | 0 | 1000000 | 111110 | 100011 | 101100110 | 101111 | 101100 |
Color Harmonies of #A53B3E
Complementary color
Monochromatic Colors of #A53B3E
Black with #A53B3E
Text Example
Text Example
White with #A53B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53B3E; }
p { color: rgb(165,59,62); }
H1.HeaderClassName
{
color: #A53B3E;
}
.AnyTagClassName
{
color: #A53B3E;
}
</style>
background-color css
<style>
a { background-color: #A53B3E; }
a { background-color: rgb(165,59,62); }
div.DivClassName
{
background-color: #A53B3E;
}
.BgClassName
{
background-color: #A53B3E;
}
</style>
border-color css
<style>
span { border-color: #A53B3E; }
span { border-color: rgb(165,59,62); }
td.TdClassName
{
border-color: #A53B3E;
}
.TagClassName
{
border-color: #A53B3E;
}
</style>