Shades of Guardsman Red #A6283D
Tints of Guardsman Red #A6283D
RGB
CMYK
RGB Variations
Color information
#A6283D (or 0xA6283D) is known color: Guardsman Red. HEX triplet: A6, 28 and 3D. RGB value is (166,40,61). Sum of RGB (Red+Green+Blue) = 166+40+61=267 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.17% from 267); Green value is 40 (16.02% from 255 or 14.98% from 267); Blue value is 61 (24.22% from 255 or 22.85% from 267); Max value from RGB is 166 - color contains mainly: red. Hex color #A6283D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6283D is #59D7C2. Grayscale: #505050. Windows color (decimal): -5887939 or 4008102. OLE color: 4008102.
HSL color Cylindrical-coordinate representation of color #A6283D: hue angle of 350º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A6283D is Cyan = 0, Magento = 0.76, Yellow = 0.63 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 40 | 61 | - |
| CMYK | 0 | 0.76 | 0.63 | 0.35 |
| HSL | 350º | 0.61% | 0.4% | - |
| HSV(B) | 350º | 0.76% | 0.65% | - |
| XYZ | 17.33 | 9.96 | 5.42 | - |
| YUV | 80.07 | 117.24 | 189.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 40 | 61 | 0 | 0.76 | 0.63 | 0.35 | 350 | 0.61 | 0.4 |
| Hex | A6 | 28 | 3D | 0 | 4C | 3F | 23 | 15E | 3D | 28 |
| Octal | 246 | 50 | 75 | 0 | 114 | 77 | 43 | 536 | 75 | 50 |
| Binary | 10100110 | 101000 | 111101 | 0 | 1001100 | 111111 | 100011 | 101011110 | 111101 | 101000 |
Color Harmonies of #A6283D
Complementary color
Monochromatic Colors of #A6283D
Black with #A6283D
Text Example
Text Example
White with #A6283D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6283D; }
p { color: rgb(166,40,61); }
H1.HeaderClassName
{
color: #A6283D;
}
.AnyTagClassName
{
color: #A6283D;
}
</style>
background-color css
<style>
a { background-color: #A6283D; }
a { background-color: rgb(166,40,61); }
div.DivClassName
{
background-color: #A6283D;
}
.BgClassName
{
background-color: #A6283D;
}
</style>
border-color css
<style>
span { border-color: #A6283D; }
span { border-color: rgb(166,40,61); }
td.TdClassName
{
border-color: #A6283D;
}
.TagClassName
{
border-color: #A6283D;
}
</style>