Shades of Guardsman Red #A0252D
Tints of Guardsman Red #A0252D
RGB
CMYK
RGB Variations
Color information
#A0252D (or 0xA0252D) is known color: Guardsman Red. HEX triplet: A0, 25 and 2D. RGB value is (160,37,45). Sum of RGB (Red+Green+Blue) = 160+37+45=242 (32% of max value = 765). Red value is 160 (62.89% from 255 or 66.12% from 242); Green value is 37 (14.84% from 255 or 15.29% from 242); Blue value is 45 (17.97% from 255 or 18.60% from 242); Max value from RGB is 160 - color contains mainly: red. Hex color #A0252D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0252D is #5FDAD2. Grayscale: #4A4A4A. Windows color (decimal): -6281939 or 2958752. OLE color: 2958752.
HSL color Cylindrical-coordinate representation of color #A0252D: hue angle of 356.1º 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 #A0252D is Cyan = 0, Magento = 0.77, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 37 | 45 | - |
| CMYK | 0 | 0.77 | 0.72 | 0.37 |
| HSL | 356.1º | 0.62% | 0.39% | - |
| HSV(B) | 356.1º | 0.77% | 0.63% | - |
| XYZ | 15.63 | 8.99 | 3.39 | - |
| YUV | 74.69 | 111.25 | 188.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 37 | 45 | 0 | 0.77 | 0.72 | 0.37 | 356.1 | 0.62 | 0.39 |
| Hex | A0 | 25 | 2D | 0 | 4D | 48 | 25 | 164 | 3E | 27 |
| Octal | 240 | 45 | 55 | 0 | 115 | 110 | 45 | 544 | 76 | 47 |
| Binary | 10100000 | 100101 | 101101 | 0 | 1001101 | 1001000 | 100101 | 101100100 | 111110 | 100111 |
Color Harmonies of #A0252D
Complementary color
Monochromatic Colors of #A0252D
Black with #A0252D
Text Example
Text Example
White with #A0252D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0252D; }
p { color: rgb(160,37,45); }
H1.HeaderClassName
{
color: #A0252D;
}
.AnyTagClassName
{
color: #A0252D;
}
</style>
background-color css
<style>
a { background-color: #A0252D; }
a { background-color: rgb(160,37,45); }
div.DivClassName
{
background-color: #A0252D;
}
.BgClassName
{
background-color: #A0252D;
}
</style>
border-color css
<style>
span { border-color: #A0252D; }
span { border-color: rgb(160,37,45); }
td.TdClassName
{
border-color: #A0252D;
}
.TagClassName
{
border-color: #A0252D;
}
</style>