Shades of Cardinal #AB132B
Tints of Cardinal #AB132B
RGB
CMYK
RGB Variations
Color information
#AB132B (or 0xAB132B) is known color: Cardinal. HEX triplet: AB, 13 and 2B. RGB value is (171,19,43). Sum of RGB (Red+Green+Blue) = 171+19+43=233 (30% of max value = 765). Red value is 171 (67.19% from 255 or 73.39% from 233); Green value is 19 (7.81% from 255 or 8.15% from 233); Blue value is 43 (17.19% from 255 or 18.45% from 233); Max value from RGB is 171 - color contains mainly: red. Hex color #AB132B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB132B is #54ECD4. Grayscale: #434343. Windows color (decimal): -5565653 or 2823083. OLE color: 2823083.
HSL color Cylindrical-coordinate representation of color #AB132B: hue angle of 350.53º 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 #AB132B is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 19 | 43 | - |
| CMYK | 0 | 0.89 | 0.75 | 0.33 |
| HSL | 350.53º | 0.8% | 0.37% | - |
| HSV(B) | 350.53º | 0.89% | 0.67% | - |
| XYZ | 17.46 | 9.3 | 3.16 | - |
| YUV | 67.18 | 114.36 | 202.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 19 | 43 | 0 | 0.89 | 0.75 | 0.33 | 350.53 | 0.8 | 0.37 |
| Hex | AB | 13 | 2B | 0 | 59 | 4B | 21 | 15F | 50 | 25 |
| Octal | 253 | 23 | 53 | 0 | 131 | 113 | 41 | 537 | 120 | 45 |
| Binary | 10101011 | 10011 | 101011 | 0 | 1011001 | 1001011 | 100001 | 101011111 | 1010000 | 100101 |
Color Harmonies of #AB132B
Complementary color
Monochromatic Colors of #AB132B
Black with #AB132B
Text Example
Text Example
White with #AB132B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB132B; }
p { color: rgb(171,19,43); }
H1.HeaderClassName
{
color: #AB132B;
}
.AnyTagClassName
{
color: #AB132B;
}
</style>
background-color css
<style>
a { background-color: #AB132B; }
a { background-color: rgb(171,19,43); }
div.DivClassName
{
background-color: #AB132B;
}
.BgClassName
{
background-color: #AB132B;
}
</style>
border-color css
<style>
span { border-color: #AB132B; }
span { border-color: rgb(171,19,43); }
td.TdClassName
{
border-color: #AB132B;
}
.TagClassName
{
border-color: #AB132B;
}
</style>