Shades of Cardinal #AD2337
Tints of Cardinal #AD2337
RGB
CMYK
RGB Variations
Color information
#AD2337 (or 0xAD2337) is known color: Cardinal. HEX triplet: AD, 23 and 37. RGB value is (173,35,55). Sum of RGB (Red+Green+Blue) = 173+35+55=263 (34% of max value = 765). Red value is 173 (67.97% from 255 or 65.78% from 263); Green value is 35 (14.06% from 255 or 13.31% from 263); Blue value is 55 (21.88% from 255 or 20.91% from 263); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2337 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2337 is #52DCC8. Grayscale: #4E4E4E. Windows color (decimal): -5430473 or 3613613. OLE color: 3613613.
HSL color Cylindrical-coordinate representation of color #AD2337: hue angle of 351.3º 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 #AD2337 is Cyan = 0, Magento = 0.80, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 35 | 55 | - |
| CMYK | 0 | 0.80 | 0.68 | 0.32 |
| HSL | 351.3º | 0.66% | 0.41% | - |
| HSV(B) | 351.3º | 0.8% | 0.68% | - |
| XYZ | 18.52 | 10.36 | 4.64 | - |
| YUV | 78.54 | 114.72 | 195.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 35 | 55 | 0 | 0.80 | 0.68 | 0.32 | 351.3 | 0.66 | 0.41 |
| Hex | AD | 23 | 37 | 0 | 50 | 44 | 20 | 15F | 42 | 29 |
| Octal | 255 | 43 | 67 | 0 | 120 | 104 | 40 | 537 | 102 | 51 |
| Binary | 10101101 | 100011 | 110111 | 0 | 1010000 | 1000100 | 100000 | 101011111 | 1000010 | 101001 |
Color Harmonies of #AD2337
Complementary color
Monochromatic Colors of #AD2337
Black with #AD2337
Text Example
Text Example
White with #AD2337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2337; }
p { color: rgb(173,35,55); }
H1.HeaderClassName
{
color: #AD2337;
}
.AnyTagClassName
{
color: #AD2337;
}
</style>
background-color css
<style>
a { background-color: #AD2337; }
a { background-color: rgb(173,35,55); }
div.DivClassName
{
background-color: #AD2337;
}
.BgClassName
{
background-color: #AD2337;
}
</style>
border-color css
<style>
span { border-color: #AD2337; }
span { border-color: rgb(173,35,55); }
td.TdClassName
{
border-color: #AD2337;
}
.TagClassName
{
border-color: #AD2337;
}
</style>