Shades of Guardsman Red #AB3A3C
Tints of Guardsman Red #AB3A3C
RGB
CMYK
RGB Variations
Color information
#AB3A3C (or 0xAB3A3C) is known color: Guardsman Red. HEX triplet: AB, 3A and 3C. RGB value is (171,58,60). Sum of RGB (Red+Green+Blue) = 171+58+60=289 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.17% from 289); Green value is 58 (23.05% from 255 or 20.07% from 289); Blue value is 60 (23.83% from 255 or 20.76% from 289); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3A3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3A3C is #54C5C3. Grayscale: #5C5C5C. Windows color (decimal): -5555652 or 3947179. OLE color: 3947179.
HSL color Cylindrical-coordinate representation of color #AB3A3C: hue angle of 358.94º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AB3A3C is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 58 | 60 | - |
| CMYK | 0 | 0.66 | 0.65 | 0.33 |
| HSL | 358.94º | 0.49% | 0.45% | - |
| HSV(B) | 358.94º | 0.66% | 0.67% | - |
| XYZ | 19.12 | 12.01 | 5.59 | - |
| YUV | 92.02 | 109.94 | 184.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 58 | 60 | 0 | 0.66 | 0.65 | 0.33 | 358.94 | 0.49 | 0.45 |
| Hex | AB | 3A | 3C | 0 | 42 | 41 | 21 | 167 | 31 | 2D |
| Octal | 253 | 72 | 74 | 0 | 102 | 101 | 41 | 547 | 61 | 55 |
| Binary | 10101011 | 111010 | 111100 | 0 | 1000010 | 1000001 | 100001 | 101100111 | 110001 | 101101 |
Color Harmonies of #AB3A3C
Complementary color
Monochromatic Colors of #AB3A3C
Black with #AB3A3C
Text Example
Text Example
White with #AB3A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3A3C; }
p { color: rgb(171,58,60); }
H1.HeaderClassName
{
color: #AB3A3C;
}
.AnyTagClassName
{
color: #AB3A3C;
}
</style>
background-color css
<style>
a { background-color: #AB3A3C; }
a { background-color: rgb(171,58,60); }
div.DivClassName
{
background-color: #AB3A3C;
}
.BgClassName
{
background-color: #AB3A3C;
}
</style>
border-color css
<style>
span { border-color: #AB3A3C; }
span { border-color: rgb(171,58,60); }
td.TdClassName
{
border-color: #AB3A3C;
}
.TagClassName
{
border-color: #AB3A3C;
}
</style>