Shades of Guardsman Red #AB3D3E
Tints of Guardsman Red #AB3D3E
RGB
CMYK
RGB Variations
Color information
#AB3D3E (or 0xAB3D3E) is known color: Guardsman Red. HEX triplet: AB, 3D and 3E. RGB value is (171,61,62). Sum of RGB (Red+Green+Blue) = 171+61+62=294 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.16% from 294); Green value is 61 (24.22% from 255 or 20.75% from 294); Blue value is 62 (24.61% from 255 or 21.09% from 294); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3D3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3D3E is #54C2C1. Grayscale: #5E5E5E. Windows color (decimal): -5554882 or 4079019. OLE color: 4079019.
HSL color Cylindrical-coordinate representation of color #AB3D3E: hue angle of 359.45º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AB3D3E is Cyan = 0, Magento = 0.64, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 61 | 62 | - |
| CMYK | 0 | 0.64 | 0.64 | 0.33 |
| HSL | 359.45º | 0.47% | 0.45% | - |
| HSV(B) | 359.45º | 0.64% | 0.67% | - |
| XYZ | 19.33 | 12.34 | 5.92 | - |
| YUV | 94 | 109.94 | 182.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 61 | 62 | 0 | 0.64 | 0.64 | 0.33 | 359.45 | 0.47 | 0.45 |
| Hex | AB | 3D | 3E | 0 | 40 | 40 | 21 | 167 | 2F | 2D |
| Octal | 253 | 75 | 76 | 0 | 100 | 100 | 41 | 547 | 57 | 55 |
| Binary | 10101011 | 111101 | 111110 | 0 | 1000000 | 1000000 | 100001 | 101100111 | 101111 | 101101 |
Color Harmonies of #AB3D3E
Complementary color
Monochromatic Colors of #AB3D3E
Black with #AB3D3E
Text Example
Text Example
White with #AB3D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3D3E; }
p { color: rgb(171,61,62); }
H1.HeaderClassName
{
color: #AB3D3E;
}
.AnyTagClassName
{
color: #AB3D3E;
}
</style>
background-color css
<style>
a { background-color: #AB3D3E; }
a { background-color: rgb(171,61,62); }
div.DivClassName
{
background-color: #AB3D3E;
}
.BgClassName
{
background-color: #AB3D3E;
}
</style>
border-color css
<style>
span { border-color: #AB3D3E; }
span { border-color: rgb(171,61,62); }
td.TdClassName
{
border-color: #AB3D3E;
}
.TagClassName
{
border-color: #AB3D3E;
}
</style>