Shades of Guardsman Red #A6353C
Tints of Guardsman Red #A6353C
RGB
CMYK
RGB Variations
Color information
#A6353C (or 0xA6353C) is known color: Guardsman Red. HEX triplet: A6, 35 and 3C. RGB value is (166,53,60). Sum of RGB (Red+Green+Blue) = 166+53+60=279 (36% of max value = 765). Red value is 166 (65.23% from 255 or 59.50% from 279); Green value is 53 (21.09% from 255 or 19.00% from 279); Blue value is 60 (23.83% from 255 or 21.51% from 279); Max value from RGB is 166 - color contains mainly: red. Hex color #A6353C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6353C is #59CAC3. Grayscale: #575757. Windows color (decimal): -5884612 or 3945894. OLE color: 3945894.
HSL color Cylindrical-coordinate representation of color #A6353C: hue angle of 356.28º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A6353C is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 53 | 60 | - |
| CMYK | 0 | 0.68 | 0.64 | 0.35 |
| HSL | 356.28º | 0.52% | 0.43% | - |
| HSV(B) | 356.28º | 0.68% | 0.65% | - |
| XYZ | 17.81 | 10.98 | 5.46 | - |
| YUV | 87.59 | 112.44 | 183.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 53 | 60 | 0 | 0.68 | 0.64 | 0.35 | 356.28 | 0.52 | 0.43 |
| Hex | A6 | 35 | 3C | 0 | 44 | 40 | 23 | 164 | 34 | 2B |
| Octal | 246 | 65 | 74 | 0 | 104 | 100 | 43 | 544 | 64 | 53 |
| Binary | 10100110 | 110101 | 111100 | 0 | 1000100 | 1000000 | 100011 | 101100100 | 110100 | 101011 |
Color Harmonies of #A6353C
Complementary color
Monochromatic Colors of #A6353C
Black with #A6353C
Text Example
Text Example
White with #A6353C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6353C; }
p { color: rgb(166,53,60); }
H1.HeaderClassName
{
color: #A6353C;
}
.AnyTagClassName
{
color: #A6353C;
}
</style>
background-color css
<style>
a { background-color: #A6353C; }
a { background-color: rgb(166,53,60); }
div.DivClassName
{
background-color: #A6353C;
}
.BgClassName
{
background-color: #A6353C;
}
</style>
border-color css
<style>
span { border-color: #A6353C; }
span { border-color: rgb(166,53,60); }
td.TdClassName
{
border-color: #A6353C;
}
.TagClassName
{
border-color: #A6353C;
}
</style>