Shades of Cardinal #AB0A3C
Tints of Cardinal #AB0A3C
RGB
CMYK
RGB Variations
Color information
#AB0A3C (or 0xAB0A3C) is known color: Cardinal. HEX triplet: AB, 0A and 3C. RGB value is (171,10,60). Sum of RGB (Red+Green+Blue) = 171+10+60=241 (31% of max value = 765). Red value is 171 (67.19% from 255 or 70.95% from 241); Green value is 10 (4.30% from 255 or 4.15% from 241); Blue value is 60 (23.83% from 255 or 24.90% from 241); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0A3C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0A3C is #54F5C3. Grayscale: #3F3F3F. Windows color (decimal): -5567940 or 3934891. OLE color: 3934891.
HSL color Cylindrical-coordinate representation of color #AB0A3C: hue angle of 341.37º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB0A3C is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 10 | 60 | - |
| CMYK | 0 | 0.94 | 0.65 | 0.33 |
| HSL | 341.37º | 0.89% | 0.35% | - |
| HSV(B) | 341.37º | 0.94% | 0.67% | - |
| XYZ | 17.72 | 9.2 | 5.12 | - |
| YUV | 63.84 | 125.84 | 204.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 10 | 60 | 0 | 0.94 | 0.65 | 0.33 | 341.37 | 0.89 | 0.35 |
| Hex | AB | A | 3C | 0 | 5E | 41 | 21 | 155 | 59 | 23 |
| Octal | 253 | 12 | 74 | 0 | 136 | 101 | 41 | 525 | 131 | 43 |
| Binary | 10101011 | 1010 | 111100 | 0 | 1011110 | 1000001 | 100001 | 101010101 | 1011001 | 100011 |
Color Harmonies of #AB0A3C
Complementary color
Monochromatic Colors of #AB0A3C
Black with #AB0A3C
Text Example
Text Example
White with #AB0A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0A3C; }
p { color: rgb(171,10,60); }
H1.HeaderClassName
{
color: #AB0A3C;
}
.AnyTagClassName
{
color: #AB0A3C;
}
</style>
background-color css
<style>
a { background-color: #AB0A3C; }
a { background-color: rgb(171,10,60); }
div.DivClassName
{
background-color: #AB0A3C;
}
.BgClassName
{
background-color: #AB0A3C;
}
</style>
border-color css
<style>
span { border-color: #AB0A3C; }
span { border-color: rgb(171,10,60); }
td.TdClassName
{
border-color: #AB0A3C;
}
.TagClassName
{
border-color: #AB0A3C;
}
</style>