Shades of Guardsman Red #AB262A
Tints of Guardsman Red #AB262A
RGB
CMYK
RGB Variations
Color information
#AB262A (or 0xAB262A) is known color: Guardsman Red. HEX triplet: AB, 26 and 2A. RGB value is (171,38,42). Sum of RGB (Red+Green+Blue) = 171+38+42=251 (33% of max value = 765). Red value is 171 (67.19% from 255 or 68.13% from 251); Green value is 38 (15.23% from 255 or 15.14% from 251); Blue value is 42 (16.80% from 255 or 16.73% from 251); Max value from RGB is 171 - color contains mainly: red. Hex color #AB262A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB262A is #54D9D5. Grayscale: #4E4E4E. Windows color (decimal): -5560790 or 2762411. OLE color: 2762411.
HSL color Cylindrical-coordinate representation of color #AB262A: hue angle of 358.2º 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 #AB262A is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 38 | 42 | - |
| CMYK | 0 | 0.78 | 0.75 | 0.33 |
| HSL | 358.2º | 0.64% | 0.41% | - |
| HSV(B) | 358.2º | 0.78% | 0.67% | - |
| XYZ | 17.91 | 10.21 | 3.22 | - |
| YUV | 78.22 | 107.56 | 194.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 38 | 42 | 0 | 0.78 | 0.75 | 0.33 | 358.2 | 0.64 | 0.41 |
| Hex | AB | 26 | 2A | 0 | 4E | 4B | 21 | 166 | 40 | 29 |
| Octal | 253 | 46 | 52 | 0 | 116 | 113 | 41 | 546 | 100 | 51 |
| Binary | 10101011 | 100110 | 101010 | 0 | 1001110 | 1001011 | 100001 | 101100110 | 1000000 | 101001 |
Color Harmonies of #AB262A
Complementary color
Monochromatic Colors of #AB262A
Black with #AB262A
Text Example
Text Example
White with #AB262A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB262A; }
p { color: rgb(171,38,42); }
H1.HeaderClassName
{
color: #AB262A;
}
.AnyTagClassName
{
color: #AB262A;
}
</style>
background-color css
<style>
a { background-color: #AB262A; }
a { background-color: rgb(171,38,42); }
div.DivClassName
{
background-color: #AB262A;
}
.BgClassName
{
background-color: #AB262A;
}
</style>
border-color css
<style>
span { border-color: #AB262A; }
span { border-color: rgb(171,38,42); }
td.TdClassName
{
border-color: #AB262A;
}
.TagClassName
{
border-color: #AB262A;
}
</style>