Shades of Cardinal #AD133D
Tints of Cardinal #AD133D
RGB
CMYK
RGB Variations
Color information
#AD133D (or 0xAD133D) is known color: Cardinal. HEX triplet: AD, 13 and 3D. RGB value is (173,19,61). Sum of RGB (Red+Green+Blue) = 173+19+61=253 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.38% from 253); Green value is 19 (7.81% from 255 or 7.51% from 253); Blue value is 61 (24.22% from 255 or 24.11% from 253); Max value from RGB is 173 - color contains mainly: red. Hex color #AD133D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD133D is #52ECC2. Grayscale: #454545. Windows color (decimal): -5434563 or 4002733. OLE color: 4002733.
HSL color Cylindrical-coordinate representation of color #AD133D: hue angle of 343.64º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD133D is Cyan = 0, Magento = 0.89, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 19 | 61 | - |
| CMYK | 0 | 0.89 | 0.65 | 0.32 |
| HSL | 343.64º | 0.8% | 0.38% | - |
| HSV(B) | 343.64º | 0.89% | 0.68% | - |
| XYZ | 18.31 | 9.69 | 5.32 | - |
| YUV | 69.83 | 123.02 | 201.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 19 | 61 | 0 | 0.89 | 0.65 | 0.32 | 343.64 | 0.8 | 0.38 |
| Hex | AD | 13 | 3D | 0 | 59 | 41 | 20 | 158 | 50 | 26 |
| Octal | 255 | 23 | 75 | 0 | 131 | 101 | 40 | 530 | 120 | 46 |
| Binary | 10101101 | 10011 | 111101 | 0 | 1011001 | 1000001 | 100000 | 101011000 | 1010000 | 100110 |
Color Harmonies of #AD133D
Complementary color
Monochromatic Colors of #AD133D
Black with #AD133D
Text Example
Text Example
White with #AD133D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD133D; }
p { color: rgb(173,19,61); }
H1.HeaderClassName
{
color: #AD133D;
}
.AnyTagClassName
{
color: #AD133D;
}
</style>
background-color css
<style>
a { background-color: #AD133D; }
a { background-color: rgb(173,19,61); }
div.DivClassName
{
background-color: #AD133D;
}
.BgClassName
{
background-color: #AD133D;
}
</style>
border-color css
<style>
span { border-color: #AD133D; }
span { border-color: rgb(173,19,61); }
td.TdClassName
{
border-color: #AD133D;
}
.TagClassName
{
border-color: #AD133D;
}
</style>