Shades of Cardinal #AD1D30
Tints of Cardinal #AD1D30
RGB
CMYK
RGB Variations
Color information
#AD1D30 (or 0xAD1D30) is known color: Cardinal. HEX triplet: AD, 1D and 30. RGB value is (173,29,48). Sum of RGB (Red+Green+Blue) = 173+29+48=250 (33% of max value = 765). Red value is 173 (67.97% from 255 or 69.2% from 250); Green value is 29 (11.72% from 255 or 11.6% from 250); Blue value is 48 (19.14% from 255 or 19.2% from 250); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1D30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1D30 is #52E2CF. Grayscale: #4A4A4A. Windows color (decimal): -5432016 or 3153325. OLE color: 3153325.
HSL color Cylindrical-coordinate representation of color #AD1D30: hue angle of 352.08º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD1D30 is Cyan = 0, Magento = 0.83, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 29 | 48 | - |
| CMYK | 0 | 0.83 | 0.72 | 0.32 |
| HSL | 352.08º | 0.71% | 0.4% | - |
| HSV(B) | 352.08º | 0.83% | 0.68% | - |
| XYZ | 18.21 | 9.98 | 3.76 | - |
| YUV | 74.22 | 113.21 | 198.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 29 | 48 | 0 | 0.83 | 0.72 | 0.32 | 352.08 | 0.71 | 0.4 |
| Hex | AD | 1D | 30 | 0 | 53 | 48 | 20 | 160 | 47 | 28 |
| Octal | 255 | 35 | 60 | 0 | 123 | 110 | 40 | 540 | 107 | 50 |
| Binary | 10101101 | 11101 | 110000 | 0 | 1010011 | 1001000 | 100000 | 101100000 | 1000111 | 101000 |
Color Harmonies of #AD1D30
Complementary color
Monochromatic Colors of #AD1D30
Black with #AD1D30
Text Example
Text Example
White with #AD1D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1D30; }
p { color: rgb(173,29,48); }
H1.HeaderClassName
{
color: #AD1D30;
}
.AnyTagClassName
{
color: #AD1D30;
}
</style>
background-color css
<style>
a { background-color: #AD1D30; }
a { background-color: rgb(173,29,48); }
div.DivClassName
{
background-color: #AD1D30;
}
.BgClassName
{
background-color: #AD1D30;
}
</style>
border-color css
<style>
span { border-color: #AD1D30; }
span { border-color: rgb(173,29,48); }
td.TdClassName
{
border-color: #AD1D30;
}
.TagClassName
{
border-color: #AD1D30;
}
</style>