Shades of Cardinal #AD2135
Tints of Cardinal #AD2135
RGB
CMYK
RGB Variations
Color information
#AD2135 (or 0xAD2135) is known color: Cardinal. HEX triplet: AD, 21 and 35. RGB value is (173,33,53). Sum of RGB (Red+Green+Blue) = 173+33+53=259 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.80% from 259); Green value is 33 (13.28% from 255 or 12.74% from 259); Blue value is 53 (21.09% from 255 or 20.46% from 259); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2135 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2135 is #52DECA. Grayscale: #4D4D4D. Windows color (decimal): -5430987 or 3482029. OLE color: 3482029.
HSL color Cylindrical-coordinate representation of color #AD2135: hue angle of 351.43º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AD2135 is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 33 | 53 | - |
| CMYK | 0 | 0.81 | 0.69 | 0.32 |
| HSL | 351.43º | 0.68% | 0.4% | - |
| HSV(B) | 351.43º | 0.81% | 0.68% | - |
| XYZ | 18.42 | 10.23 | 4.37 | - |
| YUV | 77.14 | 114.38 | 196.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 33 | 53 | 0 | 0.81 | 0.69 | 0.32 | 351.43 | 0.68 | 0.4 |
| Hex | AD | 21 | 35 | 0 | 51 | 45 | 20 | 15F | 44 | 28 |
| Octal | 255 | 41 | 65 | 0 | 121 | 105 | 40 | 537 | 104 | 50 |
| Binary | 10101101 | 100001 | 110101 | 0 | 1010001 | 1000101 | 100000 | 101011111 | 1000100 | 101000 |
Color Harmonies of #AD2135
Complementary color
Monochromatic Colors of #AD2135
Black with #AD2135
Text Example
Text Example
White with #AD2135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2135; }
p { color: rgb(173,33,53); }
H1.HeaderClassName
{
color: #AD2135;
}
.AnyTagClassName
{
color: #AD2135;
}
</style>
background-color css
<style>
a { background-color: #AD2135; }
a { background-color: rgb(173,33,53); }
div.DivClassName
{
background-color: #AD2135;
}
.BgClassName
{
background-color: #AD2135;
}
</style>
border-color css
<style>
span { border-color: #AD2135; }
span { border-color: rgb(173,33,53); }
td.TdClassName
{
border-color: #AD2135;
}
.TagClassName
{
border-color: #AD2135;
}
</style>