Shades of Cardinal #AD1838
Tints of Cardinal #AD1838
RGB
CMYK
RGB Variations
Color information
#AD1838 (or 0xAD1838) is known color: Cardinal. HEX triplet: AD, 18 and 38. RGB value is (173,24,56). Sum of RGB (Red+Green+Blue) = 173+24+56=253 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.38% from 253); Green value is 24 (9.77% from 255 or 9.49% from 253); Blue value is 56 (22.27% from 255 or 22.13% from 253); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1838 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1838 is #52E7C7. Grayscale: #484848. Windows color (decimal): -5433288 or 3676333. OLE color: 3676333.
HSL color Cylindrical-coordinate representation of color #AD1838: hue angle of 347.11º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD1838 is Cyan = 0, Magento = 0.86, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 24 | 56 | - |
| CMYK | 0 | 0.86 | 0.68 | 0.32 |
| HSL | 347.11º | 0.76% | 0.39% | - |
| HSV(B) | 347.11º | 0.86% | 0.68% | - |
| XYZ | 18.27 | 9.82 | 4.67 | - |
| YUV | 72.2 | 118.86 | 199.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 24 | 56 | 0 | 0.86 | 0.68 | 0.32 | 347.11 | 0.76 | 0.39 |
| Hex | AD | 18 | 38 | 0 | 56 | 44 | 20 | 15B | 4C | 27 |
| Octal | 255 | 30 | 70 | 0 | 126 | 104 | 40 | 533 | 114 | 47 |
| Binary | 10101101 | 11000 | 111000 | 0 | 1010110 | 1000100 | 100000 | 101011011 | 1001100 | 100111 |
Color Harmonies of #AD1838
Complementary color
Monochromatic Colors of #AD1838
Black with #AD1838
Text Example
Text Example
White with #AD1838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1838; }
p { color: rgb(173,24,56); }
H1.HeaderClassName
{
color: #AD1838;
}
.AnyTagClassName
{
color: #AD1838;
}
</style>
background-color css
<style>
a { background-color: #AD1838; }
a { background-color: rgb(173,24,56); }
div.DivClassName
{
background-color: #AD1838;
}
.BgClassName
{
background-color: #AD1838;
}
</style>
border-color css
<style>
span { border-color: #AD1838; }
span { border-color: rgb(173,24,56); }
td.TdClassName
{
border-color: #AD1838;
}
.TagClassName
{
border-color: #AD1838;
}
</style>