Shades of Guardsman Red #A03234
Tints of Guardsman Red #A03234
RGB
CMYK
RGB Variations
Color information
#A03234 (or 0xA03234) is known color: Guardsman Red. HEX triplet: A0, 32 and 34. RGB value is (160,50,52). Sum of RGB (Red+Green+Blue) = 160+50+52=262 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.07% from 262); Green value is 50 (19.92% from 255 or 19.08% from 262); Blue value is 52 (20.70% from 255 or 19.85% from 262); Max value from RGB is 160 - color contains mainly: red. Hex color #A03234 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03234 is #5FCDCB. Grayscale: #535353. Windows color (decimal): -6278604 or 3420832. OLE color: 3420832.
HSL color Cylindrical-coordinate representation of color #A03234: hue angle of 358.91º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A03234 is Cyan = 0, Magento = 0.69, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 50 | 52 | - |
| CMYK | 0 | 0.69 | 0.68 | 0.37 |
| HSL | 358.91º | 0.52% | 0.41% | - |
| HSV(B) | 358.91º | 0.69% | 0.63% | - |
| XYZ | 16.26 | 10 | 4.32 | - |
| YUV | 83.12 | 110.44 | 182.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 50 | 52 | 0 | 0.69 | 0.68 | 0.37 | 358.91 | 0.52 | 0.41 |
| Hex | A0 | 32 | 34 | 0 | 45 | 44 | 25 | 167 | 34 | 29 |
| Octal | 240 | 62 | 64 | 0 | 105 | 104 | 45 | 547 | 64 | 51 |
| Binary | 10100000 | 110010 | 110100 | 0 | 1000101 | 1000100 | 100101 | 101100111 | 110100 | 101001 |
Color Harmonies of #A03234
Complementary color
Monochromatic Colors of #A03234
Black with #A03234
Text Example
Text Example
White with #A03234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03234; }
p { color: rgb(160,50,52); }
H1.HeaderClassName
{
color: #A03234;
}
.AnyTagClassName
{
color: #A03234;
}
</style>
background-color css
<style>
a { background-color: #A03234; }
a { background-color: rgb(160,50,52); }
div.DivClassName
{
background-color: #A03234;
}
.BgClassName
{
background-color: #A03234;
}
</style>
border-color css
<style>
span { border-color: #A03234; }
span { border-color: rgb(160,50,52); }
td.TdClassName
{
border-color: #A03234;
}
.TagClassName
{
border-color: #A03234;
}
</style>