Shades of Cardinal #AD2534
Tints of Cardinal #AD2534
RGB
CMYK
RGB Variations
Color information
#AD2534 (or 0xAD2534) is known color: Cardinal. HEX triplet: AD, 25 and 34. RGB value is (173,37,52). Sum of RGB (Red+Green+Blue) = 173+37+52=262 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.03% from 262); Green value is 37 (14.84% from 255 or 14.12% from 262); Blue value is 52 (20.70% from 255 or 19.85% from 262); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2534 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2534 is #52DACB. Grayscale: #4F4F4F. Windows color (decimal): -5429964 or 3417517. OLE color: 3417517.
HSL color Cylindrical-coordinate representation of color #AD2534: hue angle of 353.38º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD2534 is Cyan = 0, Magento = 0.79, Yellow = 0.70 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 37 | 52 | - |
| CMYK | 0 | 0.79 | 0.70 | 0.32 |
| HSL | 353.38º | 0.65% | 0.41% | - |
| HSV(B) | 353.38º | 0.79% | 0.68% | - |
| XYZ | 18.51 | 10.46 | 4.29 | - |
| YUV | 79.37 | 112.56 | 194.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 37 | 52 | 0 | 0.79 | 0.70 | 0.32 | 353.38 | 0.65 | 0.41 |
| Hex | AD | 25 | 34 | 0 | 4F | 46 | 20 | 161 | 41 | 29 |
| Octal | 255 | 45 | 64 | 0 | 117 | 106 | 40 | 541 | 101 | 51 |
| Binary | 10101101 | 100101 | 110100 | 0 | 1001111 | 1000110 | 100000 | 101100001 | 1000001 | 101001 |
Color Harmonies of #AD2534
Complementary color
Monochromatic Colors of #AD2534
Black with #AD2534
Text Example
Text Example
White with #AD2534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2534; }
p { color: rgb(173,37,52); }
H1.HeaderClassName
{
color: #AD2534;
}
.AnyTagClassName
{
color: #AD2534;
}
</style>
background-color css
<style>
a { background-color: #AD2534; }
a { background-color: rgb(173,37,52); }
div.DivClassName
{
background-color: #AD2534;
}
.BgClassName
{
background-color: #AD2534;
}
</style>
border-color css
<style>
span { border-color: #AD2534; }
span { border-color: rgb(173,37,52); }
td.TdClassName
{
border-color: #AD2534;
}
.TagClassName
{
border-color: #AD2534;
}
</style>