Shades of Guardsman Red #AB303B
Tints of Guardsman Red #AB303B
RGB
CMYK
RGB Variations
Color information
#AB303B (or 0xAB303B) is known color: Guardsman Red. HEX triplet: AB, 30 and 3B. RGB value is (171,48,59). Sum of RGB (Red+Green+Blue) = 171+48+59=278 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.51% from 278); Green value is 48 (19.14% from 255 or 17.27% from 278); Blue value is 59 (23.44% from 255 or 21.22% from 278); Max value from RGB is 171 - color contains mainly: red. Hex color #AB303B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB303B is #54CFC4. Grayscale: #565656. Windows color (decimal): -5558213 or 3879083. OLE color: 3879083.
HSL color Cylindrical-coordinate representation of color #AB303B: hue angle of 354.63º 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 #AB303B is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 48 | 59 | - |
| CMYK | 0 | 0.72 | 0.65 | 0.33 |
| HSL | 354.63º | 0.56% | 0.43% | - |
| HSV(B) | 354.63º | 0.72% | 0.67% | - |
| XYZ | 18.64 | 11.09 | 5.3 | - |
| YUV | 86.03 | 112.75 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 48 | 59 | 0 | 0.72 | 0.65 | 0.33 | 354.63 | 0.56 | 0.43 |
| Hex | AB | 30 | 3B | 0 | 48 | 41 | 21 | 163 | 38 | 2B |
| Octal | 253 | 60 | 73 | 0 | 110 | 101 | 41 | 543 | 70 | 53 |
| Binary | 10101011 | 110000 | 111011 | 0 | 1001000 | 1000001 | 100001 | 101100011 | 111000 | 101011 |
Color Harmonies of #AB303B
Complementary color
Monochromatic Colors of #AB303B
Black with #AB303B
Text Example
Text Example
White with #AB303B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB303B; }
p { color: rgb(171,48,59); }
H1.HeaderClassName
{
color: #AB303B;
}
.AnyTagClassName
{
color: #AB303B;
}
</style>
background-color css
<style>
a { background-color: #AB303B; }
a { background-color: rgb(171,48,59); }
div.DivClassName
{
background-color: #AB303B;
}
.BgClassName
{
background-color: #AB303B;
}
</style>
border-color css
<style>
span { border-color: #AB303B; }
span { border-color: rgb(171,48,59); }
td.TdClassName
{
border-color: #AB303B;
}
.TagClassName
{
border-color: #AB303B;
}
</style>