Shades of Cardinal #AD142D
Tints of Cardinal #AD142D
RGB
CMYK
RGB Variations
Color information
#AD142D (or 0xAD142D) is known color: Cardinal. HEX triplet: AD, 14 and 2D. RGB value is (173,20,45). Sum of RGB (Red+Green+Blue) = 173+20+45=238 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.69% from 238); Green value is 20 (8.20% from 255 or 8.40% from 238); Blue value is 45 (17.97% from 255 or 18.91% from 238); Max value from RGB is 173 - color contains mainly: red. Hex color #AD142D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD142D is #52EBD2. Grayscale: #444444. Windows color (decimal): -5434323 or 2954413. OLE color: 2954413.
HSL color Cylindrical-coordinate representation of color #AD142D: hue angle of 350.2º 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 #AD142D is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 20 | 45 | - |
| CMYK | 0 | 0.88 | 0.74 | 0.32 |
| HSL | 350.2º | 0.79% | 0.38% | - |
| HSV(B) | 350.2º | 0.88% | 0.68% | - |
| XYZ | 17.96 | 9.57 | 3.38 | - |
| YUV | 68.6 | 114.69 | 202.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 20 | 45 | 0 | 0.88 | 0.74 | 0.32 | 350.2 | 0.79 | 0.38 |
| Hex | AD | 14 | 2D | 0 | 58 | 4A | 20 | 15E | 4F | 26 |
| Octal | 255 | 24 | 55 | 0 | 130 | 112 | 40 | 536 | 117 | 46 |
| Binary | 10101101 | 10100 | 101101 | 0 | 1011000 | 1001010 | 100000 | 101011110 | 1001111 | 100110 |
Color Harmonies of #AD142D
Complementary color
Monochromatic Colors of #AD142D
Black with #AD142D
Text Example
Text Example
White with #AD142D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD142D; }
p { color: rgb(173,20,45); }
H1.HeaderClassName
{
color: #AD142D;
}
.AnyTagClassName
{
color: #AD142D;
}
</style>
background-color css
<style>
a { background-color: #AD142D; }
a { background-color: rgb(173,20,45); }
div.DivClassName
{
background-color: #AD142D;
}
.BgClassName
{
background-color: #AD142D;
}
</style>
border-color css
<style>
span { border-color: #AD142D; }
span { border-color: rgb(173,20,45); }
td.TdClassName
{
border-color: #AD142D;
}
.TagClassName
{
border-color: #AD142D;
}
</style>