Shades of Cardinal #AD0635
Tints of Cardinal #AD0635
RGB
CMYK
RGB Variations
Color information
#AD0635 (or 0xAD0635) is known color: Cardinal. HEX triplet: AD, 06 and 35. RGB value is (173,6,53). Sum of RGB (Red+Green+Blue) = 173+6+53=232 (30% of max value = 765). Red value is 173 (67.97% from 255 or 74.57% from 232); Green value is 6 (2.73% from 255 or 2.59% from 232); Blue value is 53 (21.09% from 255 or 22.84% from 232); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0635 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0635 is #52F9CA. Grayscale: #3D3D3D. Windows color (decimal): -5437899 or 3475117. OLE color: 3475117.
HSL color Cylindrical-coordinate representation of color #AD0635: hue angle of 343.11º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD0635 is Cyan = 0, Magento = 0.97, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 6 | 53 | - |
| CMYK | 0 | 0.97 | 0.69 | 0.32 |
| HSL | 343.11º | 0.93% | 0.35% | - |
| HSV(B) | 343.11º | 0.97% | 0.68% | - |
| XYZ | 17.94 | 9.27 | 4.21 | - |
| YUV | 61.29 | 123.33 | 207.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 6 | 53 | 0 | 0.97 | 0.69 | 0.32 | 343.11 | 0.93 | 0.35 |
| Hex | AD | 6 | 35 | 0 | 61 | 45 | 20 | 157 | 5D | 23 |
| Octal | 255 | 6 | 65 | 0 | 141 | 105 | 40 | 527 | 135 | 43 |
| Binary | 10101101 | 110 | 110101 | 0 | 1100001 | 1000101 | 100000 | 101010111 | 1011101 | 100011 |
Color Harmonies of #AD0635
Complementary color
Monochromatic Colors of #AD0635
Black with #AD0635
Text Example
Text Example
White with #AD0635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0635; }
p { color: rgb(173,6,53); }
H1.HeaderClassName
{
color: #AD0635;
}
.AnyTagClassName
{
color: #AD0635;
}
</style>
background-color css
<style>
a { background-color: #AD0635; }
a { background-color: rgb(173,6,53); }
div.DivClassName
{
background-color: #AD0635;
}
.BgClassName
{
background-color: #AD0635;
}
</style>
border-color css
<style>
span { border-color: #AD0635; }
span { border-color: rgb(173,6,53); }
td.TdClassName
{
border-color: #AD0635;
}
.TagClassName
{
border-color: #AD0635;
}
</style>