Shades of Guardsman Red #A82635
Tints of Guardsman Red #A82635
RGB
CMYK
RGB Variations
Color information
#A82635 (or 0xA82635) is known color: Guardsman Red. HEX triplet: A8, 26 and 35. RGB value is (168,38,53). Sum of RGB (Red+Green+Blue) = 168+38+53=259 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.86% from 259); Green value is 38 (15.23% from 255 or 14.67% from 259); Blue value is 53 (21.09% from 255 or 20.46% from 259); Max value from RGB is 168 - color contains mainly: red. Hex color #A82635 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82635 is #57D9CA. Grayscale: #4E4E4E. Windows color (decimal): -5757387 or 3483304. OLE color: 3483304.
HSL color Cylindrical-coordinate representation of color #A82635: hue angle of 353.08º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A82635 is Cyan = 0, Magento = 0.77, Yellow = 0.68 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 38 | 53 | - |
| CMYK | 0 | 0.77 | 0.68 | 0.34 |
| HSL | 353.08º | 0.63% | 0.4% | - |
| HSV(B) | 353.08º | 0.77% | 0.66% | - |
| XYZ | 17.48 | 9.97 | 4.37 | - |
| YUV | 78.58 | 113.57 | 191.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 38 | 53 | 0 | 0.77 | 0.68 | 0.34 | 353.08 | 0.63 | 0.4 |
| Hex | A8 | 26 | 35 | 0 | 4D | 44 | 22 | 161 | 3F | 28 |
| Octal | 250 | 46 | 65 | 0 | 115 | 104 | 42 | 541 | 77 | 50 |
| Binary | 10101000 | 100110 | 110101 | 0 | 1001101 | 1000100 | 100010 | 101100001 | 111111 | 101000 |
Color Harmonies of #A82635
Complementary color
Monochromatic Colors of #A82635
Black with #A82635
Text Example
Text Example
White with #A82635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82635; }
p { color: rgb(168,38,53); }
H1.HeaderClassName
{
color: #A82635;
}
.AnyTagClassName
{
color: #A82635;
}
</style>
background-color css
<style>
a { background-color: #A82635; }
a { background-color: rgb(168,38,53); }
div.DivClassName
{
background-color: #A82635;
}
.BgClassName
{
background-color: #A82635;
}
</style>
border-color css
<style>
span { border-color: #A82635; }
span { border-color: rgb(168,38,53); }
td.TdClassName
{
border-color: #A82635;
}
.TagClassName
{
border-color: #A82635;
}
</style>