Shades of Cardinal #AB143B
Tints of Cardinal #AB143B
RGB
CMYK
RGB Variations
Color information
#AB143B (or 0xAB143B) is known color: Cardinal. HEX triplet: AB, 14 and 3B. RGB value is (171,20,59). Sum of RGB (Red+Green+Blue) = 171+20+59=250 (33% of max value = 765). Red value is 171 (67.19% from 255 or 68.4% from 250); Green value is 20 (8.20% from 255 or 8% from 250); Blue value is 59 (23.44% from 255 or 23.6% from 250); Max value from RGB is 171 - color contains mainly: red. Hex color #AB143B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB143B is #54EBC4. Grayscale: #454545. Windows color (decimal): -5565381 or 3871915. OLE color: 3871915.
HSL color Cylindrical-coordinate representation of color #AB143B: hue angle of 344.5º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB143B is Cyan = 0, Magento = 0.88, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 20 | 59 | - |
| CMYK | 0 | 0.88 | 0.65 | 0.33 |
| HSL | 344.5º | 0.79% | 0.37% | - |
| HSV(B) | 344.5º | 0.88% | 0.67% | - |
| XYZ | 17.83 | 9.47 | 5.03 | - |
| YUV | 69.6 | 122.03 | 200.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 20 | 59 | 0 | 0.88 | 0.65 | 0.33 | 344.5 | 0.79 | 0.37 |
| Hex | AB | 14 | 3B | 0 | 58 | 41 | 21 | 159 | 4F | 25 |
| Octal | 253 | 24 | 73 | 0 | 130 | 101 | 41 | 531 | 117 | 45 |
| Binary | 10101011 | 10100 | 111011 | 0 | 1011000 | 1000001 | 100001 | 101011001 | 1001111 | 100101 |
Color Harmonies of #AB143B
Complementary color
Monochromatic Colors of #AB143B
Black with #AB143B
Text Example
Text Example
White with #AB143B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB143B; }
p { color: rgb(171,20,59); }
H1.HeaderClassName
{
color: #AB143B;
}
.AnyTagClassName
{
color: #AB143B;
}
</style>
background-color css
<style>
a { background-color: #AB143B; }
a { background-color: rgb(171,20,59); }
div.DivClassName
{
background-color: #AB143B;
}
.BgClassName
{
background-color: #AB143B;
}
</style>
border-color css
<style>
span { border-color: #AB143B; }
span { border-color: rgb(171,20,59); }
td.TdClassName
{
border-color: #AB143B;
}
.TagClassName
{
border-color: #AB143B;
}
</style>