Shades of Guardsman Red #AB353B
Tints of Guardsman Red #AB353B
RGB
CMYK
RGB Variations
Color information
#AB353B (or 0xAB353B) is known color: Guardsman Red. HEX triplet: AB, 35 and 3B. RGB value is (171,53,59). Sum of RGB (Red+Green+Blue) = 171+53+59=283 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.42% from 283); Green value is 53 (21.09% from 255 or 18.73% from 283); Blue value is 59 (23.44% from 255 or 20.85% from 283); Max value from RGB is 171 - color contains mainly: red. Hex color #AB353B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB353B is #54CAC4. Grayscale: #595959. Windows color (decimal): -5556933 or 3880363. OLE color: 3880363.
HSL color Cylindrical-coordinate representation of color #AB353B: hue angle of 356.95º 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 #AB353B is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 53 | 59 | - |
| CMYK | 0 | 0.69 | 0.65 | 0.33 |
| HSL | 356.95º | 0.53% | 0.44% | - |
| HSV(B) | 356.95º | 0.69% | 0.67% | - |
| XYZ | 18.86 | 11.52 | 5.37 | - |
| YUV | 88.97 | 111.09 | 186.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 53 | 59 | 0 | 0.69 | 0.65 | 0.33 | 356.95 | 0.53 | 0.44 |
| Hex | AB | 35 | 3B | 0 | 45 | 41 | 21 | 165 | 35 | 2C |
| Octal | 253 | 65 | 73 | 0 | 105 | 101 | 41 | 545 | 65 | 54 |
| Binary | 10101011 | 110101 | 111011 | 0 | 1000101 | 1000001 | 100001 | 101100101 | 110101 | 101100 |
Color Harmonies of #AB353B
Complementary color
Monochromatic Colors of #AB353B
Black with #AB353B
Text Example
Text Example
White with #AB353B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB353B; }
p { color: rgb(171,53,59); }
H1.HeaderClassName
{
color: #AB353B;
}
.AnyTagClassName
{
color: #AB353B;
}
</style>
background-color css
<style>
a { background-color: #AB353B; }
a { background-color: rgb(171,53,59); }
div.DivClassName
{
background-color: #AB353B;
}
.BgClassName
{
background-color: #AB353B;
}
</style>
border-color css
<style>
span { border-color: #AB353B; }
span { border-color: rgb(171,53,59); }
td.TdClassName
{
border-color: #AB353B;
}
.TagClassName
{
border-color: #AB353B;
}
</style>