Shades of Guardsman Red #A6373C
Tints of Guardsman Red #A6373C
RGB
CMYK
RGB Variations
Color information
#A6373C (or 0xA6373C) is known color: Guardsman Red. HEX triplet: A6, 37 and 3C. RGB value is (166,55,60). Sum of RGB (Red+Green+Blue) = 166+55+60=281 (37% of max value = 765). Red value is 166 (65.23% from 255 or 59.07% from 281); Green value is 55 (21.88% from 255 or 19.57% from 281); Blue value is 60 (23.83% from 255 or 21.35% from 281); Max value from RGB is 166 - color contains mainly: red. Hex color #A6373C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6373C is #59C8C3. Grayscale: #585858. Windows color (decimal): -5884100 or 3946406. OLE color: 3946406.
HSL color Cylindrical-coordinate representation of color #A6373C: hue angle of 357.3º 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 #A6373C is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 55 | 60 | - |
| CMYK | 0 | 0.67 | 0.64 | 0.35 |
| HSL | 357.3º | 0.5% | 0.43% | - |
| HSV(B) | 357.3º | 0.67% | 0.65% | - |
| XYZ | 17.91 | 11.17 | 5.49 | - |
| YUV | 88.76 | 111.77 | 183.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 55 | 60 | 0 | 0.67 | 0.64 | 0.35 | 357.3 | 0.5 | 0.43 |
| Hex | A6 | 37 | 3C | 0 | 43 | 40 | 23 | 165 | 32 | 2B |
| Octal | 246 | 67 | 74 | 0 | 103 | 100 | 43 | 545 | 62 | 53 |
| Binary | 10100110 | 110111 | 111100 | 0 | 1000011 | 1000000 | 100011 | 101100101 | 110010 | 101011 |
Color Harmonies of #A6373C
Complementary color
Monochromatic Colors of #A6373C
Black with #A6373C
Text Example
Text Example
White with #A6373C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6373C; }
p { color: rgb(166,55,60); }
H1.HeaderClassName
{
color: #A6373C;
}
.AnyTagClassName
{
color: #A6373C;
}
</style>
background-color css
<style>
a { background-color: #A6373C; }
a { background-color: rgb(166,55,60); }
div.DivClassName
{
background-color: #A6373C;
}
.BgClassName
{
background-color: #A6373C;
}
</style>
border-color css
<style>
span { border-color: #A6373C; }
span { border-color: rgb(166,55,60); }
td.TdClassName
{
border-color: #A6373C;
}
.TagClassName
{
border-color: #A6373C;
}
</style>