Shades of Cardinal #AD183D
Tints of Cardinal #AD183D
RGB
CMYK
RGB Variations
Color information
#AD183D (or 0xAD183D) is known color: Cardinal. HEX triplet: AD, 18 and 3D. RGB value is (173,24,61). Sum of RGB (Red+Green+Blue) = 173+24+61=258 (34% of max value = 765). Red value is 173 (67.97% from 255 or 67.05% from 258); Green value is 24 (9.77% from 255 or 9.30% from 258); Blue value is 61 (24.22% from 255 or 23.64% from 258); Max value from RGB is 173 - color contains mainly: red. Hex color #AD183D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD183D is #52E7C2. Grayscale: #484848. Windows color (decimal): -5433283 or 4004013. OLE color: 4004013.
HSL color Cylindrical-coordinate representation of color #AD183D: hue angle of 345.1º 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 #AD183D is Cyan = 0, Magento = 0.86, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 24 | 61 | - |
| CMYK | 0 | 0.86 | 0.65 | 0.32 |
| HSL | 345.1º | 0.76% | 0.39% | - |
| HSV(B) | 345.1º | 0.86% | 0.68% | - |
| XYZ | 18.4 | 9.87 | 5.35 | - |
| YUV | 72.77 | 121.36 | 199.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 24 | 61 | 0 | 0.86 | 0.65 | 0.32 | 345.1 | 0.76 | 0.39 |
| Hex | AD | 18 | 3D | 0 | 56 | 41 | 20 | 159 | 4C | 27 |
| Octal | 255 | 30 | 75 | 0 | 126 | 101 | 40 | 531 | 114 | 47 |
| Binary | 10101101 | 11000 | 111101 | 0 | 1010110 | 1000001 | 100000 | 101011001 | 1001100 | 100111 |
Color Harmonies of #AD183D
Complementary color
Monochromatic Colors of #AD183D
Black with #AD183D
Text Example
Text Example
White with #AD183D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD183D; }
p { color: rgb(173,24,61); }
H1.HeaderClassName
{
color: #AD183D;
}
.AnyTagClassName
{
color: #AD183D;
}
</style>
background-color css
<style>
a { background-color: #AD183D; }
a { background-color: rgb(173,24,61); }
div.DivClassName
{
background-color: #AD183D;
}
.BgClassName
{
background-color: #AD183D;
}
</style>
border-color css
<style>
span { border-color: #AD183D; }
span { border-color: rgb(173,24,61); }
td.TdClassName
{
border-color: #AD183D;
}
.TagClassName
{
border-color: #AD183D;
}
</style>