Shades of Guardsman Red #A82C3E
Tints of Guardsman Red #A82C3E
RGB
CMYK
RGB Variations
Color information
#A82C3E (or 0xA82C3E) is known color: Guardsman Red. HEX triplet: A8, 2C and 3E. RGB value is (168,44,62). Sum of RGB (Red+Green+Blue) = 168+44+62=274 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.31% from 274); Green value is 44 (17.58% from 255 or 16.06% from 274); Blue value is 62 (24.61% from 255 or 22.63% from 274); Max value from RGB is 168 - color contains mainly: red. Hex color #A82C3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82C3E is #57D3C1. Grayscale: #535353. Windows color (decimal): -5755842 or 4074664. OLE color: 4074664.
HSL color Cylindrical-coordinate representation of color #A82C3E: hue angle of 351.29º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A82C3E is Cyan = 0, Magento = 0.74, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 44 | 62 | - |
| CMYK | 0 | 0.74 | 0.63 | 0.34 |
| HSL | 351.29º | 0.58% | 0.42% | - |
| HSV(B) | 351.29º | 0.74% | 0.66% | - |
| XYZ | 17.92 | 10.47 | 5.63 | - |
| YUV | 83.13 | 116.08 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 44 | 62 | 0 | 0.74 | 0.63 | 0.34 | 351.29 | 0.58 | 0.42 |
| Hex | A8 | 2C | 3E | 0 | 4A | 3F | 22 | 15F | 3A | 2A |
| Octal | 250 | 54 | 76 | 0 | 112 | 77 | 42 | 537 | 72 | 52 |
| Binary | 10101000 | 101100 | 111110 | 0 | 1001010 | 111111 | 100010 | 101011111 | 111010 | 101010 |
Color Harmonies of #A82C3E
Complementary color
Monochromatic Colors of #A82C3E
Black with #A82C3E
Text Example
Text Example
White with #A82C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82C3E; }
p { color: rgb(168,44,62); }
H1.HeaderClassName
{
color: #A82C3E;
}
.AnyTagClassName
{
color: #A82C3E;
}
</style>
background-color css
<style>
a { background-color: #A82C3E; }
a { background-color: rgb(168,44,62); }
div.DivClassName
{
background-color: #A82C3E;
}
.BgClassName
{
background-color: #A82C3E;
}
</style>
border-color css
<style>
span { border-color: #A82C3E; }
span { border-color: rgb(168,44,62); }
td.TdClassName
{
border-color: #A82C3E;
}
.TagClassName
{
border-color: #A82C3E;
}
</style>