Shades of Guardsman Red #A03336
Tints of Guardsman Red #A03336
RGB
CMYK
RGB Variations
Color information
#A03336 (or 0xA03336) is known color: Guardsman Red. HEX triplet: A0, 33 and 36. RGB value is (160,51,54). Sum of RGB (Red+Green+Blue) = 160+51+54=265 (35% of max value = 765). Red value is 160 (62.89% from 255 or 60.38% from 265); Green value is 51 (20.31% from 255 or 19.25% from 265); Blue value is 54 (21.48% from 255 or 20.38% from 265); Max value from RGB is 160 - color contains mainly: red. Hex color #A03336 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03336 is #5FCCC9. Grayscale: #545454. Windows color (decimal): -6278346 or 3552160. OLE color: 3552160.
HSL color Cylindrical-coordinate representation of color #A03336: hue angle of 358.35º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A03336 is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 51 | 54 | - |
| CMYK | 0 | 0.68 | 0.66 | 0.37 |
| HSL | 358.35º | 0.52% | 0.41% | - |
| HSV(B) | 358.35º | 0.68% | 0.63% | - |
| XYZ | 16.35 | 10.11 | 4.58 | - |
| YUV | 83.93 | 111.11 | 182.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 51 | 54 | 0 | 0.68 | 0.66 | 0.37 | 358.35 | 0.52 | 0.41 |
| Hex | A0 | 33 | 36 | 0 | 44 | 42 | 25 | 166 | 34 | 29 |
| Octal | 240 | 63 | 66 | 0 | 104 | 102 | 45 | 546 | 64 | 51 |
| Binary | 10100000 | 110011 | 110110 | 0 | 1000100 | 1000010 | 100101 | 101100110 | 110100 | 101001 |
Color Harmonies of #A03336
Complementary color
Monochromatic Colors of #A03336
Black with #A03336
Text Example
Text Example
White with #A03336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03336; }
p { color: rgb(160,51,54); }
H1.HeaderClassName
{
color: #A03336;
}
.AnyTagClassName
{
color: #A03336;
}
</style>
background-color css
<style>
a { background-color: #A03336; }
a { background-color: rgb(160,51,54); }
div.DivClassName
{
background-color: #A03336;
}
.BgClassName
{
background-color: #A03336;
}
</style>
border-color css
<style>
span { border-color: #A03336; }
span { border-color: rgb(160,51,54); }
td.TdClassName
{
border-color: #A03336;
}
.TagClassName
{
border-color: #A03336;
}
</style>