Shades of Guardsman Red #A02832
Tints of Guardsman Red #A02832
RGB
CMYK
RGB Variations
Color information
#A02832 (or 0xA02832) is known color: Guardsman Red. HEX triplet: A0, 28 and 32. RGB value is (160,40,50). Sum of RGB (Red+Green+Blue) = 160+40+50=250 (33% of max value = 765). Red value is 160 (62.89% from 255 or 64% from 250); Green value is 40 (16.02% from 255 or 16% from 250); Blue value is 50 (19.92% from 255 or 20% from 250); Max value from RGB is 160 - color contains mainly: red. Hex color #A02832 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02832 is #5FD7CD. Grayscale: #4D4D4D. Windows color (decimal): -6281166 or 3287200. OLE color: 3287200.
HSL color Cylindrical-coordinate representation of color #A02832: hue angle of 355º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A02832 is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 40 | 50 | - |
| CMYK | 0 | 0.75 | 0.69 | 0.37 |
| HSL | 355º | 0.6% | 0.39% | - |
| HSV(B) | 355º | 0.75% | 0.63% | - |
| XYZ | 15.83 | 9.22 | 3.96 | - |
| YUV | 77.02 | 112.76 | 187.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 40 | 50 | 0 | 0.75 | 0.69 | 0.37 | 355 | 0.6 | 0.39 |
| Hex | A0 | 28 | 32 | 0 | 4B | 45 | 25 | 163 | 3C | 27 |
| Octal | 240 | 50 | 62 | 0 | 113 | 105 | 45 | 543 | 74 | 47 |
| Binary | 10100000 | 101000 | 110010 | 0 | 1001011 | 1000101 | 100101 | 101100011 | 111100 | 100111 |
Color Harmonies of #A02832
Complementary color
Monochromatic Colors of #A02832
Black with #A02832
Text Example
Text Example
White with #A02832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02832; }
p { color: rgb(160,40,50); }
H1.HeaderClassName
{
color: #A02832;
}
.AnyTagClassName
{
color: #A02832;
}
</style>
background-color css
<style>
a { background-color: #A02832; }
a { background-color: rgb(160,40,50); }
div.DivClassName
{
background-color: #A02832;
}
.BgClassName
{
background-color: #A02832;
}
</style>
border-color css
<style>
span { border-color: #A02832; }
span { border-color: rgb(160,40,50); }
td.TdClassName
{
border-color: #A02832;
}
.TagClassName
{
border-color: #A02832;
}
</style>