Shades of Guardsman Red #A82C40
Tints of Guardsman Red #A82C40
RGB
CMYK
RGB Variations
Color information
#A82C40 (or 0xA82C40) is known color: Guardsman Red. HEX triplet: A8, 2C and 40. RGB value is (168,44,64). Sum of RGB (Red+Green+Blue) = 168+44+64=276 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.87% from 276); Green value is 44 (17.58% from 255 or 15.94% from 276); Blue value is 64 (25.39% from 255 or 23.19% from 276); Max value from RGB is 168 - color contains mainly: red. Hex color #A82C40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82C40 is #57D3BF. Grayscale: #535353. Windows color (decimal): -5755840 or 4205736. OLE color: 4205736.
HSL color Cylindrical-coordinate representation of color #A82C40: hue angle of 350.32º 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 #A82C40 is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 44 | 64 | - |
| CMYK | 0 | 0.74 | 0.62 | 0.34 |
| HSL | 350.32º | 0.58% | 0.42% | - |
| HSV(B) | 350.32º | 0.74% | 0.66% | - |
| XYZ | 17.97 | 10.5 | 5.93 | - |
| YUV | 83.36 | 117.08 | 188.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 44 | 64 | 0 | 0.74 | 0.62 | 0.34 | 350.32 | 0.58 | 0.42 |
| Hex | A8 | 2C | 40 | 0 | 4A | 3E | 22 | 15E | 3A | 2A |
| Octal | 250 | 54 | 100 | 0 | 112 | 76 | 42 | 536 | 72 | 52 |
| Binary | 10101000 | 101100 | 1000000 | 0 | 1001010 | 111110 | 100010 | 101011110 | 111010 | 101010 |
Color Harmonies of #A82C40
Complementary color
Monochromatic Colors of #A82C40
Black with #A82C40
Text Example
Text Example
White with #A82C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82C40; }
p { color: rgb(168,44,64); }
H1.HeaderClassName
{
color: #A82C40;
}
.AnyTagClassName
{
color: #A82C40;
}
</style>
background-color css
<style>
a { background-color: #A82C40; }
a { background-color: rgb(168,44,64); }
div.DivClassName
{
background-color: #A82C40;
}
.BgClassName
{
background-color: #A82C40;
}
</style>
border-color css
<style>
span { border-color: #A82C40; }
span { border-color: rgb(168,44,64); }
td.TdClassName
{
border-color: #A82C40;
}
.TagClassName
{
border-color: #A82C40;
}
</style>