Shades of Cardinal #AD1033
Tints of Cardinal #AD1033
RGB
CMYK
RGB Variations
Color information
#AD1033 (or 0xAD1033) is known color: Cardinal. HEX triplet: AD, 10 and 33. RGB value is (173,16,51). Sum of RGB (Red+Green+Blue) = 173+16+51=240 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.08% from 240); Green value is 16 (6.64% from 255 or 6.67% from 240); Blue value is 51 (20.31% from 255 or 21.25% from 240); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1033 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1033 is #52EFCC. Grayscale: #424242. Windows color (decimal): -5435341 or 3346605. OLE color: 3346605.
HSL color Cylindrical-coordinate representation of color #AD1033: hue angle of 346.62º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD1033 is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 16 | 51 | - |
| CMYK | 0 | 0.91 | 0.71 | 0.32 |
| HSL | 346.62º | 0.83% | 0.37% | - |
| HSV(B) | 346.62º | 0.91% | 0.68% | - |
| XYZ | 18.02 | 9.49 | 4.01 | - |
| YUV | 66.93 | 119.01 | 203.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 16 | 51 | 0 | 0.91 | 0.71 | 0.32 | 346.62 | 0.83 | 0.37 |
| Hex | AD | 10 | 33 | 0 | 5B | 47 | 20 | 15B | 53 | 25 |
| Octal | 255 | 20 | 63 | 0 | 133 | 107 | 40 | 533 | 123 | 45 |
| Binary | 10101101 | 10000 | 110011 | 0 | 1011011 | 1000111 | 100000 | 101011011 | 1010011 | 100101 |
Color Harmonies of #AD1033
Complementary color
Monochromatic Colors of #AD1033
Black with #AD1033
Text Example
Text Example
White with #AD1033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1033; }
p { color: rgb(173,16,51); }
H1.HeaderClassName
{
color: #AD1033;
}
.AnyTagClassName
{
color: #AD1033;
}
</style>
background-color css
<style>
a { background-color: #AD1033; }
a { background-color: rgb(173,16,51); }
div.DivClassName
{
background-color: #AD1033;
}
.BgClassName
{
background-color: #AD1033;
}
</style>
border-color css
<style>
span { border-color: #AD1033; }
span { border-color: rgb(173,16,51); }
td.TdClassName
{
border-color: #AD1033;
}
.TagClassName
{
border-color: #AD1033;
}
</style>