Shades of Cardinal #AD1334
Tints of Cardinal #AD1334
RGB
CMYK
RGB Variations
Color information
#AD1334 (or 0xAD1334) is known color: Cardinal. HEX triplet: AD, 13 and 34. RGB value is (173,19,52). Sum of RGB (Red+Green+Blue) = 173+19+52=244 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.90% from 244); Green value is 19 (7.81% from 255 or 7.79% from 244); Blue value is 52 (20.70% from 255 or 21.31% from 244); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1334 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1334 is #52ECCB. Grayscale: #444444. Windows color (decimal): -5434572 or 3412909. OLE color: 3412909.
HSL color Cylindrical-coordinate representation of color #AD1334: hue angle of 347.14º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD1334 is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 19 | 52 | - |
| CMYK | 0 | 0.89 | 0.70 | 0.32 |
| HSL | 347.14º | 0.8% | 0.38% | - |
| HSV(B) | 347.14º | 0.89% | 0.68% | - |
| XYZ | 18.09 | 9.6 | 4.15 | - |
| YUV | 68.81 | 118.52 | 202.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 19 | 52 | 0 | 0.89 | 0.70 | 0.32 | 347.14 | 0.8 | 0.38 |
| Hex | AD | 13 | 34 | 0 | 59 | 46 | 20 | 15B | 50 | 26 |
| Octal | 255 | 23 | 64 | 0 | 131 | 106 | 40 | 533 | 120 | 46 |
| Binary | 10101101 | 10011 | 110100 | 0 | 1011001 | 1000110 | 100000 | 101011011 | 1010000 | 100110 |
Color Harmonies of #AD1334
Complementary color
Monochromatic Colors of #AD1334
Black with #AD1334
Text Example
Text Example
White with #AD1334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1334; }
p { color: rgb(173,19,52); }
H1.HeaderClassName
{
color: #AD1334;
}
.AnyTagClassName
{
color: #AD1334;
}
</style>
background-color css
<style>
a { background-color: #AD1334; }
a { background-color: rgb(173,19,52); }
div.DivClassName
{
background-color: #AD1334;
}
.BgClassName
{
background-color: #AD1334;
}
</style>
border-color css
<style>
span { border-color: #AD1334; }
span { border-color: rgb(173,19,52); }
td.TdClassName
{
border-color: #AD1334;
}
.TagClassName
{
border-color: #AD1334;
}
</style>