Shades of Cardinal #AD1B2D
Tints of Cardinal #AD1B2D
RGB
CMYK
RGB Variations
Color information
#AD1B2D (or 0xAD1B2D) is known color: Cardinal. HEX triplet: AD, 1B and 2D. RGB value is (173,27,45). Sum of RGB (Red+Green+Blue) = 173+27+45=245 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.61% from 245); Green value is 27 (10.94% from 255 or 11.02% from 245); Blue value is 45 (17.97% from 255 or 18.37% from 245); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1B2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1B2D is #52E4D2. Grayscale: #484848. Windows color (decimal): -5432531 or 2956205. OLE color: 2956205.
HSL color Cylindrical-coordinate representation of color #AD1B2D: hue angle of 352.6º 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 #AD1B2D is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 27 | 45 | - |
| CMYK | 0 | 0.84 | 0.74 | 0.32 |
| HSL | 352.6º | 0.73% | 0.39% | - |
| HSV(B) | 352.6º | 0.84% | 0.68% | - |
| XYZ | 18.1 | 9.86 | 3.43 | - |
| YUV | 72.71 | 112.37 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 27 | 45 | 0 | 0.84 | 0.74 | 0.32 | 352.6 | 0.73 | 0.39 |
| Hex | AD | 1B | 2D | 0 | 54 | 4A | 20 | 161 | 49 | 27 |
| Octal | 255 | 33 | 55 | 0 | 124 | 112 | 40 | 541 | 111 | 47 |
| Binary | 10101101 | 11011 | 101101 | 0 | 1010100 | 1001010 | 100000 | 101100001 | 1001001 | 100111 |
Color Harmonies of #AD1B2D
Complementary color
Monochromatic Colors of #AD1B2D
Black with #AD1B2D
Text Example
Text Example
White with #AD1B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1B2D; }
p { color: rgb(173,27,45); }
H1.HeaderClassName
{
color: #AD1B2D;
}
.AnyTagClassName
{
color: #AD1B2D;
}
</style>
background-color css
<style>
a { background-color: #AD1B2D; }
a { background-color: rgb(173,27,45); }
div.DivClassName
{
background-color: #AD1B2D;
}
.BgClassName
{
background-color: #AD1B2D;
}
</style>
border-color css
<style>
span { border-color: #AD1B2D; }
span { border-color: rgb(173,27,45); }
td.TdClassName
{
border-color: #AD1B2D;
}
.TagClassName
{
border-color: #AD1B2D;
}
</style>