Shades of Guardsman Red #A6353B
Tints of Guardsman Red #A6353B
RGB
CMYK
RGB Variations
Color information
#A6353B (or 0xA6353B) is known color: Guardsman Red. HEX triplet: A6, 35 and 3B. RGB value is (166,53,59). Sum of RGB (Red+Green+Blue) = 166+53+59=278 (36% of max value = 765). Red value is 166 (65.23% from 255 or 59.71% from 278); Green value is 53 (21.09% from 255 or 19.06% from 278); Blue value is 59 (23.44% from 255 or 21.22% from 278); Max value from RGB is 166 - color contains mainly: red. Hex color #A6353B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6353B is #59CAC4. Grayscale: #575757. Windows color (decimal): -5884613 or 3880358. OLE color: 3880358.
HSL color Cylindrical-coordinate representation of color #A6353B: hue angle of 356.81º 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 #A6353B is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 53 | 59 | - |
| CMYK | 0 | 0.68 | 0.64 | 0.35 |
| HSL | 356.81º | 0.52% | 0.43% | - |
| HSV(B) | 356.81º | 0.68% | 0.65% | - |
| XYZ | 17.79 | 10.97 | 5.32 | - |
| YUV | 87.47 | 111.94 | 184.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 53 | 59 | 0 | 0.68 | 0.64 | 0.35 | 356.81 | 0.52 | 0.43 |
| Hex | A6 | 35 | 3B | 0 | 44 | 40 | 23 | 165 | 34 | 2B |
| Octal | 246 | 65 | 73 | 0 | 104 | 100 | 43 | 545 | 64 | 53 |
| Binary | 10100110 | 110101 | 111011 | 0 | 1000100 | 1000000 | 100011 | 101100101 | 110100 | 101011 |
Color Harmonies of #A6353B
Complementary color
Monochromatic Colors of #A6353B
Black with #A6353B
Text Example
Text Example
White with #A6353B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6353B; }
p { color: rgb(166,53,59); }
H1.HeaderClassName
{
color: #A6353B;
}
.AnyTagClassName
{
color: #A6353B;
}
</style>
background-color css
<style>
a { background-color: #A6353B; }
a { background-color: rgb(166,53,59); }
div.DivClassName
{
background-color: #A6353B;
}
.BgClassName
{
background-color: #A6353B;
}
</style>
border-color css
<style>
span { border-color: #A6353B; }
span { border-color: rgb(166,53,59); }
td.TdClassName
{
border-color: #A6353B;
}
.TagClassName
{
border-color: #A6353B;
}
</style>