Shades of Cardinal #AD2639
Tints of Cardinal #AD2639
RGB
CMYK
RGB Variations
Color information
#AD2639 (or 0xAD2639) is known color: Cardinal. HEX triplet: AD, 26 and 39. RGB value is (173,38,57). Sum of RGB (Red+Green+Blue) = 173+38+57=268 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.55% from 268); Green value is 38 (15.23% from 255 or 14.18% from 268); Blue value is 57 (22.66% from 255 or 21.27% from 268); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2639 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2639 is #52D9C6. Grayscale: #505050. Windows color (decimal): -5429703 or 3745453. OLE color: 3745453.
HSL color Cylindrical-coordinate representation of color #AD2639: hue angle of 351.56º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD2639 is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 38 | 57 | - |
| CMYK | 0 | 0.78 | 0.67 | 0.32 |
| HSL | 351.56º | 0.64% | 0.41% | - |
| HSV(B) | 351.56º | 0.78% | 0.68% | - |
| XYZ | 18.67 | 10.57 | 4.93 | - |
| YUV | 80.53 | 114.73 | 193.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 38 | 57 | 0 | 0.78 | 0.67 | 0.32 | 351.56 | 0.64 | 0.41 |
| Hex | AD | 26 | 39 | 0 | 4E | 43 | 20 | 160 | 40 | 29 |
| Octal | 255 | 46 | 71 | 0 | 116 | 103 | 40 | 540 | 100 | 51 |
| Binary | 10101101 | 100110 | 111001 | 0 | 1001110 | 1000011 | 100000 | 101100000 | 1000000 | 101001 |
Color Harmonies of #AD2639
Complementary color
Monochromatic Colors of #AD2639
Black with #AD2639
Text Example
Text Example
White with #AD2639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2639; }
p { color: rgb(173,38,57); }
H1.HeaderClassName
{
color: #AD2639;
}
.AnyTagClassName
{
color: #AD2639;
}
</style>
background-color css
<style>
a { background-color: #AD2639; }
a { background-color: rgb(173,38,57); }
div.DivClassName
{
background-color: #AD2639;
}
.BgClassName
{
background-color: #AD2639;
}
</style>
border-color css
<style>
span { border-color: #AD2639; }
span { border-color: rgb(173,38,57); }
td.TdClassName
{
border-color: #AD2639;
}
.TagClassName
{
border-color: #AD2639;
}
</style>