Shades of Cardinal #AD1327
Tints of Cardinal #AD1327
RGB
CMYK
RGB Variations
Color information
#AD1327 (or 0xAD1327) is known color: Cardinal. HEX triplet: AD, 13 and 27. RGB value is (173,19,39). Sum of RGB (Red+Green+Blue) = 173+19+39=231 (30% of max value = 765). Red value is 173 (67.97% from 255 or 74.89% from 231); Green value is 19 (7.81% from 255 or 8.23% from 231); Blue value is 39 (15.62% from 255 or 16.88% from 231); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1327 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1327 is #52ECD8. Grayscale: #434343. Windows color (decimal): -5434585 or 2560941. OLE color: 2560941.
HSL color Cylindrical-coordinate representation of color #AD1327: hue angle of 352.21º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD1327 is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 19 | 39 | - |
| CMYK | 0 | 0.89 | 0.77 | 0.32 |
| HSL | 352.21º | 0.8% | 0.38% | - |
| HSV(B) | 352.21º | 0.89% | 0.68% | - |
| XYZ | 17.83 | 9.5 | 2.81 | - |
| YUV | 67.33 | 112.02 | 203.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 19 | 39 | 0 | 0.89 | 0.77 | 0.32 | 352.21 | 0.8 | 0.38 |
| Hex | AD | 13 | 27 | 0 | 59 | 4D | 20 | 160 | 50 | 26 |
| Octal | 255 | 23 | 47 | 0 | 131 | 115 | 40 | 540 | 120 | 46 |
| Binary | 10101101 | 10011 | 100111 | 0 | 1011001 | 1001101 | 100000 | 101100000 | 1010000 | 100110 |
Color Harmonies of #AD1327
Complementary color
Monochromatic Colors of #AD1327
Black with #AD1327
Text Example
Text Example
White with #AD1327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1327; }
p { color: rgb(173,19,39); }
H1.HeaderClassName
{
color: #AD1327;
}
.AnyTagClassName
{
color: #AD1327;
}
</style>
background-color css
<style>
a { background-color: #AD1327; }
a { background-color: rgb(173,19,39); }
div.DivClassName
{
background-color: #AD1327;
}
.BgClassName
{
background-color: #AD1327;
}
</style>
border-color css
<style>
span { border-color: #AD1327; }
span { border-color: rgb(173,19,39); }
td.TdClassName
{
border-color: #AD1327;
}
.TagClassName
{
border-color: #AD1327;
}
</style>