Shades of Guardsman Red #A1282A
Tints of Guardsman Red #A1282A
RGB
CMYK
RGB Variations
Color information
#A1282A (or 0xA1282A) is known color: Guardsman Red. HEX triplet: A1, 28 and 2A. RGB value is (161,40,42). Sum of RGB (Red+Green+Blue) = 161+40+42=243 (32% of max value = 765). Red value is 161 (63.28% from 255 or 66.26% from 243); Green value is 40 (16.02% from 255 or 16.46% from 243); Blue value is 42 (16.80% from 255 or 17.28% from 243); Max value from RGB is 161 - color contains mainly: red. Hex color #A1282A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1282A is #5ED7D5. Grayscale: #4C4C4C. Windows color (decimal): -6215638 or 2762913. OLE color: 2762913.
HSL color Cylindrical-coordinate representation of color #A1282A: hue angle of 359.01º 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 #A1282A is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 40 | 42 | - |
| CMYK | 0 | 0.75 | 0.74 | 0.37 |
| HSL | 359.01º | 0.6% | 0.39% | - |
| HSV(B) | 359.01º | 0.75% | 0.63% | - |
| XYZ | 15.87 | 9.26 | 3.14 | - |
| YUV | 76.41 | 108.59 | 188.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 40 | 42 | 0 | 0.75 | 0.74 | 0.37 | 359.01 | 0.6 | 0.39 |
| Hex | A1 | 28 | 2A | 0 | 4B | 4A | 25 | 167 | 3C | 27 |
| Octal | 241 | 50 | 52 | 0 | 113 | 112 | 45 | 547 | 74 | 47 |
| Binary | 10100001 | 101000 | 101010 | 0 | 1001011 | 1001010 | 100101 | 101100111 | 111100 | 100111 |
Color Harmonies of #A1282A
Complementary color
Monochromatic Colors of #A1282A
Black with #A1282A
Text Example
Text Example
White with #A1282A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1282A; }
p { color: rgb(161,40,42); }
H1.HeaderClassName
{
color: #A1282A;
}
.AnyTagClassName
{
color: #A1282A;
}
</style>
background-color css
<style>
a { background-color: #A1282A; }
a { background-color: rgb(161,40,42); }
div.DivClassName
{
background-color: #A1282A;
}
.BgClassName
{
background-color: #A1282A;
}
</style>
border-color css
<style>
span { border-color: #A1282A; }
span { border-color: rgb(161,40,42); }
td.TdClassName
{
border-color: #A1282A;
}
.TagClassName
{
border-color: #A1282A;
}
</style>