Shades of Guardsman Red #A63237
Tints of Guardsman Red #A63237
RGB
CMYK
RGB Variations
Color information
#A63237 (or 0xA63237) is known color: Guardsman Red. HEX triplet: A6, 32 and 37. RGB value is (166,50,55). Sum of RGB (Red+Green+Blue) = 166+50+55=271 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.25% from 271); Green value is 50 (19.92% from 255 or 18.45% from 271); Blue value is 55 (21.88% from 255 or 20.30% from 271); Max value from RGB is 166 - color contains mainly: red. Hex color #A63237 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63237 is #59CDC8. Grayscale: #555555. Windows color (decimal): -5885385 or 3617446. OLE color: 3617446.
HSL color Cylindrical-coordinate representation of color #A63237: hue angle of 357.41º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A63237 is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 50 | 55 | - |
| CMYK | 0 | 0.70 | 0.67 | 0.35 |
| HSL | 357.41º | 0.54% | 0.42% | - |
| HSV(B) | 357.41º | 0.7% | 0.65% | - |
| XYZ | 17.56 | 10.66 | 4.75 | - |
| YUV | 85.25 | 110.93 | 185.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 50 | 55 | 0 | 0.70 | 0.67 | 0.35 | 357.41 | 0.54 | 0.42 |
| Hex | A6 | 32 | 37 | 0 | 46 | 43 | 23 | 165 | 36 | 2A |
| Octal | 246 | 62 | 67 | 0 | 106 | 103 | 43 | 545 | 66 | 52 |
| Binary | 10100110 | 110010 | 110111 | 0 | 1000110 | 1000011 | 100011 | 101100101 | 110110 | 101010 |
Color Harmonies of #A63237
Complementary color
Monochromatic Colors of #A63237
Black with #A63237
Text Example
Text Example
White with #A63237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63237; }
p { color: rgb(166,50,55); }
H1.HeaderClassName
{
color: #A63237;
}
.AnyTagClassName
{
color: #A63237;
}
</style>
background-color css
<style>
a { background-color: #A63237; }
a { background-color: rgb(166,50,55); }
div.DivClassName
{
background-color: #A63237;
}
.BgClassName
{
background-color: #A63237;
}
</style>
border-color css
<style>
span { border-color: #A63237; }
span { border-color: rgb(166,50,55); }
td.TdClassName
{
border-color: #A63237;
}
.TagClassName
{
border-color: #A63237;
}
</style>