Shades of Guardsman Red #A02732
Tints of Guardsman Red #A02732
RGB
CMYK
RGB Variations
Color information
#A02732 (or 0xA02732) is known color: Guardsman Red. HEX triplet: A0, 27 and 32. RGB value is (160,39,50). Sum of RGB (Red+Green+Blue) = 160+39+50=249 (32% of max value = 765). Red value is 160 (62.89% from 255 or 64.26% from 249); Green value is 39 (15.62% from 255 or 15.66% from 249); Blue value is 50 (19.92% from 255 or 20.08% from 249); Max value from RGB is 160 - color contains mainly: red. Hex color #A02732 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02732 is #5FD8CD. Grayscale: #4C4C4C. Windows color (decimal): -6281422 or 3286944. OLE color: 3286944.
HSL color Cylindrical-coordinate representation of color #A02732: hue angle of 354.55º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A02732 is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 39 | 50 | - |
| CMYK | 0 | 0.76 | 0.69 | 0.37 |
| HSL | 354.55º | 0.61% | 0.39% | - |
| HSV(B) | 354.55º | 0.76% | 0.63% | - |
| XYZ | 15.8 | 9.15 | 3.95 | - |
| YUV | 76.43 | 113.09 | 187.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 39 | 50 | 0 | 0.76 | 0.69 | 0.37 | 354.55 | 0.61 | 0.39 |
| Hex | A0 | 27 | 32 | 0 | 4C | 45 | 25 | 163 | 3D | 27 |
| Octal | 240 | 47 | 62 | 0 | 114 | 105 | 45 | 543 | 75 | 47 |
| Binary | 10100000 | 100111 | 110010 | 0 | 1001100 | 1000101 | 100101 | 101100011 | 111101 | 100111 |
Color Harmonies of #A02732
Complementary color
Monochromatic Colors of #A02732
Black with #A02732
Text Example
Text Example
White with #A02732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02732; }
p { color: rgb(160,39,50); }
H1.HeaderClassName
{
color: #A02732;
}
.AnyTagClassName
{
color: #A02732;
}
</style>
background-color css
<style>
a { background-color: #A02732; }
a { background-color: rgb(160,39,50); }
div.DivClassName
{
background-color: #A02732;
}
.BgClassName
{
background-color: #A02732;
}
</style>
border-color css
<style>
span { border-color: #A02732; }
span { border-color: rgb(160,39,50); }
td.TdClassName
{
border-color: #A02732;
}
.TagClassName
{
border-color: #A02732;
}
</style>