Shades of Guardsman Red #A3373E
Tints of Guardsman Red #A3373E
RGB
CMYK
RGB Variations
Color information
#A3373E (or 0xA3373E) is known color: Guardsman Red. HEX triplet: A3, 37 and 3E. RGB value is (163,55,62). Sum of RGB (Red+Green+Blue) = 163+55+62=280 (37% of max value = 765). Red value is 163 (64.06% from 255 or 58.21% from 280); Green value is 55 (21.88% from 255 or 19.64% from 280); Blue value is 62 (24.61% from 255 or 22.14% from 280); Max value from RGB is 163 - color contains mainly: red. Hex color #A3373E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3373E is #5CC8C1. Grayscale: #585858. Windows color (decimal): -6080706 or 4077475. OLE color: 4077475.
HSL color Cylindrical-coordinate representation of color #A3373E: hue angle of 356.11º 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 #A3373E is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 55 | 62 | - |
| CMYK | 0 | 0.66 | 0.62 | 0.36 |
| HSL | 356.11º | 0.5% | 0.43% | - |
| HSV(B) | 356.11º | 0.66% | 0.64% | - |
| XYZ | 17.34 | 10.87 | 5.74 | - |
| YUV | 88.09 | 113.28 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 55 | 62 | 0 | 0.66 | 0.62 | 0.36 | 356.11 | 0.5 | 0.43 |
| Hex | A3 | 37 | 3E | 0 | 42 | 3E | 24 | 164 | 32 | 2B |
| Octal | 243 | 67 | 76 | 0 | 102 | 76 | 44 | 544 | 62 | 53 |
| Binary | 10100011 | 110111 | 111110 | 0 | 1000010 | 111110 | 100100 | 101100100 | 110010 | 101011 |
Color Harmonies of #A3373E
Complementary color
Monochromatic Colors of #A3373E
Black with #A3373E
Text Example
Text Example
White with #A3373E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3373E; }
p { color: rgb(163,55,62); }
H1.HeaderClassName
{
color: #A3373E;
}
.AnyTagClassName
{
color: #A3373E;
}
</style>
background-color css
<style>
a { background-color: #A3373E; }
a { background-color: rgb(163,55,62); }
div.DivClassName
{
background-color: #A3373E;
}
.BgClassName
{
background-color: #A3373E;
}
</style>
border-color css
<style>
span { border-color: #A3373E; }
span { border-color: rgb(163,55,62); }
td.TdClassName
{
border-color: #A3373E;
}
.TagClassName
{
border-color: #A3373E;
}
</style>