Shades of Guardsman Red #A6303C
Tints of Guardsman Red #A6303C
RGB
CMYK
RGB Variations
Color information
#A6303C (or 0xA6303C) is known color: Guardsman Red. HEX triplet: A6, 30 and 3C. RGB value is (166,48,60). Sum of RGB (Red+Green+Blue) = 166+48+60=274 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.58% from 274); Green value is 48 (19.14% from 255 or 17.52% from 274); Blue value is 60 (23.83% from 255 or 21.90% from 274); Max value from RGB is 166 - color contains mainly: red. Hex color #A6303C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6303C is #59CFC3. Grayscale: #545454. Windows color (decimal): -5885892 or 3944614. OLE color: 3944614.
HSL color Cylindrical-coordinate representation of color #A6303C: hue angle of 353.9º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A6303C is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 48 | 60 | - |
| CMYK | 0 | 0.71 | 0.64 | 0.35 |
| HSL | 353.9º | 0.55% | 0.42% | - |
| HSV(B) | 353.9º | 0.71% | 0.65% | - |
| XYZ | 17.6 | 10.55 | 5.38 | - |
| YUV | 84.65 | 114.09 | 186.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 48 | 60 | 0 | 0.71 | 0.64 | 0.35 | 353.9 | 0.55 | 0.42 |
| Hex | A6 | 30 | 3C | 0 | 47 | 40 | 23 | 162 | 37 | 2A |
| Octal | 246 | 60 | 74 | 0 | 107 | 100 | 43 | 542 | 67 | 52 |
| Binary | 10100110 | 110000 | 111100 | 0 | 1000111 | 1000000 | 100011 | 101100010 | 110111 | 101010 |
Color Harmonies of #A6303C
Complementary color
Monochromatic Colors of #A6303C
Black with #A6303C
Text Example
Text Example
White with #A6303C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6303C; }
p { color: rgb(166,48,60); }
H1.HeaderClassName
{
color: #A6303C;
}
.AnyTagClassName
{
color: #A6303C;
}
</style>
background-color css
<style>
a { background-color: #A6303C; }
a { background-color: rgb(166,48,60); }
div.DivClassName
{
background-color: #A6303C;
}
.BgClassName
{
background-color: #A6303C;
}
</style>
border-color css
<style>
span { border-color: #A6303C; }
span { border-color: rgb(166,48,60); }
td.TdClassName
{
border-color: #A6303C;
}
.TagClassName
{
border-color: #A6303C;
}
</style>