Shades of Guardsman Red #A61C1E
Tints of Guardsman Red #A61C1E
RGB
CMYK
RGB Variations
Color information
#A61C1E (or 0xA61C1E) is known color: Guardsman Red. HEX triplet: A6, 1C and 1E. RGB value is (166,28,30). Sum of RGB (Red+Green+Blue) = 166+28+30=224 (29% of max value = 765). Red value is 166 (65.23% from 255 or 74.11% from 224); Green value is 28 (11.33% from 255 or 12.5% from 224); Blue value is 30 (12.11% from 255 or 13.39% from 224); Max value from RGB is 166 - color contains mainly: red. Hex color #A61C1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A61C1E is #59E3E1. Grayscale: #454545. Windows color (decimal): -5891042 or 1973414. OLE color: 1973414.
HSL color Cylindrical-coordinate representation of color #A61C1E: hue angle of 359.13º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A61C1E is Cyan = 0, Magento = 0.83, Yellow = 0.82 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 28 | 30 | - |
| CMYK | 0 | 0.83 | 0.82 | 0.35 |
| HSL | 359.13º | 0.71% | 0.38% | - |
| HSV(B) | 359.13º | 0.83% | 0.65% | - |
| XYZ | 16.38 | 9.03 | 2.11 | - |
| YUV | 69.49 | 105.72 | 196.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 28 | 30 | 0 | 0.83 | 0.82 | 0.35 | 359.13 | 0.71 | 0.38 |
| Hex | A6 | 1C | 1E | 0 | 53 | 52 | 23 | 167 | 47 | 26 |
| Octal | 246 | 34 | 36 | 0 | 123 | 122 | 43 | 547 | 107 | 46 |
| Binary | 10100110 | 11100 | 11110 | 0 | 1010011 | 1010010 | 100011 | 101100111 | 1000111 | 100110 |
Color Harmonies of #A61C1E
Complementary color
Monochromatic Colors of #A61C1E
Black with #A61C1E
Text Example
Text Example
White with #A61C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61C1E; }
p { color: rgb(166,28,30); }
H1.HeaderClassName
{
color: #A61C1E;
}
.AnyTagClassName
{
color: #A61C1E;
}
</style>
background-color css
<style>
a { background-color: #A61C1E; }
a { background-color: rgb(166,28,30); }
div.DivClassName
{
background-color: #A61C1E;
}
.BgClassName
{
background-color: #A61C1E;
}
</style>
border-color css
<style>
span { border-color: #A61C1E; }
span { border-color: rgb(166,28,30); }
td.TdClassName
{
border-color: #A61C1E;
}
.TagClassName
{
border-color: #A61C1E;
}
</style>