Shades of Cardinal #AB133B
Tints of Cardinal #AB133B
RGB
CMYK
RGB Variations
Color information
#AB133B (or 0xAB133B) is known color: Cardinal. HEX triplet: AB, 13 and 3B. RGB value is (171,19,59). Sum of RGB (Red+Green+Blue) = 171+19+59=249 (32% of max value = 765). Red value is 171 (67.19% from 255 or 68.67% from 249); Green value is 19 (7.81% from 255 or 7.63% from 249); Blue value is 59 (23.44% from 255 or 23.69% from 249); Max value from RGB is 171 - color contains mainly: red. Hex color #AB133B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB133B is #54ECC4. Grayscale: #454545. Windows color (decimal): -5565637 or 3871659. OLE color: 3871659.
HSL color Cylindrical-coordinate representation of color #AB133B: hue angle of 344.21º degrees, saturation: 0.8, 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 #AB133B is Cyan = 0, Magento = 0.89, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 19 | 59 | - |
| CMYK | 0 | 0.89 | 0.65 | 0.33 |
| HSL | 344.21º | 0.8% | 0.37% | - |
| HSV(B) | 344.21º | 0.89% | 0.67% | - |
| XYZ | 17.82 | 9.44 | 5.02 | - |
| YUV | 69.01 | 122.36 | 200.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 19 | 59 | 0 | 0.89 | 0.65 | 0.33 | 344.21 | 0.8 | 0.37 |
| Hex | AB | 13 | 3B | 0 | 59 | 41 | 21 | 158 | 50 | 25 |
| Octal | 253 | 23 | 73 | 0 | 131 | 101 | 41 | 530 | 120 | 45 |
| Binary | 10101011 | 10011 | 111011 | 0 | 1011001 | 1000001 | 100001 | 101011000 | 1010000 | 100101 |
Color Harmonies of #AB133B
Complementary color
Monochromatic Colors of #AB133B
Black with #AB133B
Text Example
Text Example
White with #AB133B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB133B; }
p { color: rgb(171,19,59); }
H1.HeaderClassName
{
color: #AB133B;
}
.AnyTagClassName
{
color: #AB133B;
}
</style>
background-color css
<style>
a { background-color: #AB133B; }
a { background-color: rgb(171,19,59); }
div.DivClassName
{
background-color: #AB133B;
}
.BgClassName
{
background-color: #AB133B;
}
</style>
border-color css
<style>
span { border-color: #AB133B; }
span { border-color: rgb(171,19,59); }
td.TdClassName
{
border-color: #AB133B;
}
.TagClassName
{
border-color: #AB133B;
}
</style>