Shades of Guardsman Red #A1252F
Tints of Guardsman Red #A1252F
RGB
CMYK
RGB Variations
Color information
#A1252F (or 0xA1252F) is known color: Guardsman Red. HEX triplet: A1, 25 and 2F. RGB value is (161,37,47). Sum of RGB (Red+Green+Blue) = 161+37+47=245 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.71% from 245); Green value is 37 (14.84% from 255 or 15.10% from 245); Blue value is 47 (18.75% from 255 or 19.18% from 245); Max value from RGB is 161 - color contains mainly: red. Hex color #A1252F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1252F is #5EDAD0. Grayscale: #4B4B4B. Windows color (decimal): -6216401 or 3089825. OLE color: 3089825.
HSL color Cylindrical-coordinate representation of color #A1252F: hue angle of 355.16º degrees, saturation: 0.63, 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 #A1252F is Cyan = 0, Magento = 0.77, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 37 | 47 | - |
| CMYK | 0 | 0.77 | 0.71 | 0.37 |
| HSL | 355.16º | 0.63% | 0.39% | - |
| HSV(B) | 355.16º | 0.77% | 0.63% | - |
| XYZ | 15.87 | 9.11 | 3.61 | - |
| YUV | 75.22 | 112.08 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 37 | 47 | 0 | 0.77 | 0.71 | 0.37 | 355.16 | 0.63 | 0.39 |
| Hex | A1 | 25 | 2F | 0 | 4D | 47 | 25 | 163 | 3F | 27 |
| Octal | 241 | 45 | 57 | 0 | 115 | 107 | 45 | 543 | 77 | 47 |
| Binary | 10100001 | 100101 | 101111 | 0 | 1001101 | 1000111 | 100101 | 101100011 | 111111 | 100111 |
Color Harmonies of #A1252F
Complementary color
Monochromatic Colors of #A1252F
Black with #A1252F
Text Example
Text Example
White with #A1252F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1252F; }
p { color: rgb(161,37,47); }
H1.HeaderClassName
{
color: #A1252F;
}
.AnyTagClassName
{
color: #A1252F;
}
</style>
background-color css
<style>
a { background-color: #A1252F; }
a { background-color: rgb(161,37,47); }
div.DivClassName
{
background-color: #A1252F;
}
.BgClassName
{
background-color: #A1252F;
}
</style>
border-color css
<style>
span { border-color: #A1252F; }
span { border-color: rgb(161,37,47); }
td.TdClassName
{
border-color: #A1252F;
}
.TagClassName
{
border-color: #A1252F;
}
</style>