Shades of Cardinal #AD183A
Tints of Cardinal #AD183A
RGB
CMYK
RGB Variations
Color information
#AD183A (or 0xAD183A) is known color: Cardinal. HEX triplet: AD, 18 and 3A. RGB value is (173,24,58). Sum of RGB (Red+Green+Blue) = 173+24+58=255 (33% of max value = 765). Red value is 173 (67.97% from 255 or 67.84% from 255); Green value is 24 (9.77% from 255 or 9.41% from 255); Blue value is 58 (23.05% from 255 or 22.75% from 255); Max value from RGB is 173 - color contains mainly: red. Hex color #AD183A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD183A is #52E7C5. Grayscale: #484848. Windows color (decimal): -5433286 or 3807405. OLE color: 3807405.
HSL color Cylindrical-coordinate representation of color #AD183A: hue angle of 346.31º 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 #AD183A is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 24 | 58 | - |
| CMYK | 0 | 0.86 | 0.66 | 0.32 |
| HSL | 346.31º | 0.76% | 0.39% | - |
| HSV(B) | 346.31º | 0.86% | 0.68% | - |
| XYZ | 18.32 | 9.84 | 4.94 | - |
| YUV | 72.43 | 119.86 | 199.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 24 | 58 | 0 | 0.86 | 0.66 | 0.32 | 346.31 | 0.76 | 0.39 |
| Hex | AD | 18 | 3A | 0 | 56 | 42 | 20 | 15A | 4C | 27 |
| Octal | 255 | 30 | 72 | 0 | 126 | 102 | 40 | 532 | 114 | 47 |
| Binary | 10101101 | 11000 | 111010 | 0 | 1010110 | 1000010 | 100000 | 101011010 | 1001100 | 100111 |
Color Harmonies of #AD183A
Complementary color
Monochromatic Colors of #AD183A
Black with #AD183A
Text Example
Text Example
White with #AD183A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD183A; }
p { color: rgb(173,24,58); }
H1.HeaderClassName
{
color: #AD183A;
}
.AnyTagClassName
{
color: #AD183A;
}
</style>
background-color css
<style>
a { background-color: #AD183A; }
a { background-color: rgb(173,24,58); }
div.DivClassName
{
background-color: #AD183A;
}
.BgClassName
{
background-color: #AD183A;
}
</style>
border-color css
<style>
span { border-color: #AD183A; }
span { border-color: rgb(173,24,58); }
td.TdClassName
{
border-color: #AD183A;
}
.TagClassName
{
border-color: #AD183A;
}
</style>