Shades of Guardsman Red #A0252E
Tints of Guardsman Red #A0252E
RGB
CMYK
RGB Variations
Color information
#A0252E (or 0xA0252E) is known color: Guardsman Red. HEX triplet: A0, 25 and 2E. RGB value is (160,37,46). Sum of RGB (Red+Green+Blue) = 160+37+46=243 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.84% from 243); Green value is 37 (14.84% from 255 or 15.23% from 243); Blue value is 46 (18.36% from 255 or 18.93% from 243); Max value from RGB is 160 - color contains mainly: red. Hex color #A0252E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0252E is #5FDAD1. Grayscale: #4A4A4A. Windows color (decimal): -6281938 or 3024288. OLE color: 3024288.
HSL color Cylindrical-coordinate representation of color #A0252E: hue angle of 355.61º 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 #A0252E is Cyan = 0, Magento = 0.77, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 37 | 46 | - |
| CMYK | 0 | 0.77 | 0.71 | 0.37 |
| HSL | 355.61º | 0.62% | 0.39% | - |
| HSV(B) | 355.61º | 0.77% | 0.63% | - |
| XYZ | 15.65 | 8.99 | 3.5 | - |
| YUV | 74.8 | 111.75 | 188.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 37 | 46 | 0 | 0.77 | 0.71 | 0.37 | 355.61 | 0.62 | 0.39 |
| Hex | A0 | 25 | 2E | 0 | 4D | 47 | 25 | 164 | 3E | 27 |
| Octal | 240 | 45 | 56 | 0 | 115 | 107 | 45 | 544 | 76 | 47 |
| Binary | 10100000 | 100101 | 101110 | 0 | 1001101 | 1000111 | 100101 | 101100100 | 111110 | 100111 |
Color Harmonies of #A0252E
Complementary color
Monochromatic Colors of #A0252E
Black with #A0252E
Text Example
Text Example
White with #A0252E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0252E; }
p { color: rgb(160,37,46); }
H1.HeaderClassName
{
color: #A0252E;
}
.AnyTagClassName
{
color: #A0252E;
}
</style>
background-color css
<style>
a { background-color: #A0252E; }
a { background-color: rgb(160,37,46); }
div.DivClassName
{
background-color: #A0252E;
}
.BgClassName
{
background-color: #A0252E;
}
</style>
border-color css
<style>
span { border-color: #A0252E; }
span { border-color: rgb(160,37,46); }
td.TdClassName
{
border-color: #A0252E;
}
.TagClassName
{
border-color: #A0252E;
}
</style>