Shades of Guardsman Red #A1282D
Tints of Guardsman Red #A1282D
RGB
CMYK
RGB Variations
Color information
#A1282D (or 0xA1282D) is known color: Guardsman Red. HEX triplet: A1, 28 and 2D. RGB value is (161,40,45). Sum of RGB (Red+Green+Blue) = 161+40+45=246 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.45% from 246); Green value is 40 (16.02% from 255 or 16.26% from 246); Blue value is 45 (17.97% from 255 or 18.29% from 246); Max value from RGB is 161 - color contains mainly: red. Hex color #A1282D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1282D is #5ED7D2. Grayscale: #4C4C4C. Windows color (decimal): -6215635 or 2959521. OLE color: 2959521.
HSL color Cylindrical-coordinate representation of color #A1282D: hue angle of 357.52º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A1282D is Cyan = 0, Magento = 0.75, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 40 | 45 | - |
| CMYK | 0 | 0.75 | 0.72 | 0.37 |
| HSL | 357.52º | 0.6% | 0.39% | - |
| HSV(B) | 357.52º | 0.75% | 0.63% | - |
| XYZ | 15.93 | 9.28 | 3.44 | - |
| YUV | 76.75 | 110.09 | 188.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 40 | 45 | 0 | 0.75 | 0.72 | 0.37 | 357.52 | 0.6 | 0.39 |
| Hex | A1 | 28 | 2D | 0 | 4B | 48 | 25 | 166 | 3C | 27 |
| Octal | 241 | 50 | 55 | 0 | 113 | 110 | 45 | 546 | 74 | 47 |
| Binary | 10100001 | 101000 | 101101 | 0 | 1001011 | 1001000 | 100101 | 101100110 | 111100 | 100111 |
Color Harmonies of #A1282D
Complementary color
Monochromatic Colors of #A1282D
Black with #A1282D
Text Example
Text Example
White with #A1282D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1282D; }
p { color: rgb(161,40,45); }
H1.HeaderClassName
{
color: #A1282D;
}
.AnyTagClassName
{
color: #A1282D;
}
</style>
background-color css
<style>
a { background-color: #A1282D; }
a { background-color: rgb(161,40,45); }
div.DivClassName
{
background-color: #A1282D;
}
.BgClassName
{
background-color: #A1282D;
}
</style>
border-color css
<style>
span { border-color: #A1282D; }
span { border-color: rgb(161,40,45); }
td.TdClassName
{
border-color: #A1282D;
}
.TagClassName
{
border-color: #A1282D;
}
</style>