Shades of Cardinal #AB163C
Tints of Cardinal #AB163C
RGB
CMYK
RGB Variations
Color information
#AB163C (or 0xAB163C) is known color: Cardinal. HEX triplet: AB, 16 and 3C. RGB value is (171,22,60). Sum of RGB (Red+Green+Blue) = 171+22+60=253 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.59% from 253); Green value is 22 (8.98% from 255 or 8.70% from 253); Blue value is 60 (23.83% from 255 or 23.72% from 253); Max value from RGB is 171 - color contains mainly: red. Hex color #AB163C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB163C is #54E9C3. Grayscale: #464646. Windows color (decimal): -5564868 or 3937963. OLE color: 3937963.
HSL color Cylindrical-coordinate representation of color #AB163C: hue angle of 344.7º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AB163C is Cyan = 0, Magento = 0.87, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 22 | 60 | - |
| CMYK | 0 | 0.87 | 0.65 | 0.33 |
| HSL | 344.7º | 0.77% | 0.38% | - |
| HSV(B) | 344.7º | 0.87% | 0.67% | - |
| XYZ | 17.9 | 9.56 | 5.18 | - |
| YUV | 70.88 | 121.86 | 199.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 22 | 60 | 0 | 0.87 | 0.65 | 0.33 | 344.7 | 0.77 | 0.38 |
| Hex | AB | 16 | 3C | 0 | 57 | 41 | 21 | 159 | 4D | 26 |
| Octal | 253 | 26 | 74 | 0 | 127 | 101 | 41 | 531 | 115 | 46 |
| Binary | 10101011 | 10110 | 111100 | 0 | 1010111 | 1000001 | 100001 | 101011001 | 1001101 | 100110 |
Color Harmonies of #AB163C
Complementary color
Monochromatic Colors of #AB163C
Black with #AB163C
Text Example
Text Example
White with #AB163C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB163C; }
p { color: rgb(171,22,60); }
H1.HeaderClassName
{
color: #AB163C;
}
.AnyTagClassName
{
color: #AB163C;
}
</style>
background-color css
<style>
a { background-color: #AB163C; }
a { background-color: rgb(171,22,60); }
div.DivClassName
{
background-color: #AB163C;
}
.BgClassName
{
background-color: #AB163C;
}
</style>
border-color css
<style>
span { border-color: #AB163C; }
span { border-color: rgb(171,22,60); }
td.TdClassName
{
border-color: #AB163C;
}
.TagClassName
{
border-color: #AB163C;
}
</style>