Shades of Cardinal #AD0835
Tints of Cardinal #AD0835
RGB
CMYK
RGB Variations
Color information
#AD0835 (or 0xAD0835) is known color: Cardinal. HEX triplet: AD, 08 and 35. RGB value is (173,8,53). Sum of RGB (Red+Green+Blue) = 173+8+53=234 (30% of max value = 765). Red value is 173 (67.97% from 255 or 73.93% from 234); Green value is 8 (3.52% from 255 or 3.42% from 234); Blue value is 53 (21.09% from 255 or 22.65% from 234); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0835 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0835 is #52F7CA. Grayscale: #3E3E3E. Windows color (decimal): -5437387 or 3475629. OLE color: 3475629.
HSL color Cylindrical-coordinate representation of color #AD0835: hue angle of 343.64º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD0835 is Cyan = 0, Magento = 0.95, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 8 | 53 | - |
| CMYK | 0 | 0.95 | 0.69 | 0.32 |
| HSL | 343.64º | 0.91% | 0.35% | - |
| HSV(B) | 343.64º | 0.95% | 0.68% | - |
| XYZ | 17.96 | 9.31 | 4.22 | - |
| YUV | 62.47 | 122.66 | 206.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 8 | 53 | 0 | 0.95 | 0.69 | 0.32 | 343.64 | 0.91 | 0.35 |
| Hex | AD | 8 | 35 | 0 | 5F | 45 | 20 | 158 | 5B | 23 |
| Octal | 255 | 10 | 65 | 0 | 137 | 105 | 40 | 530 | 133 | 43 |
| Binary | 10101101 | 1000 | 110101 | 0 | 1011111 | 1000101 | 100000 | 101011000 | 1011011 | 100011 |
Color Harmonies of #AD0835
Complementary color
Monochromatic Colors of #AD0835
Black with #AD0835
Text Example
Text Example
White with #AD0835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0835; }
p { color: rgb(173,8,53); }
H1.HeaderClassName
{
color: #AD0835;
}
.AnyTagClassName
{
color: #AD0835;
}
</style>
background-color css
<style>
a { background-color: #AD0835; }
a { background-color: rgb(173,8,53); }
div.DivClassName
{
background-color: #AD0835;
}
.BgClassName
{
background-color: #AD0835;
}
</style>
border-color css
<style>
span { border-color: #AD0835; }
span { border-color: rgb(173,8,53); }
td.TdClassName
{
border-color: #AD0835;
}
.TagClassName
{
border-color: #AD0835;
}
</style>