Shades of Cardinal #AB123C
Tints of Cardinal #AB123C
RGB
CMYK
RGB Variations
Color information
#AB123C (or 0xAB123C) is known color: Cardinal. HEX triplet: AB, 12 and 3C. RGB value is (171,18,60). Sum of RGB (Red+Green+Blue) = 171+18+60=249 (32% of max value = 765). Red value is 171 (67.19% from 255 or 68.67% from 249); Green value is 18 (7.42% from 255 or 7.23% from 249); Blue value is 60 (23.83% from 255 or 24.10% from 249); Max value from RGB is 171 - color contains mainly: red. Hex color #AB123C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB123C is #54EDC3. Grayscale: #444444. Windows color (decimal): -5565892 or 3936939. OLE color: 3936939.
HSL color Cylindrical-coordinate representation of color #AB123C: hue angle of 343.53º 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 #AB123C is Cyan = 0, Magento = 0.89, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 18 | 60 | - |
| CMYK | 0 | 0.89 | 0.65 | 0.33 |
| HSL | 343.53º | 0.81% | 0.37% | - |
| HSV(B) | 343.53º | 0.89% | 0.67% | - |
| XYZ | 17.83 | 9.42 | 5.15 | - |
| YUV | 68.54 | 123.19 | 201.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 18 | 60 | 0 | 0.89 | 0.65 | 0.33 | 343.53 | 0.81 | 0.37 |
| Hex | AB | 12 | 3C | 0 | 59 | 41 | 21 | 158 | 51 | 25 |
| Octal | 253 | 22 | 74 | 0 | 131 | 101 | 41 | 530 | 121 | 45 |
| Binary | 10101011 | 10010 | 111100 | 0 | 1011001 | 1000001 | 100001 | 101011000 | 1010001 | 100101 |
Color Harmonies of #AB123C
Complementary color
Monochromatic Colors of #AB123C
Black with #AB123C
Text Example
Text Example
White with #AB123C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB123C; }
p { color: rgb(171,18,60); }
H1.HeaderClassName
{
color: #AB123C;
}
.AnyTagClassName
{
color: #AB123C;
}
</style>
background-color css
<style>
a { background-color: #AB123C; }
a { background-color: rgb(171,18,60); }
div.DivClassName
{
background-color: #AB123C;
}
.BgClassName
{
background-color: #AB123C;
}
</style>
border-color css
<style>
span { border-color: #AB123C; }
span { border-color: rgb(171,18,60); }
td.TdClassName
{
border-color: #AB123C;
}
.TagClassName
{
border-color: #AB123C;
}
</style>