Shades of Cardinal #AD1B37
Tints of Cardinal #AD1B37
RGB
CMYK
RGB Variations
Color information
#AD1B37 (or 0xAD1B37) is known color: Cardinal. HEX triplet: AD, 1B and 37. RGB value is (173,27,55). Sum of RGB (Red+Green+Blue) = 173+27+55=255 (33% of max value = 765). Red value is 173 (67.97% from 255 or 67.84% from 255); Green value is 27 (10.94% from 255 or 10.59% from 255); Blue value is 55 (21.88% from 255 or 21.57% from 255); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1B37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1B37 is #52E4C8. Grayscale: #494949. Windows color (decimal): -5432521 or 3611565. OLE color: 3611565.
HSL color Cylindrical-coordinate representation of color #AD1B37: hue angle of 348.49º 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 #AD1B37 is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 27 | 55 | - |
| CMYK | 0 | 0.84 | 0.68 | 0.32 |
| HSL | 348.49º | 0.73% | 0.39% | - |
| HSV(B) | 348.49º | 0.84% | 0.68% | - |
| XYZ | 18.32 | 9.94 | 4.57 | - |
| YUV | 73.85 | 117.37 | 198.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 27 | 55 | 0 | 0.84 | 0.68 | 0.32 | 348.49 | 0.73 | 0.39 |
| Hex | AD | 1B | 37 | 0 | 54 | 44 | 20 | 15C | 49 | 27 |
| Octal | 255 | 33 | 67 | 0 | 124 | 104 | 40 | 534 | 111 | 47 |
| Binary | 10101101 | 11011 | 110111 | 0 | 1010100 | 1000100 | 100000 | 101011100 | 1001001 | 100111 |
Color Harmonies of #AD1B37
Complementary color
Monochromatic Colors of #AD1B37
Black with #AD1B37
Text Example
Text Example
White with #AD1B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1B37; }
p { color: rgb(173,27,55); }
H1.HeaderClassName
{
color: #AD1B37;
}
.AnyTagClassName
{
color: #AD1B37;
}
</style>
background-color css
<style>
a { background-color: #AD1B37; }
a { background-color: rgb(173,27,55); }
div.DivClassName
{
background-color: #AD1B37;
}
.BgClassName
{
background-color: #AD1B37;
}
</style>
border-color css
<style>
span { border-color: #AD1B37; }
span { border-color: rgb(173,27,55); }
td.TdClassName
{
border-color: #AD1B37;
}
.TagClassName
{
border-color: #AD1B37;
}
</style>