Shades of Guardsman Red #A0252A
Tints of Guardsman Red #A0252A
RGB
CMYK
RGB Variations
Color information
#A0252A (or 0xA0252A) is known color: Guardsman Red. HEX triplet: A0, 25 and 2A. RGB value is (160,37,42). Sum of RGB (Red+Green+Blue) = 160+37+42=239 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.95% from 239); Green value is 37 (14.84% from 255 or 15.48% from 239); Blue value is 42 (16.80% from 255 or 17.57% from 239); Max value from RGB is 160 - color contains mainly: red. Hex color #A0252A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0252A is #5FDAD5. Grayscale: #4A4A4A. Windows color (decimal): -6281942 or 2762144. OLE color: 2762144.
HSL color Cylindrical-coordinate representation of color #A0252A: hue angle of 357.56º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A0252A is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 37 | 42 | - |
| CMYK | 0 | 0.77 | 0.74 | 0.37 |
| HSL | 357.56º | 0.62% | 0.39% | - |
| HSV(B) | 357.56º | 0.77% | 0.63% | - |
| XYZ | 15.58 | 8.96 | 3.1 | - |
| YUV | 74.35 | 109.75 | 189.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 37 | 42 | 0 | 0.77 | 0.74 | 0.37 | 357.56 | 0.62 | 0.39 |
| Hex | A0 | 25 | 2A | 0 | 4D | 4A | 25 | 166 | 3E | 27 |
| Octal | 240 | 45 | 52 | 0 | 115 | 112 | 45 | 546 | 76 | 47 |
| Binary | 10100000 | 100101 | 101010 | 0 | 1001101 | 1001010 | 100101 | 101100110 | 111110 | 100111 |
Color Harmonies of #A0252A
Complementary color
Monochromatic Colors of #A0252A
Black with #A0252A
Text Example
Text Example
White with #A0252A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0252A; }
p { color: rgb(160,37,42); }
H1.HeaderClassName
{
color: #A0252A;
}
.AnyTagClassName
{
color: #A0252A;
}
</style>
background-color css
<style>
a { background-color: #A0252A; }
a { background-color: rgb(160,37,42); }
div.DivClassName
{
background-color: #A0252A;
}
.BgClassName
{
background-color: #A0252A;
}
</style>
border-color css
<style>
span { border-color: #A0252A; }
span { border-color: rgb(160,37,42); }
td.TdClassName
{
border-color: #A0252A;
}
.TagClassName
{
border-color: #A0252A;
}
</style>