Shades of Guardsman Red #AB363C
Tints of Guardsman Red #AB363C
RGB
CMYK
RGB Variations
Color information
#AB363C (or 0xAB363C) is known color: Guardsman Red. HEX triplet: AB, 36 and 3C. RGB value is (171,54,60). Sum of RGB (Red+Green+Blue) = 171+54+60=285 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60% from 285); Green value is 54 (21.48% from 255 or 18.95% from 285); Blue value is 60 (23.83% from 255 or 21.05% from 285); Max value from RGB is 171 - color contains mainly: red. Hex color #AB363C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB363C is #54C9C3. Grayscale: #595959. Windows color (decimal): -5556676 or 3946155. OLE color: 3946155.
HSL color Cylindrical-coordinate representation of color #AB363C: hue angle of 356.92º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AB363C is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 54 | 60 | - |
| CMYK | 0 | 0.68 | 0.65 | 0.33 |
| HSL | 356.92º | 0.52% | 0.44% | - |
| HSV(B) | 356.92º | 0.68% | 0.67% | - |
| XYZ | 18.93 | 11.62 | 5.52 | - |
| YUV | 89.67 | 111.26 | 186.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 54 | 60 | 0 | 0.68 | 0.65 | 0.33 | 356.92 | 0.52 | 0.44 |
| Hex | AB | 36 | 3C | 0 | 44 | 41 | 21 | 165 | 34 | 2C |
| Octal | 253 | 66 | 74 | 0 | 104 | 101 | 41 | 545 | 64 | 54 |
| Binary | 10101011 | 110110 | 111100 | 0 | 1000100 | 1000001 | 100001 | 101100101 | 110100 | 101100 |
Color Harmonies of #AB363C
Complementary color
Monochromatic Colors of #AB363C
Black with #AB363C
Text Example
Text Example
White with #AB363C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB363C; }
p { color: rgb(171,54,60); }
H1.HeaderClassName
{
color: #AB363C;
}
.AnyTagClassName
{
color: #AB363C;
}
</style>
background-color css
<style>
a { background-color: #AB363C; }
a { background-color: rgb(171,54,60); }
div.DivClassName
{
background-color: #AB363C;
}
.BgClassName
{
background-color: #AB363C;
}
</style>
border-color css
<style>
span { border-color: #AB363C; }
span { border-color: rgb(171,54,60); }
td.TdClassName
{
border-color: #AB363C;
}
.TagClassName
{
border-color: #AB363C;
}
</style>