Shades of Cardinal #AB103E
Tints of Cardinal #AB103E
RGB
CMYK
RGB Variations
Color information
#AB103E (or 0xAB103E) is known color: Cardinal. HEX triplet: AB, 10 and 3E. RGB value is (171,16,62). Sum of RGB (Red+Green+Blue) = 171+16+62=249 (32% of max value = 765). Red value is 171 (67.19% from 255 or 68.67% from 249); Green value is 16 (6.64% from 255 or 6.43% from 249); Blue value is 62 (24.61% from 255 or 24.90% from 249); Max value from RGB is 171 - color contains mainly: red. Hex color #AB103E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB103E is #54EFC1. Grayscale: #434343. Windows color (decimal): -5566402 or 4067499. OLE color: 4067499.
HSL color Cylindrical-coordinate representation of color #AB103E: hue angle of 342.19º 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 #AB103E is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 16 | 62 | - |
| CMYK | 0 | 0.91 | 0.64 | 0.33 |
| HSL | 342.19º | 0.83% | 0.37% | - |
| HSV(B) | 342.19º | 0.91% | 0.67% | - |
| XYZ | 17.85 | 9.38 | 5.43 | - |
| YUV | 67.59 | 124.85 | 201.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 16 | 62 | 0 | 0.91 | 0.64 | 0.33 | 342.19 | 0.83 | 0.37 |
| Hex | AB | 10 | 3E | 0 | 5B | 40 | 21 | 156 | 53 | 25 |
| Octal | 253 | 20 | 76 | 0 | 133 | 100 | 41 | 526 | 123 | 45 |
| Binary | 10101011 | 10000 | 111110 | 0 | 1011011 | 1000000 | 100001 | 101010110 | 1010011 | 100101 |
Color Harmonies of #AB103E
Complementary color
Monochromatic Colors of #AB103E
Black with #AB103E
Text Example
Text Example
White with #AB103E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB103E; }
p { color: rgb(171,16,62); }
H1.HeaderClassName
{
color: #AB103E;
}
.AnyTagClassName
{
color: #AB103E;
}
</style>
background-color css
<style>
a { background-color: #AB103E; }
a { background-color: rgb(171,16,62); }
div.DivClassName
{
background-color: #AB103E;
}
.BgClassName
{
background-color: #AB103E;
}
</style>
border-color css
<style>
span { border-color: #AB103E; }
span { border-color: rgb(171,16,62); }
td.TdClassName
{
border-color: #AB103E;
}
.TagClassName
{
border-color: #AB103E;
}
</style>