Shades of Guardsman Red #AB2534
Tints of Guardsman Red #AB2534
RGB
CMYK
RGB Variations
Color information
#AB2534 (or 0xAB2534) is known color: Guardsman Red. HEX triplet: AB, 25 and 34. RGB value is (171,37,52). Sum of RGB (Red+Green+Blue) = 171+37+52=260 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.77% from 260); Green value is 37 (14.84% from 255 or 14.23% from 260); Blue value is 52 (20.70% from 255 or 20% from 260); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2534 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2534 is #54DACB. Grayscale: #4E4E4E. Windows color (decimal): -5561036 or 3417515. OLE color: 3417515.
HSL color Cylindrical-coordinate representation of color #AB2534: hue angle of 353.28º 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 #AB2534 is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 37 | 52 | - |
| CMYK | 0 | 0.78 | 0.70 | 0.33 |
| HSL | 353.28º | 0.64% | 0.41% | - |
| HSV(B) | 353.28º | 0.78% | 0.67% | - |
| XYZ | 18.08 | 10.23 | 4.27 | - |
| YUV | 78.78 | 112.89 | 193.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 37 | 52 | 0 | 0.78 | 0.70 | 0.33 | 353.28 | 0.64 | 0.41 |
| Hex | AB | 25 | 34 | 0 | 4E | 46 | 21 | 161 | 40 | 29 |
| Octal | 253 | 45 | 64 | 0 | 116 | 106 | 41 | 541 | 100 | 51 |
| Binary | 10101011 | 100101 | 110100 | 0 | 1001110 | 1000110 | 100001 | 101100001 | 1000000 | 101001 |
Color Harmonies of #AB2534
Complementary color
Monochromatic Colors of #AB2534
Black with #AB2534
Text Example
Text Example
White with #AB2534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2534; }
p { color: rgb(171,37,52); }
H1.HeaderClassName
{
color: #AB2534;
}
.AnyTagClassName
{
color: #AB2534;
}
</style>
background-color css
<style>
a { background-color: #AB2534; }
a { background-color: rgb(171,37,52); }
div.DivClassName
{
background-color: #AB2534;
}
.BgClassName
{
background-color: #AB2534;
}
</style>
border-color css
<style>
span { border-color: #AB2534; }
span { border-color: rgb(171,37,52); }
td.TdClassName
{
border-color: #AB2534;
}
.TagClassName
{
border-color: #AB2534;
}
</style>