Shades of Guardsman Red #A5393B
Tints of Guardsman Red #A5393B
RGB
CMYK
RGB Variations
Color information
#A5393B (or 0xA5393B) is known color: Guardsman Red. HEX triplet: A5, 39 and 3B. RGB value is (165,57,59). Sum of RGB (Red+Green+Blue) = 165+57+59=281 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.72% from 281); Green value is 57 (22.66% from 255 or 20.28% from 281); Blue value is 59 (23.44% from 255 or 21.00% from 281); Max value from RGB is 165 - color contains mainly: red. Hex color #A5393B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5393B is #5AC6C4. Grayscale: #595959. Windows color (decimal): -5949125 or 3881381. OLE color: 3881381.
HSL color Cylindrical-coordinate representation of color #A5393B: hue angle of 358.89º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A5393B is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 57 | 59 | - |
| CMYK | 0 | 0.65 | 0.64 | 0.35 |
| HSL | 358.89º | 0.49% | 0.44% | - |
| HSV(B) | 358.89º | 0.65% | 0.65% | - |
| XYZ | 17.77 | 11.24 | 5.37 | - |
| YUV | 89.52 | 110.78 | 181.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 57 | 59 | 0 | 0.65 | 0.64 | 0.35 | 358.89 | 0.49 | 0.44 |
| Hex | A5 | 39 | 3B | 0 | 41 | 40 | 23 | 167 | 31 | 2C |
| Octal | 245 | 71 | 73 | 0 | 101 | 100 | 43 | 547 | 61 | 54 |
| Binary | 10100101 | 111001 | 111011 | 0 | 1000001 | 1000000 | 100011 | 101100111 | 110001 | 101100 |
Color Harmonies of #A5393B
Complementary color
Monochromatic Colors of #A5393B
Black with #A5393B
Text Example
Text Example
White with #A5393B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5393B; }
p { color: rgb(165,57,59); }
H1.HeaderClassName
{
color: #A5393B;
}
.AnyTagClassName
{
color: #A5393B;
}
</style>
background-color css
<style>
a { background-color: #A5393B; }
a { background-color: rgb(165,57,59); }
div.DivClassName
{
background-color: #A5393B;
}
.BgClassName
{
background-color: #A5393B;
}
</style>
border-color css
<style>
span { border-color: #A5393B; }
span { border-color: rgb(165,57,59); }
td.TdClassName
{
border-color: #A5393B;
}
.TagClassName
{
border-color: #A5393B;
}
</style>