Shades of Cardinal #AD223F
Tints of Cardinal #AD223F
RGB
CMYK
RGB Variations
Color information
#AD223F (or 0xAD223F) is known color: Cardinal. HEX triplet: AD, 22 and 3F. RGB value is (173,34,63). Sum of RGB (Red+Green+Blue) = 173+34+63=270 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.07% from 270); Green value is 34 (13.67% from 255 or 12.59% from 270); Blue value is 63 (25% from 255 or 23.33% from 270); Max value from RGB is 173 - color contains mainly: red. Hex color #AD223F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD223F is #52DDC0. Grayscale: #4E4E4E. Windows color (decimal): -5430721 or 4137645. OLE color: 4137645.
HSL color Cylindrical-coordinate representation of color #AD223F: hue angle of 347.48º 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 #AD223F is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 34 | 63 | - |
| CMYK | 0 | 0.80 | 0.64 | 0.32 |
| HSL | 347.48º | 0.67% | 0.41% | - |
| HSV(B) | 347.48º | 0.8% | 0.68% | - |
| XYZ | 18.7 | 10.39 | 5.72 | - |
| YUV | 78.87 | 119.05 | 195.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 34 | 63 | 0 | 0.80 | 0.64 | 0.32 | 347.48 | 0.67 | 0.41 |
| Hex | AD | 22 | 3F | 0 | 50 | 40 | 20 | 15B | 43 | 29 |
| Octal | 255 | 42 | 77 | 0 | 120 | 100 | 40 | 533 | 103 | 51 |
| Binary | 10101101 | 100010 | 111111 | 0 | 1010000 | 1000000 | 100000 | 101011011 | 1000011 | 101001 |
Color Harmonies of #AD223F
Complementary color
Monochromatic Colors of #AD223F
Black with #AD223F
Text Example
Text Example
White with #AD223F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD223F; }
p { color: rgb(173,34,63); }
H1.HeaderClassName
{
color: #AD223F;
}
.AnyTagClassName
{
color: #AD223F;
}
</style>
background-color css
<style>
a { background-color: #AD223F; }
a { background-color: rgb(173,34,63); }
div.DivClassName
{
background-color: #AD223F;
}
.BgClassName
{
background-color: #AD223F;
}
</style>
border-color css
<style>
span { border-color: #AD223F; }
span { border-color: rgb(173,34,63); }
td.TdClassName
{
border-color: #AD223F;
}
.TagClassName
{
border-color: #AD223F;
}
</style>