Shades of Cardinal #AD2636
Tints of Cardinal #AD2636
RGB
CMYK
RGB Variations
Color information
#AD2636 (or 0xAD2636) is known color: Cardinal. HEX triplet: AD, 26 and 36. RGB value is (173,38,54). Sum of RGB (Red+Green+Blue) = 173+38+54=265 (35% of max value = 765). Red value is 173 (67.97% from 255 or 65.28% from 265); Green value is 38 (15.23% from 255 or 14.34% from 265); Blue value is 54 (21.48% from 255 or 20.38% from 265); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2636 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2636 is #52D9C9. Grayscale: #505050. Windows color (decimal): -5429706 or 3548845. OLE color: 3548845.
HSL color Cylindrical-coordinate representation of color #AD2636: hue angle of 352.89º 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 #AD2636 is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 38 | 54 | - |
| CMYK | 0 | 0.78 | 0.69 | 0.32 |
| HSL | 352.89º | 0.64% | 0.41% | - |
| HSV(B) | 352.89º | 0.78% | 0.68% | - |
| XYZ | 18.59 | 10.54 | 4.54 | - |
| YUV | 80.19 | 113.23 | 194.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 38 | 54 | 0 | 0.78 | 0.69 | 0.32 | 352.89 | 0.64 | 0.41 |
| Hex | AD | 26 | 36 | 0 | 4E | 45 | 20 | 161 | 40 | 29 |
| Octal | 255 | 46 | 66 | 0 | 116 | 105 | 40 | 541 | 100 | 51 |
| Binary | 10101101 | 100110 | 110110 | 0 | 1001110 | 1000101 | 100000 | 101100001 | 1000000 | 101001 |
Color Harmonies of #AD2636
Complementary color
Monochromatic Colors of #AD2636
Black with #AD2636
Text Example
Text Example
White with #AD2636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2636; }
p { color: rgb(173,38,54); }
H1.HeaderClassName
{
color: #AD2636;
}
.AnyTagClassName
{
color: #AD2636;
}
</style>
background-color css
<style>
a { background-color: #AD2636; }
a { background-color: rgb(173,38,54); }
div.DivClassName
{
background-color: #AD2636;
}
.BgClassName
{
background-color: #AD2636;
}
</style>
border-color css
<style>
span { border-color: #AD2636; }
span { border-color: rgb(173,38,54); }
td.TdClassName
{
border-color: #AD2636;
}
.TagClassName
{
border-color: #AD2636;
}
</style>