Shades of Cardinal #AB103C
Tints of Cardinal #AB103C
RGB
CMYK
RGB Variations
Color information
#AB103C (or 0xAB103C) is known color: Cardinal. HEX triplet: AB, 10 and 3C. RGB value is (171,16,60). Sum of RGB (Red+Green+Blue) = 171+16+60=247 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.23% from 247); Green value is 16 (6.64% from 255 or 6.48% from 247); Blue value is 60 (23.83% from 255 or 24.29% from 247); Max value from RGB is 171 - color contains mainly: red. Hex color #AB103C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB103C is #54EFC3. Grayscale: #434343. Windows color (decimal): -5566404 or 3936427. OLE color: 3936427.
HSL color Cylindrical-coordinate representation of color #AB103C: hue angle of 342.97º 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 #AB103C is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 16 | 60 | - |
| CMYK | 0 | 0.91 | 0.65 | 0.33 |
| HSL | 342.97º | 0.83% | 0.37% | - |
| HSV(B) | 342.97º | 0.91% | 0.67% | - |
| XYZ | 17.8 | 9.35 | 5.14 | - |
| YUV | 67.36 | 123.85 | 201.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 16 | 60 | 0 | 0.91 | 0.65 | 0.33 | 342.97 | 0.83 | 0.37 |
| Hex | AB | 10 | 3C | 0 | 5B | 41 | 21 | 157 | 53 | 25 |
| Octal | 253 | 20 | 74 | 0 | 133 | 101 | 41 | 527 | 123 | 45 |
| Binary | 10101011 | 10000 | 111100 | 0 | 1011011 | 1000001 | 100001 | 101010111 | 1010011 | 100101 |
Color Harmonies of #AB103C
Complementary color
Monochromatic Colors of #AB103C
Black with #AB103C
Text Example
Text Example
White with #AB103C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB103C; }
p { color: rgb(171,16,60); }
H1.HeaderClassName
{
color: #AB103C;
}
.AnyTagClassName
{
color: #AB103C;
}
</style>
background-color css
<style>
a { background-color: #AB103C; }
a { background-color: rgb(171,16,60); }
div.DivClassName
{
background-color: #AB103C;
}
.BgClassName
{
background-color: #AB103C;
}
</style>
border-color css
<style>
span { border-color: #AB103C; }
span { border-color: rgb(171,16,60); }
td.TdClassName
{
border-color: #AB103C;
}
.TagClassName
{
border-color: #AB103C;
}
</style>