Shades of Cardinal #AD2435
Tints of Cardinal #AD2435
RGB
CMYK
RGB Variations
Color information
#AD2435 (or 0xAD2435) is known color: Cardinal. HEX triplet: AD, 24 and 35. RGB value is (173,36,53). Sum of RGB (Red+Green+Blue) = 173+36+53=262 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.03% from 262); Green value is 36 (14.45% from 255 or 13.74% from 262); Blue value is 53 (21.09% from 255 or 20.23% from 262); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2435 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2435 is #52DBCA. Grayscale: #4E4E4E. Windows color (decimal): -5430219 or 3482797. OLE color: 3482797.
HSL color Cylindrical-coordinate representation of color #AD2435: hue angle of 352.55º degrees, saturation: 0.66, 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 #AD2435 is Cyan = 0, Magento = 0.79, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 36 | 53 | - |
| CMYK | 0 | 0.79 | 0.69 | 0.32 |
| HSL | 352.55º | 0.66% | 0.41% | - |
| HSV(B) | 352.55º | 0.79% | 0.68% | - |
| XYZ | 18.51 | 10.4 | 4.4 | - |
| YUV | 78.9 | 113.39 | 195.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 36 | 53 | 0 | 0.79 | 0.69 | 0.32 | 352.55 | 0.66 | 0.41 |
| Hex | AD | 24 | 35 | 0 | 4F | 45 | 20 | 161 | 42 | 29 |
| Octal | 255 | 44 | 65 | 0 | 117 | 105 | 40 | 541 | 102 | 51 |
| Binary | 10101101 | 100100 | 110101 | 0 | 1001111 | 1000101 | 100000 | 101100001 | 1000010 | 101001 |
Color Harmonies of #AD2435
Complementary color
Monochromatic Colors of #AD2435
Black with #AD2435
Text Example
Text Example
White with #AD2435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2435; }
p { color: rgb(173,36,53); }
H1.HeaderClassName
{
color: #AD2435;
}
.AnyTagClassName
{
color: #AD2435;
}
</style>
background-color css
<style>
a { background-color: #AD2435; }
a { background-color: rgb(173,36,53); }
div.DivClassName
{
background-color: #AD2435;
}
.BgClassName
{
background-color: #AD2435;
}
</style>
border-color css
<style>
span { border-color: #AD2435; }
span { border-color: rgb(173,36,53); }
td.TdClassName
{
border-color: #AD2435;
}
.TagClassName
{
border-color: #AD2435;
}
</style>