Shades of Guardsman Red #A63639
Tints of Guardsman Red #A63639
RGB
CMYK
RGB Variations
Color information
#A63639 (or 0xA63639) is known color: Guardsman Red. HEX triplet: A6, 36 and 39. RGB value is (166,54,57). Sum of RGB (Red+Green+Blue) = 166+54+57=277 (36% of max value = 765). Red value is 166 (65.23% from 255 or 59.93% from 277); Green value is 54 (21.48% from 255 or 19.49% from 277); Blue value is 57 (22.66% from 255 or 20.58% from 277); Max value from RGB is 166 - color contains mainly: red. Hex color #A63639 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63639 is #59C9C6. Grayscale: #575757. Windows color (decimal): -5884359 or 3749542. OLE color: 3749542.
HSL color Cylindrical-coordinate representation of color #A63639: hue angle of 358.39º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A63639 is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 54 | 57 | - |
| CMYK | 0 | 0.67 | 0.66 | 0.35 |
| HSL | 358.39º | 0.51% | 0.43% | - |
| HSV(B) | 358.39º | 0.67% | 0.65% | - |
| XYZ | 17.78 | 11.04 | 5.06 | - |
| YUV | 87.83 | 110.61 | 183.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 54 | 57 | 0 | 0.67 | 0.66 | 0.35 | 358.39 | 0.51 | 0.43 |
| Hex | A6 | 36 | 39 | 0 | 43 | 42 | 23 | 166 | 33 | 2B |
| Octal | 246 | 66 | 71 | 0 | 103 | 102 | 43 | 546 | 63 | 53 |
| Binary | 10100110 | 110110 | 111001 | 0 | 1000011 | 1000010 | 100011 | 101100110 | 110011 | 101011 |
Color Harmonies of #A63639
Complementary color
Monochromatic Colors of #A63639
Black with #A63639
Text Example
Text Example
White with #A63639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63639; }
p { color: rgb(166,54,57); }
H1.HeaderClassName
{
color: #A63639;
}
.AnyTagClassName
{
color: #A63639;
}
</style>
background-color css
<style>
a { background-color: #A63639; }
a { background-color: rgb(166,54,57); }
div.DivClassName
{
background-color: #A63639;
}
.BgClassName
{
background-color: #A63639;
}
</style>
border-color css
<style>
span { border-color: #A63639; }
span { border-color: rgb(166,54,57); }
td.TdClassName
{
border-color: #A63639;
}
.TagClassName
{
border-color: #A63639;
}
</style>