Shades of Cardinal #AD2131
Tints of Cardinal #AD2131
RGB
CMYK
RGB Variations
Color information
#AD2131 (or 0xAD2131) is known color: Cardinal. HEX triplet: AD, 21 and 31. RGB value is (173,33,49). Sum of RGB (Red+Green+Blue) = 173+33+49=255 (33% of max value = 765). Red value is 173 (67.97% from 255 or 67.84% from 255); Green value is 33 (13.28% from 255 or 12.94% from 255); Blue value is 49 (19.53% from 255 or 19.22% from 255); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2131 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2131 is #52DECE. Grayscale: #4C4C4C. Windows color (decimal): -5430991 or 3219885. OLE color: 3219885.
HSL color Cylindrical-coordinate representation of color #AD2131: hue angle of 353.14º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AD2131 is Cyan = 0, Magento = 0.81, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 33 | 49 | - |
| CMYK | 0 | 0.81 | 0.72 | 0.32 |
| HSL | 353.14º | 0.68% | 0.4% | - |
| HSV(B) | 353.14º | 0.81% | 0.68% | - |
| XYZ | 18.33 | 10.19 | 3.91 | - |
| YUV | 76.68 | 112.38 | 196.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 33 | 49 | 0 | 0.81 | 0.72 | 0.32 | 353.14 | 0.68 | 0.4 |
| Hex | AD | 21 | 31 | 0 | 51 | 48 | 20 | 161 | 44 | 28 |
| Octal | 255 | 41 | 61 | 0 | 121 | 110 | 40 | 541 | 104 | 50 |
| Binary | 10101101 | 100001 | 110001 | 0 | 1010001 | 1001000 | 100000 | 101100001 | 1000100 | 101000 |
Color Harmonies of #AD2131
Complementary color
Monochromatic Colors of #AD2131
Black with #AD2131
Text Example
Text Example
White with #AD2131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2131; }
p { color: rgb(173,33,49); }
H1.HeaderClassName
{
color: #AD2131;
}
.AnyTagClassName
{
color: #AD2131;
}
</style>
background-color css
<style>
a { background-color: #AD2131; }
a { background-color: rgb(173,33,49); }
div.DivClassName
{
background-color: #AD2131;
}
.BgClassName
{
background-color: #AD2131;
}
</style>
border-color css
<style>
span { border-color: #AD2131; }
span { border-color: rgb(173,33,49); }
td.TdClassName
{
border-color: #AD2131;
}
.TagClassName
{
border-color: #AD2131;
}
</style>