Shades of Guardsman Red #AB282D
Tints of Guardsman Red #AB282D
RGB
CMYK
RGB Variations
Color information
#AB282D (or 0xAB282D) is known color: Guardsman Red. HEX triplet: AB, 28 and 2D. RGB value is (171,40,45). Sum of RGB (Red+Green+Blue) = 171+40+45=256 (33% of max value = 765). Red value is 171 (67.19% from 255 or 66.80% from 256); Green value is 40 (16.02% from 255 or 15.62% from 256); Blue value is 45 (17.97% from 255 or 17.58% from 256); Max value from RGB is 171 - color contains mainly: red. Hex color #AB282D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB282D is #54D7D2. Grayscale: #4F4F4F. Windows color (decimal): -5560275 or 2959531. OLE color: 2959531.
HSL color Cylindrical-coordinate representation of color #AB282D: hue angle of 357.71º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB282D is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 40 | 45 | - |
| CMYK | 0 | 0.77 | 0.74 | 0.33 |
| HSL | 357.71º | 0.62% | 0.41% | - |
| HSV(B) | 357.71º | 0.77% | 0.67% | - |
| XYZ | 18.03 | 10.36 | 3.53 | - |
| YUV | 79.74 | 108.4 | 193.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 40 | 45 | 0 | 0.77 | 0.74 | 0.33 | 357.71 | 0.62 | 0.41 |
| Hex | AB | 28 | 2D | 0 | 4D | 4A | 21 | 166 | 3E | 29 |
| Octal | 253 | 50 | 55 | 0 | 115 | 112 | 41 | 546 | 76 | 51 |
| Binary | 10101011 | 101000 | 101101 | 0 | 1001101 | 1001010 | 100001 | 101100110 | 111110 | 101001 |
Color Harmonies of #AB282D
Complementary color
Monochromatic Colors of #AB282D
Black with #AB282D
Text Example
Text Example
White with #AB282D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB282D; }
p { color: rgb(171,40,45); }
H1.HeaderClassName
{
color: #AB282D;
}
.AnyTagClassName
{
color: #AB282D;
}
</style>
background-color css
<style>
a { background-color: #AB282D; }
a { background-color: rgb(171,40,45); }
div.DivClassName
{
background-color: #AB282D;
}
.BgClassName
{
background-color: #AB282D;
}
</style>
border-color css
<style>
span { border-color: #AB282D; }
span { border-color: rgb(171,40,45); }
td.TdClassName
{
border-color: #AB282D;
}
.TagClassName
{
border-color: #AB282D;
}
</style>