Shades of Cardinal #AD1B41
Tints of Cardinal #AD1B41
RGB
CMYK
RGB Variations
Color information
#AD1B41 (or 0xAD1B41) is known color: Cardinal. HEX triplet: AD, 1B and 41. RGB value is (173,27,65). Sum of RGB (Red+Green+Blue) = 173+27+65=265 (35% of max value = 765). Red value is 173 (67.97% from 255 or 65.28% from 265); Green value is 27 (10.94% from 255 or 10.19% from 265); Blue value is 65 (25.78% from 255 or 24.53% from 265); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1B41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1B41 is #52E4BE. Grayscale: #4A4A4A. Windows color (decimal): -5432511 or 4266925. OLE color: 4266925.
HSL color Cylindrical-coordinate representation of color #AD1B41: hue angle of 344.38º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD1B41 is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 27 | 65 | - |
| CMYK | 0 | 0.84 | 0.62 | 0.32 |
| HSL | 344.38º | 0.73% | 0.39% | - |
| HSV(B) | 344.38º | 0.84% | 0.68% | - |
| XYZ | 18.58 | 10.05 | 5.96 | - |
| YUV | 74.99 | 122.37 | 197.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 27 | 65 | 0 | 0.84 | 0.62 | 0.32 | 344.38 | 0.73 | 0.39 |
| Hex | AD | 1B | 41 | 0 | 54 | 3E | 20 | 158 | 49 | 27 |
| Octal | 255 | 33 | 101 | 0 | 124 | 76 | 40 | 530 | 111 | 47 |
| Binary | 10101101 | 11011 | 1000001 | 0 | 1010100 | 111110 | 100000 | 101011000 | 1001001 | 100111 |
Color Harmonies of #AD1B41
Complementary color
Monochromatic Colors of #AD1B41
Black with #AD1B41
Text Example
Text Example
White with #AD1B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1B41; }
p { color: rgb(173,27,65); }
H1.HeaderClassName
{
color: #AD1B41;
}
.AnyTagClassName
{
color: #AD1B41;
}
</style>
background-color css
<style>
a { background-color: #AD1B41; }
a { background-color: rgb(173,27,65); }
div.DivClassName
{
background-color: #AD1B41;
}
.BgClassName
{
background-color: #AD1B41;
}
</style>
border-color css
<style>
span { border-color: #AD1B41; }
span { border-color: rgb(173,27,65); }
td.TdClassName
{
border-color: #AD1B41;
}
.TagClassName
{
border-color: #AD1B41;
}
</style>