Shades of Guardsman Red #A4373F
Tints of Guardsman Red #A4373F
RGB
CMYK
RGB Variations
Color information
#A4373F (or 0xA4373F) is known color: Guardsman Red. HEX triplet: A4, 37 and 3F. RGB value is (164,55,63). Sum of RGB (Red+Green+Blue) = 164+55+63=282 (37% of max value = 765). Red value is 164 (64.45% from 255 or 58.16% from 282); Green value is 55 (21.88% from 255 or 19.50% from 282); Blue value is 63 (25% from 255 or 22.34% from 282); Max value from RGB is 164 - color contains mainly: red. Hex color #A4373F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4373F is #5BC8C0. Grayscale: #585858. Windows color (decimal): -6015169 or 4143012. OLE color: 4143012.
HSL color Cylindrical-coordinate representation of color #A4373F: hue angle of 355.6º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A4373F is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 55 | 63 | - |
| CMYK | 0 | 0.66 | 0.62 | 0.36 |
| HSL | 355.6º | 0.5% | 0.43% | - |
| HSV(B) | 355.6º | 0.66% | 0.64% | - |
| XYZ | 17.57 | 10.98 | 5.9 | - |
| YUV | 88.5 | 113.61 | 181.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 55 | 63 | 0 | 0.66 | 0.62 | 0.36 | 355.6 | 0.5 | 0.43 |
| Hex | A4 | 37 | 3F | 0 | 42 | 3E | 24 | 164 | 32 | 2B |
| Octal | 244 | 67 | 77 | 0 | 102 | 76 | 44 | 544 | 62 | 53 |
| Binary | 10100100 | 110111 | 111111 | 0 | 1000010 | 111110 | 100100 | 101100100 | 110010 | 101011 |
Color Harmonies of #A4373F
Complementary color
Monochromatic Colors of #A4373F
Black with #A4373F
Text Example
Text Example
White with #A4373F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4373F; }
p { color: rgb(164,55,63); }
H1.HeaderClassName
{
color: #A4373F;
}
.AnyTagClassName
{
color: #A4373F;
}
</style>
background-color css
<style>
a { background-color: #A4373F; }
a { background-color: rgb(164,55,63); }
div.DivClassName
{
background-color: #A4373F;
}
.BgClassName
{
background-color: #A4373F;
}
</style>
border-color css
<style>
span { border-color: #A4373F; }
span { border-color: rgb(164,55,63); }
td.TdClassName
{
border-color: #A4373F;
}
.TagClassName
{
border-color: #A4373F;
}
</style>