Shades of Guardsman Red #AB252F
Tints of Guardsman Red #AB252F
RGB
CMYK
RGB Variations
Color information
#AB252F (or 0xAB252F) is known color: Guardsman Red. HEX triplet: AB, 25 and 2F. RGB value is (171,37,47). Sum of RGB (Red+Green+Blue) = 171+37+47=255 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.06% from 255); Green value is 37 (14.84% from 255 or 14.51% from 255); Blue value is 47 (18.75% from 255 or 18.43% from 255); Max value from RGB is 171 - color contains mainly: red. Hex color #AB252F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB252F is #54DAD0. Grayscale: #4E4E4E. Windows color (decimal): -5561041 or 3089835. OLE color: 3089835.
HSL color Cylindrical-coordinate representation of color #AB252F: hue angle of 355.52º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB252F is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 37 | 47 | - |
| CMYK | 0 | 0.78 | 0.73 | 0.33 |
| HSL | 355.52º | 0.64% | 0.41% | - |
| HSV(B) | 355.52º | 0.78% | 0.67% | - |
| XYZ | 17.97 | 10.19 | 3.71 | - |
| YUV | 78.21 | 110.39 | 194.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 37 | 47 | 0 | 0.78 | 0.73 | 0.33 | 355.52 | 0.64 | 0.41 |
| Hex | AB | 25 | 2F | 0 | 4E | 49 | 21 | 164 | 40 | 29 |
| Octal | 253 | 45 | 57 | 0 | 116 | 111 | 41 | 544 | 100 | 51 |
| Binary | 10101011 | 100101 | 101111 | 0 | 1001110 | 1001001 | 100001 | 101100100 | 1000000 | 101001 |
Color Harmonies of #AB252F
Complementary color
Monochromatic Colors of #AB252F
Black with #AB252F
Text Example
Text Example
White with #AB252F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB252F; }
p { color: rgb(171,37,47); }
H1.HeaderClassName
{
color: #AB252F;
}
.AnyTagClassName
{
color: #AB252F;
}
</style>
background-color css
<style>
a { background-color: #AB252F; }
a { background-color: rgb(171,37,47); }
div.DivClassName
{
background-color: #AB252F;
}
.BgClassName
{
background-color: #AB252F;
}
</style>
border-color css
<style>
span { border-color: #AB252F; }
span { border-color: rgb(171,37,47); }
td.TdClassName
{
border-color: #AB252F;
}
.TagClassName
{
border-color: #AB252F;
}
</style>