Shades of Guardsman Red #A1242D
Tints of Guardsman Red #A1242D
RGB
CMYK
RGB Variations
Color information
#A1242D (or 0xA1242D) is known color: Guardsman Red. HEX triplet: A1, 24 and 2D. RGB value is (161,36,45). Sum of RGB (Red+Green+Blue) = 161+36+45=242 (32% of max value = 765). Red value is 161 (63.28% from 255 or 66.53% from 242); Green value is 36 (14.45% from 255 or 14.88% from 242); Blue value is 45 (17.97% from 255 or 18.60% from 242); Max value from RGB is 161 - color contains mainly: red. Hex color #A1242D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1242D is #5EDBD2. Grayscale: #4A4A4A. Windows color (decimal): -6216659 or 2958497. OLE color: 2958497.
HSL color Cylindrical-coordinate representation of color #A1242D: hue angle of 355.68º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A1242D is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 36 | 45 | - |
| CMYK | 0 | 0.78 | 0.72 | 0.37 |
| HSL | 355.68º | 0.63% | 0.39% | - |
| HSV(B) | 355.68º | 0.78% | 0.63% | - |
| XYZ | 15.8 | 9.03 | 3.39 | - |
| YUV | 74.4 | 111.41 | 189.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 36 | 45 | 0 | 0.78 | 0.72 | 0.37 | 355.68 | 0.63 | 0.39 |
| Hex | A1 | 24 | 2D | 0 | 4E | 48 | 25 | 164 | 3F | 27 |
| Octal | 241 | 44 | 55 | 0 | 116 | 110 | 45 | 544 | 77 | 47 |
| Binary | 10100001 | 100100 | 101101 | 0 | 1001110 | 1001000 | 100101 | 101100100 | 111111 | 100111 |
Color Harmonies of #A1242D
Complementary color
Monochromatic Colors of #A1242D
Black with #A1242D
Text Example
Text Example
White with #A1242D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1242D; }
p { color: rgb(161,36,45); }
H1.HeaderClassName
{
color: #A1242D;
}
.AnyTagClassName
{
color: #A1242D;
}
</style>
background-color css
<style>
a { background-color: #A1242D; }
a { background-color: rgb(161,36,45); }
div.DivClassName
{
background-color: #A1242D;
}
.BgClassName
{
background-color: #A1242D;
}
</style>
border-color css
<style>
span { border-color: #A1242D; }
span { border-color: rgb(161,36,45); }
td.TdClassName
{
border-color: #A1242D;
}
.TagClassName
{
border-color: #A1242D;
}
</style>