Shades of Guardsman Red #A6303D
Tints of Guardsman Red #A6303D
RGB
CMYK
RGB Variations
Color information
#A6303D (or 0xA6303D) is known color: Guardsman Red. HEX triplet: A6, 30 and 3D. RGB value is (166,48,61). Sum of RGB (Red+Green+Blue) = 166+48+61=275 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.36% from 275); Green value is 48 (19.14% from 255 or 17.45% from 275); Blue value is 61 (24.22% from 255 or 22.18% from 275); Max value from RGB is 166 - color contains mainly: red. Hex color #A6303D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6303D is #59CFC2. Grayscale: #545454. Windows color (decimal): -5885891 or 4010150. OLE color: 4010150.
HSL color Cylindrical-coordinate representation of color #A6303D: hue angle of 353.39º 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 #A6303D is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 48 | 61 | - |
| CMYK | 0 | 0.71 | 0.63 | 0.35 |
| HSL | 353.39º | 0.55% | 0.42% | - |
| HSV(B) | 353.39º | 0.71% | 0.65% | - |
| XYZ | 17.63 | 10.56 | 5.52 | - |
| YUV | 84.76 | 114.59 | 185.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 48 | 61 | 0 | 0.71 | 0.63 | 0.35 | 353.39 | 0.55 | 0.42 |
| Hex | A6 | 30 | 3D | 0 | 47 | 3F | 23 | 161 | 37 | 2A |
| Octal | 246 | 60 | 75 | 0 | 107 | 77 | 43 | 541 | 67 | 52 |
| Binary | 10100110 | 110000 | 111101 | 0 | 1000111 | 111111 | 100011 | 101100001 | 110111 | 101010 |
Color Harmonies of #A6303D
Complementary color
Monochromatic Colors of #A6303D
Black with #A6303D
Text Example
Text Example
White with #A6303D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6303D; }
p { color: rgb(166,48,61); }
H1.HeaderClassName
{
color: #A6303D;
}
.AnyTagClassName
{
color: #A6303D;
}
</style>
background-color css
<style>
a { background-color: #A6303D; }
a { background-color: rgb(166,48,61); }
div.DivClassName
{
background-color: #A6303D;
}
.BgClassName
{
background-color: #A6303D;
}
</style>
border-color css
<style>
span { border-color: #A6303D; }
span { border-color: rgb(166,48,61); }
td.TdClassName
{
border-color: #A6303D;
}
.TagClassName
{
border-color: #A6303D;
}
</style>