Shades of Guardsman Red #AB303D
Tints of Guardsman Red #AB303D
RGB
CMYK
RGB Variations
Color information
#AB303D (or 0xAB303D) is known color: Guardsman Red. HEX triplet: AB, 30 and 3D. RGB value is (171,48,61). Sum of RGB (Red+Green+Blue) = 171+48+61=280 (37% of max value = 765). Red value is 171 (67.19% from 255 or 61.07% from 280); Green value is 48 (19.14% from 255 or 17.14% from 280); Blue value is 61 (24.22% from 255 or 21.79% from 280); Max value from RGB is 171 - color contains mainly: red. Hex color #AB303D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB303D is #54CFC2. Grayscale: #565656. Windows color (decimal): -5558211 or 4010155. OLE color: 4010155.
HSL color Cylindrical-coordinate representation of color #AB303D: hue angle of 353.66º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AB303D is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 48 | 61 | - |
| CMYK | 0 | 0.72 | 0.64 | 0.33 |
| HSL | 353.66º | 0.56% | 0.43% | - |
| HSV(B) | 353.66º | 0.72% | 0.67% | - |
| XYZ | 18.69 | 11.11 | 5.57 | - |
| YUV | 86.26 | 113.75 | 188.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 48 | 61 | 0 | 0.72 | 0.64 | 0.33 | 353.66 | 0.56 | 0.43 |
| Hex | AB | 30 | 3D | 0 | 48 | 40 | 21 | 162 | 38 | 2B |
| Octal | 253 | 60 | 75 | 0 | 110 | 100 | 41 | 542 | 70 | 53 |
| Binary | 10101011 | 110000 | 111101 | 0 | 1001000 | 1000000 | 100001 | 101100010 | 111000 | 101011 |
Color Harmonies of #AB303D
Complementary color
Monochromatic Colors of #AB303D
Black with #AB303D
Text Example
Text Example
White with #AB303D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB303D; }
p { color: rgb(171,48,61); }
H1.HeaderClassName
{
color: #AB303D;
}
.AnyTagClassName
{
color: #AB303D;
}
</style>
background-color css
<style>
a { background-color: #AB303D; }
a { background-color: rgb(171,48,61); }
div.DivClassName
{
background-color: #AB303D;
}
.BgClassName
{
background-color: #AB303D;
}
</style>
border-color css
<style>
span { border-color: #AB303D; }
span { border-color: rgb(171,48,61); }
td.TdClassName
{
border-color: #AB303D;
}
.TagClassName
{
border-color: #AB303D;
}
</style>