Shades of Guardsman Red #AB272C
Tints of Guardsman Red #AB272C
RGB
CMYK
RGB Variations
Color information
#AB272C (or 0xAB272C) is known color: Guardsman Red. HEX triplet: AB, 27 and 2C. RGB value is (171,39,44). Sum of RGB (Red+Green+Blue) = 171+39+44=254 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.32% from 254); Green value is 39 (15.62% from 255 or 15.35% from 254); Blue value is 44 (17.58% from 255 or 17.32% from 254); Max value from RGB is 171 - color contains mainly: red. Hex color #AB272C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB272C is #54D8D3. Grayscale: #4F4F4F. Windows color (decimal): -5560532 or 2893739. OLE color: 2893739.
HSL color Cylindrical-coordinate representation of color #AB272C: hue angle of 357.73º degrees, saturation: 0.63, 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 #AB272C is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 39 | 44 | - |
| CMYK | 0 | 0.77 | 0.74 | 0.33 |
| HSL | 357.73º | 0.63% | 0.41% | - |
| HSV(B) | 357.73º | 0.77% | 0.67% | - |
| XYZ | 17.97 | 10.29 | 3.42 | - |
| YUV | 79.04 | 108.23 | 193.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 39 | 44 | 0 | 0.77 | 0.74 | 0.33 | 357.73 | 0.63 | 0.41 |
| Hex | AB | 27 | 2C | 0 | 4D | 4A | 21 | 166 | 3F | 29 |
| Octal | 253 | 47 | 54 | 0 | 115 | 112 | 41 | 546 | 77 | 51 |
| Binary | 10101011 | 100111 | 101100 | 0 | 1001101 | 1001010 | 100001 | 101100110 | 111111 | 101001 |
Color Harmonies of #AB272C
Complementary color
Monochromatic Colors of #AB272C
Black with #AB272C
Text Example
Text Example
White with #AB272C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB272C; }
p { color: rgb(171,39,44); }
H1.HeaderClassName
{
color: #AB272C;
}
.AnyTagClassName
{
color: #AB272C;
}
</style>
background-color css
<style>
a { background-color: #AB272C; }
a { background-color: rgb(171,39,44); }
div.DivClassName
{
background-color: #AB272C;
}
.BgClassName
{
background-color: #AB272C;
}
</style>
border-color css
<style>
span { border-color: #AB272C; }
span { border-color: rgb(171,39,44); }
td.TdClassName
{
border-color: #AB272C;
}
.TagClassName
{
border-color: #AB272C;
}
</style>