Shades of Cardinal #AB103B
Tints of Cardinal #AB103B
RGB
CMYK
RGB Variations
Color information
#AB103B (or 0xAB103B) is known color: Cardinal. HEX triplet: AB, 10 and 3B. RGB value is (171,16,59). Sum of RGB (Red+Green+Blue) = 171+16+59=246 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.51% from 246); Green value is 16 (6.64% from 255 or 6.50% from 246); Blue value is 59 (23.44% from 255 or 23.98% from 246); Max value from RGB is 171 - color contains mainly: red. Hex color #AB103B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB103B is #54EFC4. Grayscale: #434343. Windows color (decimal): -5566405 or 3870891. OLE color: 3870891.
HSL color Cylindrical-coordinate representation of color #AB103B: hue angle of 343.35º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB103B is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 16 | 59 | - |
| CMYK | 0 | 0.91 | 0.65 | 0.33 |
| HSL | 343.35º | 0.83% | 0.37% | - |
| HSV(B) | 343.35º | 0.91% | 0.67% | - |
| XYZ | 17.77 | 9.34 | 5 | - |
| YUV | 67.25 | 123.35 | 202 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 16 | 59 | 0 | 0.91 | 0.65 | 0.33 | 343.35 | 0.83 | 0.37 |
| Hex | AB | 10 | 3B | 0 | 5B | 41 | 21 | 157 | 53 | 25 |
| Octal | 253 | 20 | 73 | 0 | 133 | 101 | 41 | 527 | 123 | 45 |
| Binary | 10101011 | 10000 | 111011 | 0 | 1011011 | 1000001 | 100001 | 101010111 | 1010011 | 100101 |
Color Harmonies of #AB103B
Complementary color
Monochromatic Colors of #AB103B
Black with #AB103B
Text Example
Text Example
White with #AB103B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB103B; }
p { color: rgb(171,16,59); }
H1.HeaderClassName
{
color: #AB103B;
}
.AnyTagClassName
{
color: #AB103B;
}
</style>
background-color css
<style>
a { background-color: #AB103B; }
a { background-color: rgb(171,16,59); }
div.DivClassName
{
background-color: #AB103B;
}
.BgClassName
{
background-color: #AB103B;
}
</style>
border-color css
<style>
span { border-color: #AB103B; }
span { border-color: rgb(171,16,59); }
td.TdClassName
{
border-color: #AB103B;
}
.TagClassName
{
border-color: #AB103B;
}
</style>