Shades of Cardinal #AD1430
Tints of Cardinal #AD1430
RGB
CMYK
RGB Variations
Color information
#AD1430 (or 0xAD1430) is known color: Cardinal. HEX triplet: AD, 14 and 30. RGB value is (173,20,48). Sum of RGB (Red+Green+Blue) = 173+20+48=241 (31% of max value = 765). Red value is 173 (67.97% from 255 or 71.78% from 241); Green value is 20 (8.20% from 255 or 8.30% from 241); Blue value is 48 (19.14% from 255 or 19.92% from 241); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1430 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1430 is #52EBCF. Grayscale: #444444. Windows color (decimal): -5434320 or 3151021. OLE color: 3151021.
HSL color Cylindrical-coordinate representation of color #AD1430: hue angle of 349.02º 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 #AD1430 is Cyan = 0, Magento = 0.88, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 20 | 48 | - |
| CMYK | 0 | 0.88 | 0.72 | 0.32 |
| HSL | 349.02º | 0.79% | 0.38% | - |
| HSV(B) | 349.02º | 0.88% | 0.68% | - |
| XYZ | 18.02 | 9.6 | 3.7 | - |
| YUV | 68.94 | 116.19 | 202.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 20 | 48 | 0 | 0.88 | 0.72 | 0.32 | 349.02 | 0.79 | 0.38 |
| Hex | AD | 14 | 30 | 0 | 58 | 48 | 20 | 15D | 4F | 26 |
| Octal | 255 | 24 | 60 | 0 | 130 | 110 | 40 | 535 | 117 | 46 |
| Binary | 10101101 | 10100 | 110000 | 0 | 1011000 | 1001000 | 100000 | 101011101 | 1001111 | 100110 |
Color Harmonies of #AD1430
Complementary color
Monochromatic Colors of #AD1430
Black with #AD1430
Text Example
Text Example
White with #AD1430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1430; }
p { color: rgb(173,20,48); }
H1.HeaderClassName
{
color: #AD1430;
}
.AnyTagClassName
{
color: #AD1430;
}
</style>
background-color css
<style>
a { background-color: #AD1430; }
a { background-color: rgb(173,20,48); }
div.DivClassName
{
background-color: #AD1430;
}
.BgClassName
{
background-color: #AD1430;
}
</style>
border-color css
<style>
span { border-color: #AD1430; }
span { border-color: rgb(173,20,48); }
td.TdClassName
{
border-color: #AD1430;
}
.TagClassName
{
border-color: #AD1430;
}
</style>