Shades of Cardinal #AD1330
Tints of Cardinal #AD1330
RGB
CMYK
RGB Variations
Color information
#AD1330 (or 0xAD1330) is known color: Cardinal. HEX triplet: AD, 13 and 30. RGB value is (173,19,48). Sum of RGB (Red+Green+Blue) = 173+19+48=240 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.08% from 240); Green value is 19 (7.81% from 255 or 7.92% from 240); Blue value is 48 (19.14% from 255 or 20% from 240); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1330 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1330 is #52ECCF. Grayscale: #444444. Windows color (decimal): -5434576 or 3150765. OLE color: 3150765.
HSL color Cylindrical-coordinate representation of color #AD1330: hue angle of 348.7º 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 #AD1330 is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 19 | 48 | - |
| CMYK | 0 | 0.89 | 0.72 | 0.32 |
| HSL | 348.7º | 0.8% | 0.38% | - |
| HSV(B) | 348.7º | 0.89% | 0.68% | - |
| XYZ | 18 | 9.56 | 3.69 | - |
| YUV | 68.35 | 116.52 | 202.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 19 | 48 | 0 | 0.89 | 0.72 | 0.32 | 348.7 | 0.8 | 0.38 |
| Hex | AD | 13 | 30 | 0 | 59 | 48 | 20 | 15D | 50 | 26 |
| Octal | 255 | 23 | 60 | 0 | 131 | 110 | 40 | 535 | 120 | 46 |
| Binary | 10101101 | 10011 | 110000 | 0 | 1011001 | 1001000 | 100000 | 101011101 | 1010000 | 100110 |
Color Harmonies of #AD1330
Complementary color
Monochromatic Colors of #AD1330
Black with #AD1330
Text Example
Text Example
White with #AD1330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1330; }
p { color: rgb(173,19,48); }
H1.HeaderClassName
{
color: #AD1330;
}
.AnyTagClassName
{
color: #AD1330;
}
</style>
background-color css
<style>
a { background-color: #AD1330; }
a { background-color: rgb(173,19,48); }
div.DivClassName
{
background-color: #AD1330;
}
.BgClassName
{
background-color: #AD1330;
}
</style>
border-color css
<style>
span { border-color: #AD1330; }
span { border-color: rgb(173,19,48); }
td.TdClassName
{
border-color: #AD1330;
}
.TagClassName
{
border-color: #AD1330;
}
</style>