Shades of Cardinal #AD142A
Tints of Cardinal #AD142A
RGB
CMYK
RGB Variations
Color information
#AD142A (or 0xAD142A) is known color: Cardinal. HEX triplet: AD, 14 and 2A. RGB value is (173,20,42). Sum of RGB (Red+Green+Blue) = 173+20+42=235 (31% of max value = 765). Red value is 173 (67.97% from 255 or 73.62% from 235); Green value is 20 (8.20% from 255 or 8.51% from 235); Blue value is 42 (16.80% from 255 or 17.87% from 235); Max value from RGB is 173 - color contains mainly: red. Hex color #AD142A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD142A is #52EBD5. Grayscale: #444444. Windows color (decimal): -5434326 or 2757805. OLE color: 2757805.
HSL color Cylindrical-coordinate representation of color #AD142A: hue angle of 351.37º 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 #AD142A is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 20 | 42 | - |
| CMYK | 0 | 0.88 | 0.76 | 0.32 |
| HSL | 351.37º | 0.79% | 0.38% | - |
| HSV(B) | 351.37º | 0.88% | 0.68% | - |
| XYZ | 17.9 | 9.55 | 3.09 | - |
| YUV | 68.26 | 113.19 | 202.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 20 | 42 | 0 | 0.88 | 0.76 | 0.32 | 351.37 | 0.79 | 0.38 |
| Hex | AD | 14 | 2A | 0 | 58 | 4C | 20 | 15F | 4F | 26 |
| Octal | 255 | 24 | 52 | 0 | 130 | 114 | 40 | 537 | 117 | 46 |
| Binary | 10101101 | 10100 | 101010 | 0 | 1011000 | 1001100 | 100000 | 101011111 | 1001111 | 100110 |
Color Harmonies of #AD142A
Complementary color
Monochromatic Colors of #AD142A
Black with #AD142A
Text Example
Text Example
White with #AD142A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD142A; }
p { color: rgb(173,20,42); }
H1.HeaderClassName
{
color: #AD142A;
}
.AnyTagClassName
{
color: #AD142A;
}
</style>
background-color css
<style>
a { background-color: #AD142A; }
a { background-color: rgb(173,20,42); }
div.DivClassName
{
background-color: #AD142A;
}
.BgClassName
{
background-color: #AD142A;
}
</style>
border-color css
<style>
span { border-color: #AD142A; }
span { border-color: rgb(173,20,42); }
td.TdClassName
{
border-color: #AD142A;
}
.TagClassName
{
border-color: #AD142A;
}
</style>