Shades of Cardinal #AD1732
Tints of Cardinal #AD1732
RGB
CMYK
RGB Variations
Color information
#AD1732 (or 0xAD1732) is known color: Cardinal. HEX triplet: AD, 17 and 32. RGB value is (173,23,50). Sum of RGB (Red+Green+Blue) = 173+23+50=246 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.33% from 246); Green value is 23 (9.38% from 255 or 9.35% from 246); Blue value is 50 (19.92% from 255 or 20.33% from 246); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1732 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1732 is #52E8CD. Grayscale: #464646. Windows color (decimal): -5433550 or 3282861. OLE color: 3282861.
HSL color Cylindrical-coordinate representation of color #AD1732: hue angle of 349.2º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD1732 is Cyan = 0, Magento = 0.87, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 23 | 50 | - |
| CMYK | 0 | 0.87 | 0.71 | 0.32 |
| HSL | 349.2º | 0.77% | 0.38% | - |
| HSV(B) | 349.2º | 0.87% | 0.68% | - |
| XYZ | 18.12 | 9.73 | 3.94 | - |
| YUV | 70.93 | 116.2 | 200.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 23 | 50 | 0 | 0.87 | 0.71 | 0.32 | 349.2 | 0.77 | 0.38 |
| Hex | AD | 17 | 32 | 0 | 57 | 47 | 20 | 15D | 4D | 26 |
| Octal | 255 | 27 | 62 | 0 | 127 | 107 | 40 | 535 | 115 | 46 |
| Binary | 10101101 | 10111 | 110010 | 0 | 1010111 | 1000111 | 100000 | 101011101 | 1001101 | 100110 |
Color Harmonies of #AD1732
Complementary color
Monochromatic Colors of #AD1732
Black with #AD1732
Text Example
Text Example
White with #AD1732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1732; }
p { color: rgb(173,23,50); }
H1.HeaderClassName
{
color: #AD1732;
}
.AnyTagClassName
{
color: #AD1732;
}
</style>
background-color css
<style>
a { background-color: #AD1732; }
a { background-color: rgb(173,23,50); }
div.DivClassName
{
background-color: #AD1732;
}
.BgClassName
{
background-color: #AD1732;
}
</style>
border-color css
<style>
span { border-color: #AD1732; }
span { border-color: rgb(173,23,50); }
td.TdClassName
{
border-color: #AD1732;
}
.TagClassName
{
border-color: #AD1732;
}
</style>