Shades of Guardsman Red #AB2023
Tints of Guardsman Red #AB2023
RGB
CMYK
RGB Variations
Color information
#AB2023 (or 0xAB2023) is known color: Guardsman Red. HEX triplet: AB, 20 and 23. RGB value is (171,32,35). Sum of RGB (Red+Green+Blue) = 171+32+35=238 (31% of max value = 765). Red value is 171 (67.19% from 255 or 71.85% from 238); Green value is 32 (12.89% from 255 or 13.45% from 238); Blue value is 35 (14.06% from 255 or 14.71% from 238); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2023 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2023 is #54DFDC. Grayscale: #4A4A4A. Windows color (decimal): -5562333 or 2302123. OLE color: 2302123.
HSL color Cylindrical-coordinate representation of color #AB2023: hue angle of 358.71º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB2023 is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 32 | 35 | - |
| CMYK | 0 | 0.81 | 0.80 | 0.33 |
| HSL | 358.71º | 0.68% | 0.4% | - |
| HSV(B) | 358.71º | 0.81% | 0.67% | - |
| XYZ | 17.61 | 9.81 | 2.56 | - |
| YUV | 73.9 | 106.05 | 197.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 32 | 35 | 0 | 0.81 | 0.80 | 0.33 | 358.71 | 0.68 | 0.4 |
| Hex | AB | 20 | 23 | 0 | 51 | 50 | 21 | 167 | 44 | 28 |
| Octal | 253 | 40 | 43 | 0 | 121 | 120 | 41 | 547 | 104 | 50 |
| Binary | 10101011 | 100000 | 100011 | 0 | 1010001 | 1010000 | 100001 | 101100111 | 1000100 | 101000 |
Color Harmonies of #AB2023
Complementary color
Monochromatic Colors of #AB2023
Black with #AB2023
Text Example
Text Example
White with #AB2023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2023; }
p { color: rgb(171,32,35); }
H1.HeaderClassName
{
color: #AB2023;
}
.AnyTagClassName
{
color: #AB2023;
}
</style>
background-color css
<style>
a { background-color: #AB2023; }
a { background-color: rgb(171,32,35); }
div.DivClassName
{
background-color: #AB2023;
}
.BgClassName
{
background-color: #AB2023;
}
</style>
border-color css
<style>
span { border-color: #AB2023; }
span { border-color: rgb(171,32,35); }
td.TdClassName
{
border-color: #AB2023;
}
.TagClassName
{
border-color: #AB2023;
}
</style>