Shades of Guardsman Red #AB262F
Tints of Guardsman Red #AB262F
RGB
CMYK
RGB Variations
Color information
#AB262F (or 0xAB262F) is known color: Guardsman Red. HEX triplet: AB, 26 and 2F. RGB value is (171,38,47). Sum of RGB (Red+Green+Blue) = 171+38+47=256 (33% of max value = 765). Red value is 171 (67.19% from 255 or 66.80% from 256); Green value is 38 (15.23% from 255 or 14.84% from 256); Blue value is 47 (18.75% from 255 or 18.36% from 256); Max value from RGB is 171 - color contains mainly: red. Hex color #AB262F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB262F is #54D9D0. Grayscale: #4E4E4E. Windows color (decimal): -5560785 or 3090091. OLE color: 3090091.
HSL color Cylindrical-coordinate representation of color #AB262F: hue angle of 355.94º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB262F is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 38 | 47 | - |
| CMYK | 0 | 0.78 | 0.73 | 0.33 |
| HSL | 355.94º | 0.64% | 0.41% | - |
| HSV(B) | 355.94º | 0.78% | 0.67% | - |
| XYZ | 18 | 10.25 | 3.72 | - |
| YUV | 78.79 | 110.06 | 193.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 38 | 47 | 0 | 0.78 | 0.73 | 0.33 | 355.94 | 0.64 | 0.41 |
| Hex | AB | 26 | 2F | 0 | 4E | 49 | 21 | 164 | 40 | 29 |
| Octal | 253 | 46 | 57 | 0 | 116 | 111 | 41 | 544 | 100 | 51 |
| Binary | 10101011 | 100110 | 101111 | 0 | 1001110 | 1001001 | 100001 | 101100100 | 1000000 | 101001 |
Color Harmonies of #AB262F
Complementary color
Monochromatic Colors of #AB262F
Black with #AB262F
Text Example
Text Example
White with #AB262F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB262F; }
p { color: rgb(171,38,47); }
H1.HeaderClassName
{
color: #AB262F;
}
.AnyTagClassName
{
color: #AB262F;
}
</style>
background-color css
<style>
a { background-color: #AB262F; }
a { background-color: rgb(171,38,47); }
div.DivClassName
{
background-color: #AB262F;
}
.BgClassName
{
background-color: #AB262F;
}
</style>
border-color css
<style>
span { border-color: #AB262F; }
span { border-color: rgb(171,38,47); }
td.TdClassName
{
border-color: #AB262F;
}
.TagClassName
{
border-color: #AB262F;
}
</style>