Shades of Cardinal #AD1530
Tints of Cardinal #AD1530
RGB
CMYK
RGB Variations
Color information
#AD1530 (or 0xAD1530) is known color: Cardinal. HEX triplet: AD, 15 and 30. RGB value is (173,21,48). Sum of RGB (Red+Green+Blue) = 173+21+48=242 (32% of max value = 765). Red value is 173 (67.97% from 255 or 71.49% from 242); Green value is 21 (8.59% from 255 or 8.68% from 242); Blue value is 48 (19.14% from 255 or 19.83% from 242); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1530 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1530 is #52EACF. Grayscale: #454545. Windows color (decimal): -5434064 or 3151277. OLE color: 3151277.
HSL color Cylindrical-coordinate representation of color #AD1530: hue angle of 349.34º degrees, saturation: 0.78, 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 #AD1530 is Cyan = 0, Magento = 0.88, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 21 | 48 | - |
| CMYK | 0 | 0.88 | 0.72 | 0.32 |
| HSL | 349.34º | 0.78% | 0.38% | - |
| HSV(B) | 349.34º | 0.88% | 0.68% | - |
| XYZ | 18.04 | 9.63 | 3.71 | - |
| YUV | 69.53 | 115.86 | 201.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 21 | 48 | 0 | 0.88 | 0.72 | 0.32 | 349.34 | 0.78 | 0.38 |
| Hex | AD | 15 | 30 | 0 | 58 | 48 | 20 | 15D | 4E | 26 |
| Octal | 255 | 25 | 60 | 0 | 130 | 110 | 40 | 535 | 116 | 46 |
| Binary | 10101101 | 10101 | 110000 | 0 | 1011000 | 1001000 | 100000 | 101011101 | 1001110 | 100110 |
Color Harmonies of #AD1530
Complementary color
Monochromatic Colors of #AD1530
Black with #AD1530
Text Example
Text Example
White with #AD1530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1530; }
p { color: rgb(173,21,48); }
H1.HeaderClassName
{
color: #AD1530;
}
.AnyTagClassName
{
color: #AD1530;
}
</style>
background-color css
<style>
a { background-color: #AD1530; }
a { background-color: rgb(173,21,48); }
div.DivClassName
{
background-color: #AD1530;
}
.BgClassName
{
background-color: #AD1530;
}
</style>
border-color css
<style>
span { border-color: #AD1530; }
span { border-color: rgb(173,21,48); }
td.TdClassName
{
border-color: #AD1530;
}
.TagClassName
{
border-color: #AD1530;
}
</style>