Shades of Cardinal #AB1F3C
Tints of Cardinal #AB1F3C
RGB
CMYK
RGB Variations
Color information
#AB1F3C (or 0xAB1F3C) is known color: Cardinal. HEX triplet: AB, 1F and 3C. RGB value is (171,31,60). Sum of RGB (Red+Green+Blue) = 171+31+60=262 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.27% from 262); Green value is 31 (12.5% from 255 or 11.83% from 262); Blue value is 60 (23.83% from 255 or 22.90% from 262); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1F3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB1F3C is #54E0C3. Grayscale: #4C4C4C. Windows color (decimal): -5562564 or 3940267. OLE color: 3940267.
HSL color Cylindrical-coordinate representation of color #AB1F3C: hue angle of 347.57º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB1F3C is Cyan = 0, Magento = 0.82, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 31 | 60 | - |
| CMYK | 0 | 0.82 | 0.65 | 0.33 |
| HSL | 347.57º | 0.69% | 0.4% | - |
| HSV(B) | 347.57º | 0.82% | 0.67% | - |
| XYZ | 18.1 | 9.96 | 5.24 | - |
| YUV | 76.17 | 118.88 | 195.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 31 | 60 | 0 | 0.82 | 0.65 | 0.33 | 347.57 | 0.69 | 0.4 |
| Hex | AB | 1F | 3C | 0 | 52 | 41 | 21 | 15C | 45 | 28 |
| Octal | 253 | 37 | 74 | 0 | 122 | 101 | 41 | 534 | 105 | 50 |
| Binary | 10101011 | 11111 | 111100 | 0 | 1010010 | 1000001 | 100001 | 101011100 | 1000101 | 101000 |
Color Harmonies of #AB1F3C
Complementary color
Monochromatic Colors of #AB1F3C
Black with #AB1F3C
Text Example
Text Example
White with #AB1F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1F3C; }
p { color: rgb(171,31,60); }
H1.HeaderClassName
{
color: #AB1F3C;
}
.AnyTagClassName
{
color: #AB1F3C;
}
</style>
background-color css
<style>
a { background-color: #AB1F3C; }
a { background-color: rgb(171,31,60); }
div.DivClassName
{
background-color: #AB1F3C;
}
.BgClassName
{
background-color: #AB1F3C;
}
</style>
border-color css
<style>
span { border-color: #AB1F3C; }
span { border-color: rgb(171,31,60); }
td.TdClassName
{
border-color: #AB1F3C;
}
.TagClassName
{
border-color: #AB1F3C;
}
</style>