Shades of Cardinal #AD1335
Tints of Cardinal #AD1335
RGB
CMYK
RGB Variations
Color information
#AD1335 (or 0xAD1335) is known color: Cardinal. HEX triplet: AD, 13 and 35. RGB value is (173,19,53). Sum of RGB (Red+Green+Blue) = 173+19+53=245 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.61% from 245); Green value is 19 (7.81% from 255 or 7.76% from 245); Blue value is 53 (21.09% from 255 or 21.63% from 245); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1335 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1335 is #52ECCA. Grayscale: #444444. Windows color (decimal): -5434571 or 3478445. OLE color: 3478445.
HSL color Cylindrical-coordinate representation of color #AD1335: hue angle of 346.75º 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 #AD1335 is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 19 | 53 | - |
| CMYK | 0 | 0.89 | 0.69 | 0.32 |
| HSL | 346.75º | 0.8% | 0.38% | - |
| HSV(B) | 346.75º | 0.89% | 0.68% | - |
| XYZ | 18.11 | 9.61 | 4.27 | - |
| YUV | 68.92 | 119.02 | 202.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 19 | 53 | 0 | 0.89 | 0.69 | 0.32 | 346.75 | 0.8 | 0.38 |
| Hex | AD | 13 | 35 | 0 | 59 | 45 | 20 | 15B | 50 | 26 |
| Octal | 255 | 23 | 65 | 0 | 131 | 105 | 40 | 533 | 120 | 46 |
| Binary | 10101101 | 10011 | 110101 | 0 | 1011001 | 1000101 | 100000 | 101011011 | 1010000 | 100110 |
Color Harmonies of #AD1335
Complementary color
Monochromatic Colors of #AD1335
Black with #AD1335
Text Example
Text Example
White with #AD1335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1335; }
p { color: rgb(173,19,53); }
H1.HeaderClassName
{
color: #AD1335;
}
.AnyTagClassName
{
color: #AD1335;
}
</style>
background-color css
<style>
a { background-color: #AD1335; }
a { background-color: rgb(173,19,53); }
div.DivClassName
{
background-color: #AD1335;
}
.BgClassName
{
background-color: #AD1335;
}
</style>
border-color css
<style>
span { border-color: #AD1335; }
span { border-color: rgb(173,19,53); }
td.TdClassName
{
border-color: #AD1335;
}
.TagClassName
{
border-color: #AD1335;
}
</style>