Shades of Guardsman Red #A0303C
Tints of Guardsman Red #A0303C
RGB
CMYK
RGB Variations
Color information
#A0303C (or 0xA0303C) is known color: Guardsman Red. HEX triplet: A0, 30 and 3C. RGB value is (160,48,60). Sum of RGB (Red+Green+Blue) = 160+48+60=268 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.70% from 268); Green value is 48 (19.14% from 255 or 17.91% from 268); Blue value is 60 (23.83% from 255 or 22.39% from 268); Max value from RGB is 160 - color contains mainly: red. Hex color #A0303C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0303C is #5FCFC3. Grayscale: #525252. Windows color (decimal): -6279108 or 3944608. OLE color: 3944608.
HSL color Cylindrical-coordinate representation of color #A0303C: hue angle of 353.57º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A0303C is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 48 | 60 | - |
| CMYK | 0 | 0.70 | 0.62 | 0.37 |
| HSL | 353.57º | 0.54% | 0.41% | - |
| HSV(B) | 353.57º | 0.7% | 0.63% | - |
| XYZ | 16.37 | 9.91 | 5.33 | - |
| YUV | 82.86 | 115.11 | 183.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 48 | 60 | 0 | 0.70 | 0.62 | 0.37 | 353.57 | 0.54 | 0.41 |
| Hex | A0 | 30 | 3C | 0 | 46 | 3E | 25 | 162 | 36 | 29 |
| Octal | 240 | 60 | 74 | 0 | 106 | 76 | 45 | 542 | 66 | 51 |
| Binary | 10100000 | 110000 | 111100 | 0 | 1000110 | 111110 | 100101 | 101100010 | 110110 | 101001 |
Color Harmonies of #A0303C
Complementary color
Monochromatic Colors of #A0303C
Black with #A0303C
Text Example
Text Example
White with #A0303C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0303C; }
p { color: rgb(160,48,60); }
H1.HeaderClassName
{
color: #A0303C;
}
.AnyTagClassName
{
color: #A0303C;
}
</style>
background-color css
<style>
a { background-color: #A0303C; }
a { background-color: rgb(160,48,60); }
div.DivClassName
{
background-color: #A0303C;
}
.BgClassName
{
background-color: #A0303C;
}
</style>
border-color css
<style>
span { border-color: #A0303C; }
span { border-color: rgb(160,48,60); }
td.TdClassName
{
border-color: #A0303C;
}
.TagClassName
{
border-color: #A0303C;
}
</style>