Shades of Cardinal #AD143A
Tints of Cardinal #AD143A
RGB
CMYK
RGB Variations
Color information
#AD143A (or 0xAD143A) is known color: Cardinal. HEX triplet: AD, 14 and 3A. RGB value is (173,20,58). Sum of RGB (Red+Green+Blue) = 173+20+58=251 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.92% from 251); Green value is 20 (8.20% from 255 or 7.97% from 251); Blue value is 58 (23.05% from 255 or 23.11% from 251); Max value from RGB is 173 - color contains mainly: red. Hex color #AD143A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD143A is #52EBC5. Grayscale: #464646. Windows color (decimal): -5434310 or 3806381. OLE color: 3806381.
HSL color Cylindrical-coordinate representation of color #AD143A: hue angle of 345.1º 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 #AD143A is Cyan = 0, Magento = 0.88, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 20 | 58 | - |
| CMYK | 0 | 0.88 | 0.66 | 0.32 |
| HSL | 345.1º | 0.79% | 0.38% | - |
| HSV(B) | 345.1º | 0.88% | 0.68% | - |
| XYZ | 18.25 | 9.69 | 4.91 | - |
| YUV | 70.08 | 121.19 | 201.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 20 | 58 | 0 | 0.88 | 0.66 | 0.32 | 345.1 | 0.79 | 0.38 |
| Hex | AD | 14 | 3A | 0 | 58 | 42 | 20 | 159 | 4F | 26 |
| Octal | 255 | 24 | 72 | 0 | 130 | 102 | 40 | 531 | 117 | 46 |
| Binary | 10101101 | 10100 | 111010 | 0 | 1011000 | 1000010 | 100000 | 101011001 | 1001111 | 100110 |
Color Harmonies of #AD143A
Complementary color
Monochromatic Colors of #AD143A
Black with #AD143A
Text Example
Text Example
White with #AD143A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD143A; }
p { color: rgb(173,20,58); }
H1.HeaderClassName
{
color: #AD143A;
}
.AnyTagClassName
{
color: #AD143A;
}
</style>
background-color css
<style>
a { background-color: #AD143A; }
a { background-color: rgb(173,20,58); }
div.DivClassName
{
background-color: #AD143A;
}
.BgClassName
{
background-color: #AD143A;
}
</style>
border-color css
<style>
span { border-color: #AD143A; }
span { border-color: rgb(173,20,58); }
td.TdClassName
{
border-color: #AD143A;
}
.TagClassName
{
border-color: #AD143A;
}
</style>