Shades of Guardsman Red #A6373B
Tints of Guardsman Red #A6373B
RGB
CMYK
RGB Variations
Color information
#A6373B (or 0xA6373B) is known color: Guardsman Red. HEX triplet: A6, 37 and 3B. RGB value is (166,55,59). Sum of RGB (Red+Green+Blue) = 166+55+59=280 (37% of max value = 765). Red value is 166 (65.23% from 255 or 59.29% from 280); Green value is 55 (21.88% from 255 or 19.64% from 280); Blue value is 59 (23.44% from 255 or 21.07% from 280); Max value from RGB is 166 - color contains mainly: red. Hex color #A6373B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6373B is #59C8C4. Grayscale: #585858. Windows color (decimal): -5884101 or 3880870. OLE color: 3880870.
HSL color Cylindrical-coordinate representation of color #A6373B: hue angle of 357.84º 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 #A6373B is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 55 | 59 | - |
| CMYK | 0 | 0.67 | 0.64 | 0.35 |
| HSL | 357.84º | 0.5% | 0.43% | - |
| HSV(B) | 357.84º | 0.67% | 0.65% | - |
| XYZ | 17.88 | 11.16 | 5.35 | - |
| YUV | 88.65 | 111.27 | 183.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 55 | 59 | 0 | 0.67 | 0.64 | 0.35 | 357.84 | 0.5 | 0.43 |
| Hex | A6 | 37 | 3B | 0 | 43 | 40 | 23 | 166 | 32 | 2B |
| Octal | 246 | 67 | 73 | 0 | 103 | 100 | 43 | 546 | 62 | 53 |
| Binary | 10100110 | 110111 | 111011 | 0 | 1000011 | 1000000 | 100011 | 101100110 | 110010 | 101011 |
Color Harmonies of #A6373B
Complementary color
Monochromatic Colors of #A6373B
Black with #A6373B
Text Example
Text Example
White with #A6373B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6373B; }
p { color: rgb(166,55,59); }
H1.HeaderClassName
{
color: #A6373B;
}
.AnyTagClassName
{
color: #A6373B;
}
</style>
background-color css
<style>
a { background-color: #A6373B; }
a { background-color: rgb(166,55,59); }
div.DivClassName
{
background-color: #A6373B;
}
.BgClassName
{
background-color: #A6373B;
}
</style>
border-color css
<style>
span { border-color: #A6373B; }
span { border-color: rgb(166,55,59); }
td.TdClassName
{
border-color: #A6373B;
}
.TagClassName
{
border-color: #A6373B;
}
</style>