Shades of Guardsman Red #AB383B
Tints of Guardsman Red #AB383B
RGB
CMYK
RGB Variations
Color information
#AB383B (or 0xAB383B) is known color: Guardsman Red. HEX triplet: AB, 38 and 3B. RGB value is (171,56,59). Sum of RGB (Red+Green+Blue) = 171+56+59=286 (37% of max value = 765). Red value is 171 (67.19% from 255 or 59.79% from 286); Green value is 56 (22.27% from 255 or 19.58% from 286); Blue value is 59 (23.44% from 255 or 20.63% from 286); Max value from RGB is 171 - color contains mainly: red. Hex color #AB383B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB383B is #54C7C4. Grayscale: #5A5A5A. Windows color (decimal): -5556165 or 3881131. OLE color: 3881131.
HSL color Cylindrical-coordinate representation of color #AB383B: hue angle of 358.43º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AB383B is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 56 | 59 | - |
| CMYK | 0 | 0.67 | 0.65 | 0.33 |
| HSL | 358.43º | 0.51% | 0.45% | - |
| HSV(B) | 358.43º | 0.67% | 0.67% | - |
| XYZ | 19 | 11.8 | 5.41 | - |
| YUV | 90.73 | 110.1 | 185.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 56 | 59 | 0 | 0.67 | 0.65 | 0.33 | 358.43 | 0.51 | 0.45 |
| Hex | AB | 38 | 3B | 0 | 43 | 41 | 21 | 166 | 33 | 2D |
| Octal | 253 | 70 | 73 | 0 | 103 | 101 | 41 | 546 | 63 | 55 |
| Binary | 10101011 | 111000 | 111011 | 0 | 1000011 | 1000001 | 100001 | 101100110 | 110011 | 101101 |
Color Harmonies of #AB383B
Complementary color
Monochromatic Colors of #AB383B
Black with #AB383B
Text Example
Text Example
White with #AB383B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB383B; }
p { color: rgb(171,56,59); }
H1.HeaderClassName
{
color: #AB383B;
}
.AnyTagClassName
{
color: #AB383B;
}
</style>
background-color css
<style>
a { background-color: #AB383B; }
a { background-color: rgb(171,56,59); }
div.DivClassName
{
background-color: #AB383B;
}
.BgClassName
{
background-color: #AB383B;
}
</style>
border-color css
<style>
span { border-color: #AB383B; }
span { border-color: rgb(171,56,59); }
td.TdClassName
{
border-color: #AB383B;
}
.TagClassName
{
border-color: #AB383B;
}
</style>