Shades of Cardinal #AD1A43
Tints of Cardinal #AD1A43
RGB
CMYK
RGB Variations
Color information
#AD1A43 (or 0xAD1A43) is known color: Cardinal. HEX triplet: AD, 1A and 43. RGB value is (173,26,67). Sum of RGB (Red+Green+Blue) = 173+26+67=266 (35% of max value = 765). Red value is 173 (67.97% from 255 or 65.04% from 266); Green value is 26 (10.55% from 255 or 9.77% from 266); Blue value is 67 (26.56% from 255 or 25.19% from 266); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1A43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1A43 is #52E5BC. Grayscale: #4A4A4A. Windows color (decimal): -5432765 or 4397741. OLE color: 4397741.
HSL color Cylindrical-coordinate representation of color #AD1A43: hue angle of 343.27º 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 #AD1A43 is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 26 | 67 | - |
| CMYK | 0 | 0.85 | 0.61 | 0.32 |
| HSL | 343.27º | 0.74% | 0.39% | - |
| HSV(B) | 343.27º | 0.85% | 0.68% | - |
| XYZ | 18.62 | 10.03 | 6.26 | - |
| YUV | 74.63 | 123.7 | 198.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 26 | 67 | 0 | 0.85 | 0.61 | 0.32 | 343.27 | 0.74 | 0.39 |
| Hex | AD | 1A | 43 | 0 | 55 | 3D | 20 | 157 | 4A | 27 |
| Octal | 255 | 32 | 103 | 0 | 125 | 75 | 40 | 527 | 112 | 47 |
| Binary | 10101101 | 11010 | 1000011 | 0 | 1010101 | 111101 | 100000 | 101010111 | 1001010 | 100111 |
Color Harmonies of #AD1A43
Complementary color
Monochromatic Colors of #AD1A43
Black with #AD1A43
Text Example
Text Example
White with #AD1A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1A43; }
p { color: rgb(173,26,67); }
H1.HeaderClassName
{
color: #AD1A43;
}
.AnyTagClassName
{
color: #AD1A43;
}
</style>
background-color css
<style>
a { background-color: #AD1A43; }
a { background-color: rgb(173,26,67); }
div.DivClassName
{
background-color: #AD1A43;
}
.BgClassName
{
background-color: #AD1A43;
}
</style>
border-color css
<style>
span { border-color: #AD1A43; }
span { border-color: rgb(173,26,67); }
td.TdClassName
{
border-color: #AD1A43;
}
.TagClassName
{
border-color: #AD1A43;
}
</style>