Shades of Guardsman Red #A6303B
Tints of Guardsman Red #A6303B
RGB
CMYK
RGB Variations
Color information
#A6303B (or 0xA6303B) is known color: Guardsman Red. HEX triplet: A6, 30 and 3B. RGB value is (166,48,59). Sum of RGB (Red+Green+Blue) = 166+48+59=273 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.81% from 273); Green value is 48 (19.14% from 255 or 17.58% from 273); Blue value is 59 (23.44% from 255 or 21.61% from 273); Max value from RGB is 166 - color contains mainly: red. Hex color #A6303B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6303B is #59CFC4. Grayscale: #545454. Windows color (decimal): -5885893 or 3879078. OLE color: 3879078.
HSL color Cylindrical-coordinate representation of color #A6303B: hue angle of 354.41º 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 #A6303B is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 48 | 59 | - |
| CMYK | 0 | 0.71 | 0.64 | 0.35 |
| HSL | 354.41º | 0.55% | 0.42% | - |
| HSV(B) | 354.41º | 0.71% | 0.65% | - |
| XYZ | 17.57 | 10.54 | 5.25 | - |
| YUV | 84.54 | 113.59 | 186.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 48 | 59 | 0 | 0.71 | 0.64 | 0.35 | 354.41 | 0.55 | 0.42 |
| Hex | A6 | 30 | 3B | 0 | 47 | 40 | 23 | 162 | 37 | 2A |
| Octal | 246 | 60 | 73 | 0 | 107 | 100 | 43 | 542 | 67 | 52 |
| Binary | 10100110 | 110000 | 111011 | 0 | 1000111 | 1000000 | 100011 | 101100010 | 110111 | 101010 |
Color Harmonies of #A6303B
Complementary color
Monochromatic Colors of #A6303B
Black with #A6303B
Text Example
Text Example
White with #A6303B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6303B; }
p { color: rgb(166,48,59); }
H1.HeaderClassName
{
color: #A6303B;
}
.AnyTagClassName
{
color: #A6303B;
}
</style>
background-color css
<style>
a { background-color: #A6303B; }
a { background-color: rgb(166,48,59); }
div.DivClassName
{
background-color: #A6303B;
}
.BgClassName
{
background-color: #A6303B;
}
</style>
border-color css
<style>
span { border-color: #A6303B; }
span { border-color: rgb(166,48,59); }
td.TdClassName
{
border-color: #A6303B;
}
.TagClassName
{
border-color: #A6303B;
}
</style>