Shades of Guardsman Red #AB313C
Tints of Guardsman Red #AB313C
RGB
CMYK
RGB Variations
Color information
#AB313C (or 0xAB313C) is known color: Guardsman Red. HEX triplet: AB, 31 and 3C. RGB value is (171,49,60). Sum of RGB (Red+Green+Blue) = 171+49+60=280 (37% of max value = 765). Red value is 171 (67.19% from 255 or 61.07% from 280); Green value is 49 (19.53% from 255 or 17.5% from 280); Blue value is 60 (23.83% from 255 or 21.43% from 280); Max value from RGB is 171 - color contains mainly: red. Hex color #AB313C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB313C is #54CEC3. Grayscale: #565656. Windows color (decimal): -5557956 or 3944875. OLE color: 3944875.
HSL color Cylindrical-coordinate representation of color #AB313C: hue angle of 354.59º 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 #AB313C is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 49 | 60 | - |
| CMYK | 0 | 0.71 | 0.65 | 0.33 |
| HSL | 354.59º | 0.55% | 0.43% | - |
| HSV(B) | 354.59º | 0.71% | 0.67% | - |
| XYZ | 18.71 | 11.18 | 5.45 | - |
| YUV | 86.73 | 112.92 | 188.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 49 | 60 | 0 | 0.71 | 0.65 | 0.33 | 354.59 | 0.55 | 0.43 |
| Hex | AB | 31 | 3C | 0 | 47 | 41 | 21 | 163 | 37 | 2B |
| Octal | 253 | 61 | 74 | 0 | 107 | 101 | 41 | 543 | 67 | 53 |
| Binary | 10101011 | 110001 | 111100 | 0 | 1000111 | 1000001 | 100001 | 101100011 | 110111 | 101011 |
Color Harmonies of #AB313C
Complementary color
Monochromatic Colors of #AB313C
Black with #AB313C
Text Example
Text Example
White with #AB313C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB313C; }
p { color: rgb(171,49,60); }
H1.HeaderClassName
{
color: #AB313C;
}
.AnyTagClassName
{
color: #AB313C;
}
</style>
background-color css
<style>
a { background-color: #AB313C; }
a { background-color: rgb(171,49,60); }
div.DivClassName
{
background-color: #AB313C;
}
.BgClassName
{
background-color: #AB313C;
}
</style>
border-color css
<style>
span { border-color: #AB313C; }
span { border-color: rgb(171,49,60); }
td.TdClassName
{
border-color: #AB313C;
}
.TagClassName
{
border-color: #AB313C;
}
</style>