Shades of Cardinal #AD0634
Tints of Cardinal #AD0634
RGB
CMYK
RGB Variations
Color information
#AD0634 (or 0xAD0634) is known color: Cardinal. HEX triplet: AD, 06 and 34. RGB value is (173,6,52). Sum of RGB (Red+Green+Blue) = 173+6+52=231 (30% of max value = 765). Red value is 173 (67.97% from 255 or 74.89% from 231); Green value is 6 (2.73% from 255 or 2.60% from 231); Blue value is 52 (20.70% from 255 or 22.51% from 231); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0634 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0634 is #52F9CB. Grayscale: #3D3D3D. Windows color (decimal): -5437900 or 3409581. OLE color: 3409581.
HSL color Cylindrical-coordinate representation of color #AD0634: hue angle of 343.47º 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 #AD0634 is Cyan = 0, Magento = 0.97, Yellow = 0.70 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 6 | 52 | - |
| CMYK | 0 | 0.97 | 0.70 | 0.32 |
| HSL | 343.47º | 0.93% | 0.35% | - |
| HSV(B) | 343.47º | 0.97% | 0.68% | - |
| XYZ | 17.92 | 9.26 | 4.09 | - |
| YUV | 61.18 | 122.83 | 207.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 6 | 52 | 0 | 0.97 | 0.70 | 0.32 | 343.47 | 0.93 | 0.35 |
| Hex | AD | 6 | 34 | 0 | 61 | 46 | 20 | 157 | 5D | 23 |
| Octal | 255 | 6 | 64 | 0 | 141 | 106 | 40 | 527 | 135 | 43 |
| Binary | 10101101 | 110 | 110100 | 0 | 1100001 | 1000110 | 100000 | 101010111 | 1011101 | 100011 |
Color Harmonies of #AD0634
Complementary color
Monochromatic Colors of #AD0634
Black with #AD0634
Text Example
Text Example
White with #AD0634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0634; }
p { color: rgb(173,6,52); }
H1.HeaderClassName
{
color: #AD0634;
}
.AnyTagClassName
{
color: #AD0634;
}
</style>
background-color css
<style>
a { background-color: #AD0634; }
a { background-color: rgb(173,6,52); }
div.DivClassName
{
background-color: #AD0634;
}
.BgClassName
{
background-color: #AD0634;
}
</style>
border-color css
<style>
span { border-color: #AD0634; }
span { border-color: rgb(173,6,52); }
td.TdClassName
{
border-color: #AD0634;
}
.TagClassName
{
border-color: #AD0634;
}
</style>