Shades of Guardsman Red #AB242B
Tints of Guardsman Red #AB242B
RGB
CMYK
RGB Variations
Color information
#AB242B (or 0xAB242B) is known color: Guardsman Red. HEX triplet: AB, 24 and 2B. RGB value is (171,36,43). Sum of RGB (Red+Green+Blue) = 171+36+43=250 (33% of max value = 765). Red value is 171 (67.19% from 255 or 68.4% from 250); Green value is 36 (14.45% from 255 or 14.4% from 250); Blue value is 43 (17.19% from 255 or 17.2% from 250); Max value from RGB is 171 - color contains mainly: red. Hex color #AB242B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB242B is #54DBD4. Grayscale: #4D4D4D. Windows color (decimal): -5561301 or 2827435. OLE color: 2827435.
HSL color Cylindrical-coordinate representation of color #AB242B: hue angle of 356.89º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AB242B is Cyan = 0, Magento = 0.79, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 36 | 43 | - |
| CMYK | 0 | 0.79 | 0.75 | 0.33 |
| HSL | 356.89º | 0.65% | 0.41% | - |
| HSV(B) | 356.89º | 0.79% | 0.67% | - |
| XYZ | 17.86 | 10.09 | 3.29 | - |
| YUV | 77.16 | 108.73 | 194.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 36 | 43 | 0 | 0.79 | 0.75 | 0.33 | 356.89 | 0.65 | 0.41 |
| Hex | AB | 24 | 2B | 0 | 4F | 4B | 21 | 165 | 41 | 29 |
| Octal | 253 | 44 | 53 | 0 | 117 | 113 | 41 | 545 | 101 | 51 |
| Binary | 10101011 | 100100 | 101011 | 0 | 1001111 | 1001011 | 100001 | 101100101 | 1000001 | 101001 |
Color Harmonies of #AB242B
Complementary color
Monochromatic Colors of #AB242B
Black with #AB242B
Text Example
Text Example
White with #AB242B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB242B; }
p { color: rgb(171,36,43); }
H1.HeaderClassName
{
color: #AB242B;
}
.AnyTagClassName
{
color: #AB242B;
}
</style>
background-color css
<style>
a { background-color: #AB242B; }
a { background-color: rgb(171,36,43); }
div.DivClassName
{
background-color: #AB242B;
}
.BgClassName
{
background-color: #AB242B;
}
</style>
border-color css
<style>
span { border-color: #AB242B; }
span { border-color: rgb(171,36,43); }
td.TdClassName
{
border-color: #AB242B;
}
.TagClassName
{
border-color: #AB242B;
}
</style>