Shades of Cardinal #AD1A30
Tints of Cardinal #AD1A30
RGB
CMYK
RGB Variations
Color information
#AD1A30 (or 0xAD1A30) is known color: Cardinal. HEX triplet: AD, 1A and 30. RGB value is (173,26,48). Sum of RGB (Red+Green+Blue) = 173+26+48=247 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.04% from 247); Green value is 26 (10.55% from 255 or 10.53% from 247); Blue value is 48 (19.14% from 255 or 19.43% from 247); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1A30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1A30 is #52E5CF. Grayscale: #484848. Windows color (decimal): -5432784 or 3152557. OLE color: 3152557.
HSL color Cylindrical-coordinate representation of color #AD1A30: hue angle of 351.02º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AD1A30 is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 26 | 48 | - |
| CMYK | 0 | 0.85 | 0.72 | 0.32 |
| HSL | 351.02º | 0.74% | 0.39% | - |
| HSV(B) | 351.02º | 0.85% | 0.68% | - |
| XYZ | 18.14 | 9.84 | 3.74 | - |
| YUV | 72.46 | 114.2 | 199.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 26 | 48 | 0 | 0.85 | 0.72 | 0.32 | 351.02 | 0.74 | 0.39 |
| Hex | AD | 1A | 30 | 0 | 55 | 48 | 20 | 15F | 4A | 27 |
| Octal | 255 | 32 | 60 | 0 | 125 | 110 | 40 | 537 | 112 | 47 |
| Binary | 10101101 | 11010 | 110000 | 0 | 1010101 | 1001000 | 100000 | 101011111 | 1001010 | 100111 |
Color Harmonies of #AD1A30
Complementary color
Monochromatic Colors of #AD1A30
Black with #AD1A30
Text Example
Text Example
White with #AD1A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1A30; }
p { color: rgb(173,26,48); }
H1.HeaderClassName
{
color: #AD1A30;
}
.AnyTagClassName
{
color: #AD1A30;
}
</style>
background-color css
<style>
a { background-color: #AD1A30; }
a { background-color: rgb(173,26,48); }
div.DivClassName
{
background-color: #AD1A30;
}
.BgClassName
{
background-color: #AD1A30;
}
</style>
border-color css
<style>
span { border-color: #AD1A30; }
span { border-color: rgb(173,26,48); }
td.TdClassName
{
border-color: #AD1A30;
}
.TagClassName
{
border-color: #AD1A30;
}
</style>