Shades of Guardsman Red #A0333C
Tints of Guardsman Red #A0333C
RGB
CMYK
RGB Variations
Color information
#A0333C (or 0xA0333C) is known color: Guardsman Red. HEX triplet: A0, 33 and 3C. RGB value is (160,51,60). Sum of RGB (Red+Green+Blue) = 160+51+60=271 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.04% from 271); Green value is 51 (20.31% from 255 or 18.82% from 271); Blue value is 60 (23.83% from 255 or 22.14% from 271); Max value from RGB is 160 - color contains mainly: red. Hex color #A0333C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0333C is #5FCCC3. Grayscale: #545454. Windows color (decimal): -6278340 or 3945376. OLE color: 3945376.
HSL color Cylindrical-coordinate representation of color #A0333C: hue angle of 355.05º 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 #A0333C is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 51 | 60 | - |
| CMYK | 0 | 0.68 | 0.62 | 0.37 |
| HSL | 355.05º | 0.52% | 0.41% | - |
| HSV(B) | 355.05º | 0.68% | 0.63% | - |
| XYZ | 16.5 | 10.17 | 5.37 | - |
| YUV | 84.62 | 114.11 | 181.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 51 | 60 | 0 | 0.68 | 0.62 | 0.37 | 355.05 | 0.52 | 0.41 |
| Hex | A0 | 33 | 3C | 0 | 44 | 3E | 25 | 163 | 34 | 29 |
| Octal | 240 | 63 | 74 | 0 | 104 | 76 | 45 | 543 | 64 | 51 |
| Binary | 10100000 | 110011 | 111100 | 0 | 1000100 | 111110 | 100101 | 101100011 | 110100 | 101001 |
Color Harmonies of #A0333C
Complementary color
Monochromatic Colors of #A0333C
Black with #A0333C
Text Example
Text Example
White with #A0333C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0333C; }
p { color: rgb(160,51,60); }
H1.HeaderClassName
{
color: #A0333C;
}
.AnyTagClassName
{
color: #A0333C;
}
</style>
background-color css
<style>
a { background-color: #A0333C; }
a { background-color: rgb(160,51,60); }
div.DivClassName
{
background-color: #A0333C;
}
.BgClassName
{
background-color: #A0333C;
}
</style>
border-color css
<style>
span { border-color: #A0333C; }
span { border-color: rgb(160,51,60); }
td.TdClassName
{
border-color: #A0333C;
}
.TagClassName
{
border-color: #A0333C;
}
</style>