Shades of Cardinal #AD143B
Tints of Cardinal #AD143B
RGB
CMYK
RGB Variations
Color information
#AD143B (or 0xAD143B) is known color: Cardinal. HEX triplet: AD, 14 and 3B. RGB value is (173,20,59). Sum of RGB (Red+Green+Blue) = 173+20+59=252 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.65% from 252); Green value is 20 (8.20% from 255 or 7.94% from 252); Blue value is 59 (23.44% from 255 or 23.41% from 252); Max value from RGB is 173 - color contains mainly: red. Hex color #AD143B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD143B is #52EBC4. Grayscale: #464646. Windows color (decimal): -5434309 or 3871917. OLE color: 3871917.
HSL color Cylindrical-coordinate representation of color #AD143B: hue angle of 344.71º 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 #AD143B is Cyan = 0, Magento = 0.88, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 20 | 59 | - |
| CMYK | 0 | 0.88 | 0.66 | 0.32 |
| HSL | 344.71º | 0.79% | 0.38% | - |
| HSV(B) | 344.71º | 0.88% | 0.68% | - |
| XYZ | 18.27 | 9.7 | 5.05 | - |
| YUV | 70.19 | 121.69 | 201.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 20 | 59 | 0 | 0.88 | 0.66 | 0.32 | 344.71 | 0.79 | 0.38 |
| Hex | AD | 14 | 3B | 0 | 58 | 42 | 20 | 159 | 4F | 26 |
| Octal | 255 | 24 | 73 | 0 | 130 | 102 | 40 | 531 | 117 | 46 |
| Binary | 10101101 | 10100 | 111011 | 0 | 1011000 | 1000010 | 100000 | 101011001 | 1001111 | 100110 |
Color Harmonies of #AD143B
Complementary color
Monochromatic Colors of #AD143B
Black with #AD143B
Text Example
Text Example
White with #AD143B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD143B; }
p { color: rgb(173,20,59); }
H1.HeaderClassName
{
color: #AD143B;
}
.AnyTagClassName
{
color: #AD143B;
}
</style>
background-color css
<style>
a { background-color: #AD143B; }
a { background-color: rgb(173,20,59); }
div.DivClassName
{
background-color: #AD143B;
}
.BgClassName
{
background-color: #AD143B;
}
</style>
border-color css
<style>
span { border-color: #AD143B; }
span { border-color: rgb(173,20,59); }
td.TdClassName
{
border-color: #AD143B;
}
.TagClassName
{
border-color: #AD143B;
}
</style>