Shades of Cardinal #AD133F
Tints of Cardinal #AD133F
RGB
CMYK
RGB Variations
Color information
#AD133F (or 0xAD133F) is known color: Cardinal. HEX triplet: AD, 13 and 3F. RGB value is (173,19,63). Sum of RGB (Red+Green+Blue) = 173+19+63=255 (33% of max value = 765). Red value is 173 (67.97% from 255 or 67.84% from 255); Green value is 19 (7.81% from 255 or 7.45% from 255); Blue value is 63 (25% from 255 or 24.71% from 255); Max value from RGB is 173 - color contains mainly: red. Hex color #AD133F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD133F is #52ECC0. Grayscale: #464646. Windows color (decimal): -5434561 or 4133805. OLE color: 4133805.
HSL color Cylindrical-coordinate representation of color #AD133F: hue angle of 342.86º 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 #AD133F is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 19 | 63 | - |
| CMYK | 0 | 0.89 | 0.64 | 0.32 |
| HSL | 342.86º | 0.8% | 0.38% | - |
| HSV(B) | 342.86º | 0.89% | 0.68% | - |
| XYZ | 18.36 | 9.71 | 5.61 | - |
| YUV | 70.06 | 124.02 | 201.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 19 | 63 | 0 | 0.89 | 0.64 | 0.32 | 342.86 | 0.8 | 0.38 |
| Hex | AD | 13 | 3F | 0 | 59 | 40 | 20 | 157 | 50 | 26 |
| Octal | 255 | 23 | 77 | 0 | 131 | 100 | 40 | 527 | 120 | 46 |
| Binary | 10101101 | 10011 | 111111 | 0 | 1011001 | 1000000 | 100000 | 101010111 | 1010000 | 100110 |
Color Harmonies of #AD133F
Complementary color
Monochromatic Colors of #AD133F
Black with #AD133F
Text Example
Text Example
White with #AD133F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD133F; }
p { color: rgb(173,19,63); }
H1.HeaderClassName
{
color: #AD133F;
}
.AnyTagClassName
{
color: #AD133F;
}
</style>
background-color css
<style>
a { background-color: #AD133F; }
a { background-color: rgb(173,19,63); }
div.DivClassName
{
background-color: #AD133F;
}
.BgClassName
{
background-color: #AD133F;
}
</style>
border-color css
<style>
span { border-color: #AD133F; }
span { border-color: rgb(173,19,63); }
td.TdClassName
{
border-color: #AD133F;
}
.TagClassName
{
border-color: #AD133F;
}
</style>