Shades of Cardinal #AB1E3C
Tints of Cardinal #AB1E3C
RGB
CMYK
RGB Variations
Color information
#AB1E3C (or 0xAB1E3C) is known color: Cardinal. HEX triplet: AB, 1E and 3C. RGB value is (171,30,60). Sum of RGB (Red+Green+Blue) = 171+30+60=261 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.52% from 261); Green value is 30 (12.11% from 255 or 11.49% from 261); Blue value is 60 (23.83% from 255 or 22.99% from 261); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1E3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB1E3C is #54E1C3. Grayscale: #4B4B4B. Windows color (decimal): -5562820 or 3940011. OLE color: 3940011.
HSL color Cylindrical-coordinate representation of color #AB1E3C: hue angle of 347.23º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB1E3C is Cyan = 0, Magento = 0.82, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 30 | 60 | - |
| CMYK | 0 | 0.82 | 0.65 | 0.33 |
| HSL | 347.23º | 0.7% | 0.39% | - |
| HSV(B) | 347.23º | 0.82% | 0.67% | - |
| XYZ | 18.07 | 9.91 | 5.24 | - |
| YUV | 75.58 | 119.21 | 196.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 30 | 60 | 0 | 0.82 | 0.65 | 0.33 | 347.23 | 0.7 | 0.39 |
| Hex | AB | 1E | 3C | 0 | 52 | 41 | 21 | 15B | 46 | 27 |
| Octal | 253 | 36 | 74 | 0 | 122 | 101 | 41 | 533 | 106 | 47 |
| Binary | 10101011 | 11110 | 111100 | 0 | 1010010 | 1000001 | 100001 | 101011011 | 1000110 | 100111 |
Color Harmonies of #AB1E3C
Complementary color
Monochromatic Colors of #AB1E3C
Black with #AB1E3C
Text Example
Text Example
White with #AB1E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1E3C; }
p { color: rgb(171,30,60); }
H1.HeaderClassName
{
color: #AB1E3C;
}
.AnyTagClassName
{
color: #AB1E3C;
}
</style>
background-color css
<style>
a { background-color: #AB1E3C; }
a { background-color: rgb(171,30,60); }
div.DivClassName
{
background-color: #AB1E3C;
}
.BgClassName
{
background-color: #AB1E3C;
}
</style>
border-color css
<style>
span { border-color: #AB1E3C; }
span { border-color: rgb(171,30,60); }
td.TdClassName
{
border-color: #AB1E3C;
}
.TagClassName
{
border-color: #AB1E3C;
}
</style>