Shades of Guardsman Red #A82C32
Tints of Guardsman Red #A82C32
RGB
CMYK
RGB Variations
Color information
#A82C32 (or 0xA82C32) is known color: Guardsman Red. HEX triplet: A8, 2C and 32. RGB value is (168,44,50). Sum of RGB (Red+Green+Blue) = 168+44+50=262 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.12% from 262); Green value is 44 (17.58% from 255 or 16.79% from 262); Blue value is 50 (19.92% from 255 or 19.08% from 262); Max value from RGB is 168 - color contains mainly: red. Hex color #A82C32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82C32 is #57D3CD. Grayscale: #515151. Windows color (decimal): -5755854 or 3288232. OLE color: 3288232.
HSL color Cylindrical-coordinate representation of color #A82C32: hue angle of 357.1º 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 #A82C32 is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 44 | 50 | - |
| CMYK | 0 | 0.74 | 0.70 | 0.34 |
| HSL | 357.1º | 0.58% | 0.42% | - |
| HSV(B) | 357.1º | 0.74% | 0.66% | - |
| XYZ | 17.62 | 10.36 | 4.09 | - |
| YUV | 81.76 | 110.08 | 189.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 44 | 50 | 0 | 0.74 | 0.70 | 0.34 | 357.1 | 0.58 | 0.42 |
| Hex | A8 | 2C | 32 | 0 | 4A | 46 | 22 | 165 | 3A | 2A |
| Octal | 250 | 54 | 62 | 0 | 112 | 106 | 42 | 545 | 72 | 52 |
| Binary | 10101000 | 101100 | 110010 | 0 | 1001010 | 1000110 | 100010 | 101100101 | 111010 | 101010 |
Color Harmonies of #A82C32
Complementary color
Monochromatic Colors of #A82C32
Black with #A82C32
Text Example
Text Example
White with #A82C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82C32; }
p { color: rgb(168,44,50); }
H1.HeaderClassName
{
color: #A82C32;
}
.AnyTagClassName
{
color: #A82C32;
}
</style>
background-color css
<style>
a { background-color: #A82C32; }
a { background-color: rgb(168,44,50); }
div.DivClassName
{
background-color: #A82C32;
}
.BgClassName
{
background-color: #A82C32;
}
</style>
border-color css
<style>
span { border-color: #A82C32; }
span { border-color: rgb(168,44,50); }
td.TdClassName
{
border-color: #A82C32;
}
.TagClassName
{
border-color: #A82C32;
}
</style>