Shades of Cardinal #AD223C
Tints of Cardinal #AD223C
RGB
CMYK
RGB Variations
Color information
#AD223C (or 0xAD223C) is known color: Cardinal. HEX triplet: AD, 22 and 3C. RGB value is (173,34,60). Sum of RGB (Red+Green+Blue) = 173+34+60=267 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.79% from 267); Green value is 34 (13.67% from 255 or 12.73% from 267); Blue value is 60 (23.83% from 255 or 22.47% from 267); Max value from RGB is 173 - color contains mainly: red. Hex color #AD223C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD223C is #52DDC3. Grayscale: #4E4E4E. Windows color (decimal): -5430724 or 3941037. OLE color: 3941037.
HSL color Cylindrical-coordinate representation of color #AD223C: hue angle of 348.78º 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 #AD223C is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 34 | 60 | - |
| CMYK | 0 | 0.80 | 0.65 | 0.32 |
| HSL | 348.78º | 0.67% | 0.41% | - |
| HSV(B) | 348.78º | 0.8% | 0.68% | - |
| XYZ | 18.62 | 10.35 | 5.29 | - |
| YUV | 78.53 | 117.55 | 195.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 34 | 60 | 0 | 0.80 | 0.65 | 0.32 | 348.78 | 0.67 | 0.41 |
| Hex | AD | 22 | 3C | 0 | 50 | 41 | 20 | 15D | 43 | 29 |
| Octal | 255 | 42 | 74 | 0 | 120 | 101 | 40 | 535 | 103 | 51 |
| Binary | 10101101 | 100010 | 111100 | 0 | 1010000 | 1000001 | 100000 | 101011101 | 1000011 | 101001 |
Color Harmonies of #AD223C
Complementary color
Monochromatic Colors of #AD223C
Black with #AD223C
Text Example
Text Example
White with #AD223C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD223C; }
p { color: rgb(173,34,60); }
H1.HeaderClassName
{
color: #AD223C;
}
.AnyTagClassName
{
color: #AD223C;
}
</style>
background-color css
<style>
a { background-color: #AD223C; }
a { background-color: rgb(173,34,60); }
div.DivClassName
{
background-color: #AD223C;
}
.BgClassName
{
background-color: #AD223C;
}
</style>
border-color css
<style>
span { border-color: #AD223C; }
span { border-color: rgb(173,34,60); }
td.TdClassName
{
border-color: #AD223C;
}
.TagClassName
{
border-color: #AD223C;
}
</style>