Shades of Cardinal #AB103D
Tints of Cardinal #AB103D
RGB
CMYK
RGB Variations
Color information
#AB103D (or 0xAB103D) is known color: Cardinal. HEX triplet: AB, 10 and 3D. RGB value is (171,16,61). Sum of RGB (Red+Green+Blue) = 171+16+61=248 (32% of max value = 765). Red value is 171 (67.19% from 255 or 68.95% from 248); Green value is 16 (6.64% from 255 or 6.45% from 248); Blue value is 61 (24.22% from 255 or 24.60% from 248); Max value from RGB is 171 - color contains mainly: red. Hex color #AB103D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB103D is #54EFC2. Grayscale: #434343. Windows color (decimal): -5566403 or 4001963. OLE color: 4001963.
HSL color Cylindrical-coordinate representation of color #AB103D: hue angle of 342.58º 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 #AB103D is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 16 | 61 | - |
| CMYK | 0 | 0.91 | 0.64 | 0.33 |
| HSL | 342.58º | 0.83% | 0.37% | - |
| HSV(B) | 342.58º | 0.91% | 0.67% | - |
| XYZ | 17.82 | 9.37 | 5.28 | - |
| YUV | 67.48 | 124.35 | 201.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 16 | 61 | 0 | 0.91 | 0.64 | 0.33 | 342.58 | 0.83 | 0.37 |
| Hex | AB | 10 | 3D | 0 | 5B | 40 | 21 | 157 | 53 | 25 |
| Octal | 253 | 20 | 75 | 0 | 133 | 100 | 41 | 527 | 123 | 45 |
| Binary | 10101011 | 10000 | 111101 | 0 | 1011011 | 1000000 | 100001 | 101010111 | 1010011 | 100101 |
Color Harmonies of #AB103D
Complementary color
Monochromatic Colors of #AB103D
Black with #AB103D
Text Example
Text Example
White with #AB103D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB103D; }
p { color: rgb(171,16,61); }
H1.HeaderClassName
{
color: #AB103D;
}
.AnyTagClassName
{
color: #AB103D;
}
</style>
background-color css
<style>
a { background-color: #AB103D; }
a { background-color: rgb(171,16,61); }
div.DivClassName
{
background-color: #AB103D;
}
.BgClassName
{
background-color: #AB103D;
}
</style>
border-color css
<style>
span { border-color: #AB103D; }
span { border-color: rgb(171,16,61); }
td.TdClassName
{
border-color: #AB103D;
}
.TagClassName
{
border-color: #AB103D;
}
</style>