Shades of Cardinal #AB1243
Tints of Cardinal #AB1243
RGB
CMYK
RGB Variations
Color information
#AB1243 (or 0xAB1243) is known color: Cardinal. HEX triplet: AB, 12 and 43. RGB value is (171,18,67). Sum of RGB (Red+Green+Blue) = 171+18+67=256 (33% of max value = 765). Red value is 171 (67.19% from 255 or 66.80% from 256); Green value is 18 (7.42% from 255 or 7.03% from 256); Blue value is 67 (26.56% from 255 or 26.17% from 256); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1243 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1243 is #54EDBC. Grayscale: #454545. Windows color (decimal): -5565885 or 4395691. OLE color: 4395691.
HSL color Cylindrical-coordinate representation of color #AB1243: hue angle of 340.78º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB1243 is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 18 | 67 | - |
| CMYK | 0 | 0.89 | 0.61 | 0.33 |
| HSL | 340.78º | 0.81% | 0.37% | - |
| HSV(B) | 340.78º | 0.89% | 0.67% | - |
| XYZ | 18.02 | 9.5 | 6.19 | - |
| YUV | 69.33 | 126.69 | 200.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 18 | 67 | 0 | 0.89 | 0.61 | 0.33 | 340.78 | 0.81 | 0.37 |
| Hex | AB | 12 | 43 | 0 | 59 | 3D | 21 | 155 | 51 | 25 |
| Octal | 253 | 22 | 103 | 0 | 131 | 75 | 41 | 525 | 121 | 45 |
| Binary | 10101011 | 10010 | 1000011 | 0 | 1011001 | 111101 | 100001 | 101010101 | 1010001 | 100101 |
Color Harmonies of #AB1243
Complementary color
Monochromatic Colors of #AB1243
Black with #AB1243
Text Example
Text Example
White with #AB1243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1243; }
p { color: rgb(171,18,67); }
H1.HeaderClassName
{
color: #AB1243;
}
.AnyTagClassName
{
color: #AB1243;
}
</style>
background-color css
<style>
a { background-color: #AB1243; }
a { background-color: rgb(171,18,67); }
div.DivClassName
{
background-color: #AB1243;
}
.BgClassName
{
background-color: #AB1243;
}
</style>
border-color css
<style>
span { border-color: #AB1243; }
span { border-color: rgb(171,18,67); }
td.TdClassName
{
border-color: #AB1243;
}
.TagClassName
{
border-color: #AB1243;
}
</style>