Shades of Guardsman Red #AB232F
Tints of Guardsman Red #AB232F
RGB
CMYK
RGB Variations
Color information
#AB232F (or 0xAB232F) is known color: Guardsman Red. HEX triplet: AB, 23 and 2F. RGB value is (171,35,47). Sum of RGB (Red+Green+Blue) = 171+35+47=253 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.59% from 253); Green value is 35 (14.06% from 255 or 13.83% from 253); Blue value is 47 (18.75% from 255 or 18.58% from 253); Max value from RGB is 171 - color contains mainly: red. Hex color #AB232F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB232F is #54DCD0. Grayscale: #4D4D4D. Windows color (decimal): -5561553 or 3089323. OLE color: 3089323.
HSL color Cylindrical-coordinate representation of color #AB232F: hue angle of 354.71º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB232F is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 35 | 47 | - |
| CMYK | 0 | 0.80 | 0.73 | 0.33 |
| HSL | 354.71º | 0.66% | 0.4% | - |
| HSV(B) | 354.71º | 0.8% | 0.67% | - |
| XYZ | 17.91 | 10.07 | 3.69 | - |
| YUV | 77.03 | 111.06 | 195.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 35 | 47 | 0 | 0.80 | 0.73 | 0.33 | 354.71 | 0.66 | 0.4 |
| Hex | AB | 23 | 2F | 0 | 50 | 49 | 21 | 163 | 42 | 28 |
| Octal | 253 | 43 | 57 | 0 | 120 | 111 | 41 | 543 | 102 | 50 |
| Binary | 10101011 | 100011 | 101111 | 0 | 1010000 | 1001001 | 100001 | 101100011 | 1000010 | 101000 |
Color Harmonies of #AB232F
Complementary color
Monochromatic Colors of #AB232F
Black with #AB232F
Text Example
Text Example
White with #AB232F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB232F; }
p { color: rgb(171,35,47); }
H1.HeaderClassName
{
color: #AB232F;
}
.AnyTagClassName
{
color: #AB232F;
}
</style>
background-color css
<style>
a { background-color: #AB232F; }
a { background-color: rgb(171,35,47); }
div.DivClassName
{
background-color: #AB232F;
}
.BgClassName
{
background-color: #AB232F;
}
</style>
border-color css
<style>
span { border-color: #AB232F; }
span { border-color: rgb(171,35,47); }
td.TdClassName
{
border-color: #AB232F;
}
.TagClassName
{
border-color: #AB232F;
}
</style>