Shades of Guardsman Red #AB353C
Tints of Guardsman Red #AB353C
RGB
CMYK
RGB Variations
Color information
#AB353C (or 0xAB353C) is known color: Guardsman Red. HEX triplet: AB, 35 and 3C. RGB value is (171,53,60). Sum of RGB (Red+Green+Blue) = 171+53+60=284 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.21% from 284); Green value is 53 (21.09% from 255 or 18.66% from 284); Blue value is 60 (23.83% from 255 or 21.13% from 284); Max value from RGB is 171 - color contains mainly: red. Hex color #AB353C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB353C is #54CAC3. Grayscale: #595959. Windows color (decimal): -5556932 or 3945899. OLE color: 3945899.
HSL color Cylindrical-coordinate representation of color #AB353C: hue angle of 356.44º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AB353C is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 53 | 60 | - |
| CMYK | 0 | 0.69 | 0.65 | 0.33 |
| HSL | 356.44º | 0.53% | 0.44% | - |
| HSV(B) | 356.44º | 0.69% | 0.67% | - |
| XYZ | 18.88 | 11.53 | 5.51 | - |
| YUV | 89.08 | 111.59 | 186.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 53 | 60 | 0 | 0.69 | 0.65 | 0.33 | 356.44 | 0.53 | 0.44 |
| Hex | AB | 35 | 3C | 0 | 45 | 41 | 21 | 164 | 35 | 2C |
| Octal | 253 | 65 | 74 | 0 | 105 | 101 | 41 | 544 | 65 | 54 |
| Binary | 10101011 | 110101 | 111100 | 0 | 1000101 | 1000001 | 100001 | 101100100 | 110101 | 101100 |
Color Harmonies of #AB353C
Complementary color
Monochromatic Colors of #AB353C
Black with #AB353C
Text Example
Text Example
White with #AB353C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB353C; }
p { color: rgb(171,53,60); }
H1.HeaderClassName
{
color: #AB353C;
}
.AnyTagClassName
{
color: #AB353C;
}
</style>
background-color css
<style>
a { background-color: #AB353C; }
a { background-color: rgb(171,53,60); }
div.DivClassName
{
background-color: #AB353C;
}
.BgClassName
{
background-color: #AB353C;
}
</style>
border-color css
<style>
span { border-color: #AB353C; }
span { border-color: rgb(171,53,60); }
td.TdClassName
{
border-color: #AB353C;
}
.TagClassName
{
border-color: #AB353C;
}
</style>