Shades of Guardsman Red #AB2935
Tints of Guardsman Red #AB2935
RGB
CMYK
RGB Variations
Color information
#AB2935 (or 0xAB2935) is known color: Guardsman Red. HEX triplet: AB, 29 and 35. RGB value is (171,41,53). Sum of RGB (Red+Green+Blue) = 171+41+53=265 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.53% from 265); Green value is 41 (16.41% from 255 or 15.47% from 265); Blue value is 53 (21.09% from 255 or 20% from 265); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2935 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2935 is #54D6CA. Grayscale: #515151. Windows color (decimal): -5560011 or 3484075. OLE color: 3484075.
HSL color Cylindrical-coordinate representation of color #AB2935: hue angle of 354.46º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AB2935 is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 41 | 53 | - |
| CMYK | 0 | 0.76 | 0.69 | 0.33 |
| HSL | 354.46º | 0.61% | 0.42% | - |
| HSV(B) | 354.46º | 0.76% | 0.67% | - |
| XYZ | 18.23 | 10.5 | 4.43 | - |
| YUV | 81.24 | 112.07 | 192.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 41 | 53 | 0 | 0.76 | 0.69 | 0.33 | 354.46 | 0.61 | 0.42 |
| Hex | AB | 29 | 35 | 0 | 4C | 45 | 21 | 162 | 3D | 2A |
| Octal | 253 | 51 | 65 | 0 | 114 | 105 | 41 | 542 | 75 | 52 |
| Binary | 10101011 | 101001 | 110101 | 0 | 1001100 | 1000101 | 100001 | 101100010 | 111101 | 101010 |
Color Harmonies of #AB2935
Complementary color
Monochromatic Colors of #AB2935
Black with #AB2935
Text Example
Text Example
White with #AB2935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2935; }
p { color: rgb(171,41,53); }
H1.HeaderClassName
{
color: #AB2935;
}
.AnyTagClassName
{
color: #AB2935;
}
</style>
background-color css
<style>
a { background-color: #AB2935; }
a { background-color: rgb(171,41,53); }
div.DivClassName
{
background-color: #AB2935;
}
.BgClassName
{
background-color: #AB2935;
}
</style>
border-color css
<style>
span { border-color: #AB2935; }
span { border-color: rgb(171,41,53); }
td.TdClassName
{
border-color: #AB2935;
}
.TagClassName
{
border-color: #AB2935;
}
</style>