Shades of Guardsman Red #A5373F
Tints of Guardsman Red #A5373F
RGB
CMYK
RGB Variations
Color information
#A5373F (or 0xA5373F) is known color: Guardsman Red. HEX triplet: A5, 37 and 3F. RGB value is (165,55,63). Sum of RGB (Red+Green+Blue) = 165+55+63=283 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.30% from 283); Green value is 55 (21.88% from 255 or 19.43% from 283); Blue value is 63 (25% from 255 or 22.26% from 283); Max value from RGB is 165 - color contains mainly: red. Hex color #A5373F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5373F is #5AC8C0. Grayscale: #585858. Windows color (decimal): -5949633 or 4143013. OLE color: 4143013.
HSL color Cylindrical-coordinate representation of color #A5373F: hue angle of 355.64º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A5373F is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 55 | 63 | - |
| CMYK | 0 | 0.67 | 0.62 | 0.35 |
| HSL | 355.64º | 0.5% | 0.43% | - |
| HSV(B) | 355.64º | 0.67% | 0.65% | - |
| XYZ | 17.78 | 11.09 | 5.91 | - |
| YUV | 88.8 | 113.44 | 182.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 55 | 63 | 0 | 0.67 | 0.62 | 0.35 | 355.64 | 0.5 | 0.43 |
| Hex | A5 | 37 | 3F | 0 | 43 | 3E | 23 | 164 | 32 | 2B |
| Octal | 245 | 67 | 77 | 0 | 103 | 76 | 43 | 544 | 62 | 53 |
| Binary | 10100101 | 110111 | 111111 | 0 | 1000011 | 111110 | 100011 | 101100100 | 110010 | 101011 |
Color Harmonies of #A5373F
Complementary color
Monochromatic Colors of #A5373F
Black with #A5373F
Text Example
Text Example
White with #A5373F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5373F; }
p { color: rgb(165,55,63); }
H1.HeaderClassName
{
color: #A5373F;
}
.AnyTagClassName
{
color: #A5373F;
}
</style>
background-color css
<style>
a { background-color: #A5373F; }
a { background-color: rgb(165,55,63); }
div.DivClassName
{
background-color: #A5373F;
}
.BgClassName
{
background-color: #A5373F;
}
</style>
border-color css
<style>
span { border-color: #A5373F; }
span { border-color: rgb(165,55,63); }
td.TdClassName
{
border-color: #A5373F;
}
.TagClassName
{
border-color: #A5373F;
}
</style>