Shades of Cardinal #AD1445
Tints of Cardinal #AD1445
RGB
CMYK
RGB Variations
Color information
#AD1445 (or 0xAD1445) is known color: Cardinal. HEX triplet: AD, 14 and 45. RGB value is (173,20,69). Sum of RGB (Red+Green+Blue) = 173+20+69=262 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.03% from 262); Green value is 20 (8.20% from 255 or 7.63% from 262); Blue value is 69 (27.34% from 255 or 26.34% from 262); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1445 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1445 is #52EBBA. Grayscale: #474747. Windows color (decimal): -5434299 or 4527277. OLE color: 4527277.
HSL color Cylindrical-coordinate representation of color #AD1445: hue angle of 340.78º 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 #AD1445 is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 20 | 69 | - |
| CMYK | 0 | 0.88 | 0.60 | 0.32 |
| HSL | 340.78º | 0.79% | 0.38% | - |
| HSV(B) | 340.78º | 0.88% | 0.68% | - |
| XYZ | 18.56 | 9.81 | 6.55 | - |
| YUV | 71.33 | 126.69 | 200.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 20 | 69 | 0 | 0.88 | 0.60 | 0.32 | 340.78 | 0.79 | 0.38 |
| Hex | AD | 14 | 45 | 0 | 58 | 3C | 20 | 155 | 4F | 26 |
| Octal | 255 | 24 | 105 | 0 | 130 | 74 | 40 | 525 | 117 | 46 |
| Binary | 10101101 | 10100 | 1000101 | 0 | 1011000 | 111100 | 100000 | 101010101 | 1001111 | 100110 |
Color Harmonies of #AD1445
Complementary color
Monochromatic Colors of #AD1445
Black with #AD1445
Text Example
Text Example
White with #AD1445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1445; }
p { color: rgb(173,20,69); }
H1.HeaderClassName
{
color: #AD1445;
}
.AnyTagClassName
{
color: #AD1445;
}
</style>
background-color css
<style>
a { background-color: #AD1445; }
a { background-color: rgb(173,20,69); }
div.DivClassName
{
background-color: #AD1445;
}
.BgClassName
{
background-color: #AD1445;
}
</style>
border-color css
<style>
span { border-color: #AD1445; }
span { border-color: rgb(173,20,69); }
td.TdClassName
{
border-color: #AD1445;
}
.TagClassName
{
border-color: #AD1445;
}
</style>