Shades of Cardinal #AD1B30
Tints of Cardinal #AD1B30
RGB
CMYK
RGB Variations
Color information
#AD1B30 (or 0xAD1B30) is known color: Cardinal. HEX triplet: AD, 1B and 30. RGB value is (173,27,48). Sum of RGB (Red+Green+Blue) = 173+27+48=248 (32% of max value = 765). Red value is 173 (67.97% from 255 or 69.76% from 248); Green value is 27 (10.94% from 255 or 10.89% from 248); Blue value is 48 (19.14% from 255 or 19.35% from 248); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1B30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1B30 is #52E4CF. Grayscale: #494949. Windows color (decimal): -5432528 or 3152813. OLE color: 3152813.
HSL color Cylindrical-coordinate representation of color #AD1B30: hue angle of 351.37º 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 #AD1B30 is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 27 | 48 | - |
| CMYK | 0 | 0.84 | 0.72 | 0.32 |
| HSL | 351.37º | 0.73% | 0.39% | - |
| HSV(B) | 351.37º | 0.84% | 0.68% | - |
| XYZ | 18.16 | 9.88 | 3.75 | - |
| YUV | 73.05 | 113.87 | 199.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 27 | 48 | 0 | 0.84 | 0.72 | 0.32 | 351.37 | 0.73 | 0.39 |
| Hex | AD | 1B | 30 | 0 | 54 | 48 | 20 | 15F | 49 | 27 |
| Octal | 255 | 33 | 60 | 0 | 124 | 110 | 40 | 537 | 111 | 47 |
| Binary | 10101101 | 11011 | 110000 | 0 | 1010100 | 1001000 | 100000 | 101011111 | 1001001 | 100111 |
Color Harmonies of #AD1B30
Complementary color
Monochromatic Colors of #AD1B30
Black with #AD1B30
Text Example
Text Example
White with #AD1B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1B30; }
p { color: rgb(173,27,48); }
H1.HeaderClassName
{
color: #AD1B30;
}
.AnyTagClassName
{
color: #AD1B30;
}
</style>
background-color css
<style>
a { background-color: #AD1B30; }
a { background-color: rgb(173,27,48); }
div.DivClassName
{
background-color: #AD1B30;
}
.BgClassName
{
background-color: #AD1B30;
}
</style>
border-color css
<style>
span { border-color: #AD1B30; }
span { border-color: rgb(173,27,48); }
td.TdClassName
{
border-color: #AD1B30;
}
.TagClassName
{
border-color: #AD1B30;
}
</style>