Shades of Cardinal #AD133B
Tints of Cardinal #AD133B
RGB
CMYK
RGB Variations
Color information
#AD133B (or 0xAD133B) is known color: Cardinal. HEX triplet: AD, 13 and 3B. RGB value is (173,19,59). Sum of RGB (Red+Green+Blue) = 173+19+59=251 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.92% from 251); Green value is 19 (7.81% from 255 or 7.57% from 251); Blue value is 59 (23.44% from 255 or 23.51% from 251); Max value from RGB is 173 - color contains mainly: red. Hex color #AD133B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD133B is #52ECC4. Grayscale: #454545. Windows color (decimal): -5434565 or 3871661. OLE color: 3871661.
HSL color Cylindrical-coordinate representation of color #AD133B: hue angle of 344.42º 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 #AD133B is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 19 | 59 | - |
| CMYK | 0 | 0.89 | 0.66 | 0.32 |
| HSL | 344.42º | 0.8% | 0.38% | - |
| HSV(B) | 344.42º | 0.89% | 0.68% | - |
| XYZ | 18.26 | 9.67 | 5.04 | - |
| YUV | 69.61 | 122.02 | 201.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 19 | 59 | 0 | 0.89 | 0.66 | 0.32 | 344.42 | 0.8 | 0.38 |
| Hex | AD | 13 | 3B | 0 | 59 | 42 | 20 | 158 | 50 | 26 |
| Octal | 255 | 23 | 73 | 0 | 131 | 102 | 40 | 530 | 120 | 46 |
| Binary | 10101101 | 10011 | 111011 | 0 | 1011001 | 1000010 | 100000 | 101011000 | 1010000 | 100110 |
Color Harmonies of #AD133B
Complementary color
Monochromatic Colors of #AD133B
Black with #AD133B
Text Example
Text Example
White with #AD133B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD133B; }
p { color: rgb(173,19,59); }
H1.HeaderClassName
{
color: #AD133B;
}
.AnyTagClassName
{
color: #AD133B;
}
</style>
background-color css
<style>
a { background-color: #AD133B; }
a { background-color: rgb(173,19,59); }
div.DivClassName
{
background-color: #AD133B;
}
.BgClassName
{
background-color: #AD133B;
}
</style>
border-color css
<style>
span { border-color: #AD133B; }
span { border-color: rgb(173,19,59); }
td.TdClassName
{
border-color: #AD133B;
}
.TagClassName
{
border-color: #AD133B;
}
</style>