Shades of Cardinal #AD1441
Tints of Cardinal #AD1441
RGB
CMYK
RGB Variations
Color information
#AD1441 (or 0xAD1441) is known color: Cardinal. HEX triplet: AD, 14 and 41. RGB value is (173,20,65). Sum of RGB (Red+Green+Blue) = 173+20+65=258 (34% of max value = 765). Red value is 173 (67.97% from 255 or 67.05% from 258); Green value is 20 (8.20% from 255 or 7.75% from 258); Blue value is 65 (25.78% from 255 or 25.19% from 258); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1441 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1441 is #52EBBE. Grayscale: #464646. Windows color (decimal): -5434303 or 4265133. OLE color: 4265133.
HSL color Cylindrical-coordinate representation of color #AD1441: hue angle of 342.35º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD1441 is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 20 | 65 | - |
| CMYK | 0 | 0.88 | 0.62 | 0.32 |
| HSL | 342.35º | 0.79% | 0.38% | - |
| HSV(B) | 342.35º | 0.88% | 0.68% | - |
| XYZ | 18.44 | 9.77 | 5.91 | - |
| YUV | 70.88 | 124.69 | 200.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 20 | 65 | 0 | 0.88 | 0.62 | 0.32 | 342.35 | 0.79 | 0.38 |
| Hex | AD | 14 | 41 | 0 | 58 | 3E | 20 | 156 | 4F | 26 |
| Octal | 255 | 24 | 101 | 0 | 130 | 76 | 40 | 526 | 117 | 46 |
| Binary | 10101101 | 10100 | 1000001 | 0 | 1011000 | 111110 | 100000 | 101010110 | 1001111 | 100110 |
Color Harmonies of #AD1441
Complementary color
Monochromatic Colors of #AD1441
Black with #AD1441
Text Example
Text Example
White with #AD1441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1441; }
p { color: rgb(173,20,65); }
H1.HeaderClassName
{
color: #AD1441;
}
.AnyTagClassName
{
color: #AD1441;
}
</style>
background-color css
<style>
a { background-color: #AD1441; }
a { background-color: rgb(173,20,65); }
div.DivClassName
{
background-color: #AD1441;
}
.BgClassName
{
background-color: #AD1441;
}
</style>
border-color css
<style>
span { border-color: #AD1441; }
span { border-color: rgb(173,20,65); }
td.TdClassName
{
border-color: #AD1441;
}
.TagClassName
{
border-color: #AD1441;
}
</style>