Shades of Guardsman Red #A6232D
Tints of Guardsman Red #A6232D
RGB
CMYK
RGB Variations
Color information
#A6232D (or 0xA6232D) is known color: Guardsman Red. HEX triplet: A6, 23 and 2D. RGB value is (166,35,45). Sum of RGB (Red+Green+Blue) = 166+35+45=246 (32% of max value = 765). Red value is 166 (65.23% from 255 or 67.48% from 246); Green value is 35 (14.06% from 255 or 14.23% from 246); Blue value is 45 (17.97% from 255 or 18.29% from 246); Max value from RGB is 166 - color contains mainly: red. Hex color #A6232D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6232D is #59DCD2. Grayscale: #4B4B4B. Windows color (decimal): -5889235 or 2958246. OLE color: 2958246.
HSL color Cylindrical-coordinate representation of color #A6232D: hue angle of 355.42º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A6232D is Cyan = 0, Magento = 0.79, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 35 | 45 | - |
| CMYK | 0 | 0.79 | 0.73 | 0.35 |
| HSL | 355.42º | 0.65% | 0.39% | - |
| HSV(B) | 355.42º | 0.79% | 0.65% | - |
| XYZ | 16.8 | 9.5 | 3.43 | - |
| YUV | 75.31 | 110.9 | 192.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 35 | 45 | 0 | 0.79 | 0.73 | 0.35 | 355.42 | 0.65 | 0.39 |
| Hex | A6 | 23 | 2D | 0 | 4F | 49 | 23 | 163 | 41 | 27 |
| Octal | 246 | 43 | 55 | 0 | 117 | 111 | 43 | 543 | 101 | 47 |
| Binary | 10100110 | 100011 | 101101 | 0 | 1001111 | 1001001 | 100011 | 101100011 | 1000001 | 100111 |
Color Harmonies of #A6232D
Complementary color
Monochromatic Colors of #A6232D
Black with #A6232D
Text Example
Text Example
White with #A6232D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6232D; }
p { color: rgb(166,35,45); }
H1.HeaderClassName
{
color: #A6232D;
}
.AnyTagClassName
{
color: #A6232D;
}
</style>
background-color css
<style>
a { background-color: #A6232D; }
a { background-color: rgb(166,35,45); }
div.DivClassName
{
background-color: #A6232D;
}
.BgClassName
{
background-color: #A6232D;
}
</style>
border-color css
<style>
span { border-color: #A6232D; }
span { border-color: rgb(166,35,45); }
td.TdClassName
{
border-color: #A6232D;
}
.TagClassName
{
border-color: #A6232D;
}
</style>