Shades of Guardsman Red #AB343C
Tints of Guardsman Red #AB343C
RGB
CMYK
RGB Variations
Color information
#AB343C (or 0xAB343C) is known color: Guardsman Red. HEX triplet: AB, 34 and 3C. RGB value is (171,52,60). Sum of RGB (Red+Green+Blue) = 171+52+60=283 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.42% from 283); Green value is 52 (20.70% from 255 or 18.37% from 283); Blue value is 60 (23.83% from 255 or 21.20% from 283); Max value from RGB is 171 - color contains mainly: red. Hex color #AB343C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB343C is #54CBC3. Grayscale: #585858. Windows color (decimal): -5557188 or 3945643. OLE color: 3945643.
HSL color Cylindrical-coordinate representation of color #AB343C: hue angle of 355.97º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB343C is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 52 | 60 | - |
| CMYK | 0 | 0.70 | 0.65 | 0.33 |
| HSL | 355.97º | 0.53% | 0.44% | - |
| HSV(B) | 355.97º | 0.7% | 0.67% | - |
| XYZ | 18.84 | 11.44 | 5.49 | - |
| YUV | 88.49 | 111.92 | 186.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 52 | 60 | 0 | 0.70 | 0.65 | 0.33 | 355.97 | 0.53 | 0.44 |
| Hex | AB | 34 | 3C | 0 | 46 | 41 | 21 | 164 | 35 | 2C |
| Octal | 253 | 64 | 74 | 0 | 106 | 101 | 41 | 544 | 65 | 54 |
| Binary | 10101011 | 110100 | 111100 | 0 | 1000110 | 1000001 | 100001 | 101100100 | 110101 | 101100 |
Color Harmonies of #AB343C
Complementary color
Monochromatic Colors of #AB343C
Black with #AB343C
Text Example
Text Example
White with #AB343C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB343C; }
p { color: rgb(171,52,60); }
H1.HeaderClassName
{
color: #AB343C;
}
.AnyTagClassName
{
color: #AB343C;
}
</style>
background-color css
<style>
a { background-color: #AB343C; }
a { background-color: rgb(171,52,60); }
div.DivClassName
{
background-color: #AB343C;
}
.BgClassName
{
background-color: #AB343C;
}
</style>
border-color css
<style>
span { border-color: #AB343C; }
span { border-color: rgb(171,52,60); }
td.TdClassName
{
border-color: #AB343C;
}
.TagClassName
{
border-color: #AB343C;
}
</style>