Shades of Cardinal #AD1A2A
Tints of Cardinal #AD1A2A
RGB
CMYK
RGB Variations
Color information
#AD1A2A (or 0xAD1A2A) is known color: Cardinal. HEX triplet: AD, 1A and 2A. RGB value is (173,26,42). Sum of RGB (Red+Green+Blue) = 173+26+42=241 (31% of max value = 765). Red value is 173 (67.97% from 255 or 71.78% from 241); Green value is 26 (10.55% from 255 or 10.79% from 241); Blue value is 42 (16.80% from 255 or 17.43% from 241); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1A2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1A2A is #52E5D5. Grayscale: #474747. Windows color (decimal): -5432790 or 2759341. OLE color: 2759341.
HSL color Cylindrical-coordinate representation of color #AD1A2A: hue angle of 353.47º 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 #AD1A2A is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 26 | 42 | - |
| CMYK | 0 | 0.85 | 0.76 | 0.32 |
| HSL | 353.47º | 0.74% | 0.39% | - |
| HSV(B) | 353.47º | 0.85% | 0.68% | - |
| XYZ | 18.02 | 9.79 | 3.13 | - |
| YUV | 71.78 | 111.2 | 200.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 26 | 42 | 0 | 0.85 | 0.76 | 0.32 | 353.47 | 0.74 | 0.39 |
| Hex | AD | 1A | 2A | 0 | 55 | 4C | 20 | 161 | 4A | 27 |
| Octal | 255 | 32 | 52 | 0 | 125 | 114 | 40 | 541 | 112 | 47 |
| Binary | 10101101 | 11010 | 101010 | 0 | 1010101 | 1001100 | 100000 | 101100001 | 1001010 | 100111 |
Color Harmonies of #AD1A2A
Complementary color
Monochromatic Colors of #AD1A2A
Black with #AD1A2A
Text Example
Text Example
White with #AD1A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1A2A; }
p { color: rgb(173,26,42); }
H1.HeaderClassName
{
color: #AD1A2A;
}
.AnyTagClassName
{
color: #AD1A2A;
}
</style>
background-color css
<style>
a { background-color: #AD1A2A; }
a { background-color: rgb(173,26,42); }
div.DivClassName
{
background-color: #AD1A2A;
}
.BgClassName
{
background-color: #AD1A2A;
}
</style>
border-color css
<style>
span { border-color: #AD1A2A; }
span { border-color: rgb(173,26,42); }
td.TdClassName
{
border-color: #AD1A2A;
}
.TagClassName
{
border-color: #AD1A2A;
}
</style>