Shades of Guardsman Red #AB313A
Tints of Guardsman Red #AB313A
RGB
CMYK
RGB Variations
Color information
#AB313A (or 0xAB313A) is known color: Guardsman Red. HEX triplet: AB, 31 and 3A. RGB value is (171,49,58). Sum of RGB (Red+Green+Blue) = 171+49+58=278 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.51% from 278); Green value is 49 (19.53% from 255 or 17.63% from 278); Blue value is 58 (23.05% from 255 or 20.86% from 278); Max value from RGB is 171 - color contains mainly: red. Hex color #AB313A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB313A is #54CEC5. Grayscale: #565656. Windows color (decimal): -5557958 or 3813803. OLE color: 3813803.
HSL color Cylindrical-coordinate representation of color #AB313A: hue angle of 355.57º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AB313A is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 49 | 58 | - |
| CMYK | 0 | 0.71 | 0.66 | 0.33 |
| HSL | 355.57º | 0.55% | 0.43% | - |
| HSV(B) | 355.57º | 0.71% | 0.67% | - |
| XYZ | 18.66 | 11.16 | 5.17 | - |
| YUV | 86.5 | 111.92 | 188.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 49 | 58 | 0 | 0.71 | 0.66 | 0.33 | 355.57 | 0.55 | 0.43 |
| Hex | AB | 31 | 3A | 0 | 47 | 42 | 21 | 164 | 37 | 2B |
| Octal | 253 | 61 | 72 | 0 | 107 | 102 | 41 | 544 | 67 | 53 |
| Binary | 10101011 | 110001 | 111010 | 0 | 1000111 | 1000010 | 100001 | 101100100 | 110111 | 101011 |
Color Harmonies of #AB313A
Complementary color
Monochromatic Colors of #AB313A
Black with #AB313A
Text Example
Text Example
White with #AB313A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB313A; }
p { color: rgb(171,49,58); }
H1.HeaderClassName
{
color: #AB313A;
}
.AnyTagClassName
{
color: #AB313A;
}
</style>
background-color css
<style>
a { background-color: #AB313A; }
a { background-color: rgb(171,49,58); }
div.DivClassName
{
background-color: #AB313A;
}
.BgClassName
{
background-color: #AB313A;
}
</style>
border-color css
<style>
span { border-color: #AB313A; }
span { border-color: rgb(171,49,58); }
td.TdClassName
{
border-color: #AB313A;
}
.TagClassName
{
border-color: #AB313A;
}
</style>