Shades of Cardinal #AD1038
Tints of Cardinal #AD1038
RGB
CMYK
RGB Variations
Color information
#AD1038 (or 0xAD1038) is known color: Cardinal. HEX triplet: AD, 10 and 38. RGB value is (173,16,56). Sum of RGB (Red+Green+Blue) = 173+16+56=245 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.61% from 245); Green value is 16 (6.64% from 255 or 6.53% from 245); Blue value is 56 (22.27% from 255 or 22.86% from 245); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1038 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1038 is #52EFC7. Grayscale: #434343. Windows color (decimal): -5435336 or 3674285. OLE color: 3674285.
HSL color Cylindrical-coordinate representation of color #AD1038: hue angle of 344.71º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD1038 is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 16 | 56 | - |
| CMYK | 0 | 0.91 | 0.68 | 0.32 |
| HSL | 344.71º | 0.83% | 0.37% | - |
| HSV(B) | 344.71º | 0.91% | 0.68% | - |
| XYZ | 18.13 | 9.54 | 4.63 | - |
| YUV | 67.5 | 121.51 | 203.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 16 | 56 | 0 | 0.91 | 0.68 | 0.32 | 344.71 | 0.83 | 0.37 |
| Hex | AD | 10 | 38 | 0 | 5B | 44 | 20 | 159 | 53 | 25 |
| Octal | 255 | 20 | 70 | 0 | 133 | 104 | 40 | 531 | 123 | 45 |
| Binary | 10101101 | 10000 | 111000 | 0 | 1011011 | 1000100 | 100000 | 101011001 | 1010011 | 100101 |
Color Harmonies of #AD1038
Complementary color
Monochromatic Colors of #AD1038
Black with #AD1038
Text Example
Text Example
White with #AD1038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1038; }
p { color: rgb(173,16,56); }
H1.HeaderClassName
{
color: #AD1038;
}
.AnyTagClassName
{
color: #AD1038;
}
</style>
background-color css
<style>
a { background-color: #AD1038; }
a { background-color: rgb(173,16,56); }
div.DivClassName
{
background-color: #AD1038;
}
.BgClassName
{
background-color: #AD1038;
}
</style>
border-color css
<style>
span { border-color: #AD1038; }
span { border-color: rgb(173,16,56); }
td.TdClassName
{
border-color: #AD1038;
}
.TagClassName
{
border-color: #AD1038;
}
</style>