Shades of Cardinal #AD2340
Tints of Cardinal #AD2340
RGB
CMYK
RGB Variations
Color information
#AD2340 (or 0xAD2340) is known color: Cardinal. HEX triplet: AD, 23 and 40. RGB value is (173,35,64). Sum of RGB (Red+Green+Blue) = 173+35+64=272 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.60% from 272); Green value is 35 (14.06% from 255 or 12.87% from 272); Blue value is 64 (25.39% from 255 or 23.53% from 272); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2340 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2340 is #52DCBF. Grayscale: #4F4F4F. Windows color (decimal): -5430464 or 4203437. OLE color: 4203437.
HSL color Cylindrical-coordinate representation of color #AD2340: hue angle of 347.39º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD2340 is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 35 | 64 | - |
| CMYK | 0 | 0.80 | 0.63 | 0.32 |
| HSL | 347.39º | 0.66% | 0.41% | - |
| HSV(B) | 347.39º | 0.8% | 0.68% | - |
| XYZ | 18.76 | 10.46 | 5.88 | - |
| YUV | 79.57 | 119.22 | 194.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 35 | 64 | 0 | 0.80 | 0.63 | 0.32 | 347.39 | 0.66 | 0.41 |
| Hex | AD | 23 | 40 | 0 | 50 | 3F | 20 | 15B | 42 | 29 |
| Octal | 255 | 43 | 100 | 0 | 120 | 77 | 40 | 533 | 102 | 51 |
| Binary | 10101101 | 100011 | 1000000 | 0 | 1010000 | 111111 | 100000 | 101011011 | 1000010 | 101001 |
Color Harmonies of #AD2340
Complementary color
Monochromatic Colors of #AD2340
Black with #AD2340
Text Example
Text Example
White with #AD2340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2340; }
p { color: rgb(173,35,64); }
H1.HeaderClassName
{
color: #AD2340;
}
.AnyTagClassName
{
color: #AD2340;
}
</style>
background-color css
<style>
a { background-color: #AD2340; }
a { background-color: rgb(173,35,64); }
div.DivClassName
{
background-color: #AD2340;
}
.BgClassName
{
background-color: #AD2340;
}
</style>
border-color css
<style>
span { border-color: #AD2340; }
span { border-color: rgb(173,35,64); }
td.TdClassName
{
border-color: #AD2340;
}
.TagClassName
{
border-color: #AD2340;
}
</style>