Shades of Cardinal #AD2240
Tints of Cardinal #AD2240
RGB
CMYK
RGB Variations
Color information
#AD2240 (or 0xAD2240) is known color: Cardinal. HEX triplet: AD, 22 and 40. RGB value is (173,34,64). Sum of RGB (Red+Green+Blue) = 173+34+64=271 (35% of max value = 765). Red value is 173 (67.97% from 255 or 63.84% from 271); Green value is 34 (13.67% from 255 or 12.55% from 271); Blue value is 64 (25.39% from 255 or 23.62% from 271); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2240 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2240 is #52DDBF. Grayscale: #4F4F4F. Windows color (decimal): -5430720 or 4203181. OLE color: 4203181.
HSL color Cylindrical-coordinate representation of color #AD2240: hue angle of 347.05º degrees, saturation: 0.67, 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 #AD2240 is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 34 | 64 | - |
| CMYK | 0 | 0.80 | 0.63 | 0.32 |
| HSL | 347.05º | 0.67% | 0.41% | - |
| HSV(B) | 347.05º | 0.8% | 0.68% | - |
| XYZ | 18.73 | 10.4 | 5.87 | - |
| YUV | 78.98 | 119.55 | 195.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 34 | 64 | 0 | 0.80 | 0.63 | 0.32 | 347.05 | 0.67 | 0.41 |
| Hex | AD | 22 | 40 | 0 | 50 | 3F | 20 | 15B | 43 | 29 |
| Octal | 255 | 42 | 100 | 0 | 120 | 77 | 40 | 533 | 103 | 51 |
| Binary | 10101101 | 100010 | 1000000 | 0 | 1010000 | 111111 | 100000 | 101011011 | 1000011 | 101001 |
Color Harmonies of #AD2240
Complementary color
Monochromatic Colors of #AD2240
Black with #AD2240
Text Example
Text Example
White with #AD2240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2240; }
p { color: rgb(173,34,64); }
H1.HeaderClassName
{
color: #AD2240;
}
.AnyTagClassName
{
color: #AD2240;
}
</style>
background-color css
<style>
a { background-color: #AD2240; }
a { background-color: rgb(173,34,64); }
div.DivClassName
{
background-color: #AD2240;
}
.BgClassName
{
background-color: #AD2240;
}
</style>
border-color css
<style>
span { border-color: #AD2240; }
span { border-color: rgb(173,34,64); }
td.TdClassName
{
border-color: #AD2240;
}
.TagClassName
{
border-color: #AD2240;
}
</style>