Shades of Cardinal #AD183F
Tints of Cardinal #AD183F
RGB
CMYK
RGB Variations
Color information
#AD183F (or 0xAD183F) is known color: Cardinal. HEX triplet: AD, 18 and 3F. RGB value is (173,24,63). Sum of RGB (Red+Green+Blue) = 173+24+63=260 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.54% from 260); Green value is 24 (9.77% from 255 or 9.23% from 260); Blue value is 63 (25% from 255 or 24.23% from 260); Max value from RGB is 173 - color contains mainly: red. Hex color #AD183F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD183F is #52E7C0. Grayscale: #484848. Windows color (decimal): -5433281 or 4135085. OLE color: 4135085.
HSL color Cylindrical-coordinate representation of color #AD183F: hue angle of 344.3º 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 #AD183F is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 24 | 63 | - |
| CMYK | 0 | 0.86 | 0.64 | 0.32 |
| HSL | 344.3º | 0.76% | 0.39% | - |
| HSV(B) | 344.3º | 0.86% | 0.68% | - |
| XYZ | 18.46 | 9.9 | 5.64 | - |
| YUV | 73 | 122.36 | 199.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 24 | 63 | 0 | 0.86 | 0.64 | 0.32 | 344.3 | 0.76 | 0.39 |
| Hex | AD | 18 | 3F | 0 | 56 | 40 | 20 | 158 | 4C | 27 |
| Octal | 255 | 30 | 77 | 0 | 126 | 100 | 40 | 530 | 114 | 47 |
| Binary | 10101101 | 11000 | 111111 | 0 | 1010110 | 1000000 | 100000 | 101011000 | 1001100 | 100111 |
Color Harmonies of #AD183F
Complementary color
Monochromatic Colors of #AD183F
Black with #AD183F
Text Example
Text Example
White with #AD183F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD183F; }
p { color: rgb(173,24,63); }
H1.HeaderClassName
{
color: #AD183F;
}
.AnyTagClassName
{
color: #AD183F;
}
</style>
background-color css
<style>
a { background-color: #AD183F; }
a { background-color: rgb(173,24,63); }
div.DivClassName
{
background-color: #AD183F;
}
.BgClassName
{
background-color: #AD183F;
}
</style>
border-color css
<style>
span { border-color: #AD183F; }
span { border-color: rgb(173,24,63); }
td.TdClassName
{
border-color: #AD183F;
}
.TagClassName
{
border-color: #AD183F;
}
</style>