Shades of Guardsman Red #A0353B
Tints of Guardsman Red #A0353B
RGB
CMYK
RGB Variations
Color information
#A0353B (or 0xA0353B) is known color: Guardsman Red. HEX triplet: A0, 35 and 3B. RGB value is (160,53,59). Sum of RGB (Red+Green+Blue) = 160+53+59=272 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.82% from 272); Green value is 53 (21.09% from 255 or 19.49% from 272); Blue value is 59 (23.44% from 255 or 21.69% from 272); Max value from RGB is 160 - color contains mainly: red. Hex color #A0353B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0353B is #5FCAC4. Grayscale: #555555. Windows color (decimal): -6277829 or 3880352. OLE color: 3880352.
HSL color Cylindrical-coordinate representation of color #A0353B: hue angle of 356.64º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A0353B is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 53 | 59 | - |
| CMYK | 0 | 0.67 | 0.63 | 0.37 |
| HSL | 356.64º | 0.5% | 0.42% | - |
| HSV(B) | 356.64º | 0.67% | 0.63% | - |
| XYZ | 16.56 | 10.34 | 5.26 | - |
| YUV | 85.68 | 112.95 | 181.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 53 | 59 | 0 | 0.67 | 0.63 | 0.37 | 356.64 | 0.5 | 0.42 |
| Hex | A0 | 35 | 3B | 0 | 43 | 3F | 25 | 165 | 32 | 2A |
| Octal | 240 | 65 | 73 | 0 | 103 | 77 | 45 | 545 | 62 | 52 |
| Binary | 10100000 | 110101 | 111011 | 0 | 1000011 | 111111 | 100101 | 101100101 | 110010 | 101010 |
Color Harmonies of #A0353B
Complementary color
Monochromatic Colors of #A0353B
Black with #A0353B
Text Example
Text Example
White with #A0353B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0353B; }
p { color: rgb(160,53,59); }
H1.HeaderClassName
{
color: #A0353B;
}
.AnyTagClassName
{
color: #A0353B;
}
</style>
background-color css
<style>
a { background-color: #A0353B; }
a { background-color: rgb(160,53,59); }
div.DivClassName
{
background-color: #A0353B;
}
.BgClassName
{
background-color: #A0353B;
}
</style>
border-color css
<style>
span { border-color: #A0353B; }
span { border-color: rgb(160,53,59); }
td.TdClassName
{
border-color: #A0353B;
}
.TagClassName
{
border-color: #A0353B;
}
</style>