Shades of Cardinal #AD273B
Tints of Cardinal #AD273B
RGB
CMYK
RGB Variations
Color information
#AD273B (or 0xAD273B) is known color: Cardinal. HEX triplet: AD, 27 and 3B. RGB value is (173,39,59). Sum of RGB (Red+Green+Blue) = 173+39+59=271 (35% of max value = 765). Red value is 173 (67.97% from 255 or 63.84% from 271); Green value is 39 (15.62% from 255 or 14.39% from 271); Blue value is 59 (23.44% from 255 or 21.77% from 271); Max value from RGB is 173 - color contains mainly: red. Hex color #AD273B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD273B is #52D8C4. Grayscale: #515151. Windows color (decimal): -5429445 or 3876781. OLE color: 3876781.
HSL color Cylindrical-coordinate representation of color #AD273B: hue angle of 351.04º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD273B is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 39 | 59 | - |
| CMYK | 0 | 0.77 | 0.66 | 0.32 |
| HSL | 351.04º | 0.63% | 0.42% | - |
| HSV(B) | 351.04º | 0.77% | 0.68% | - |
| XYZ | 18.75 | 10.65 | 5.21 | - |
| YUV | 81.35 | 115.39 | 193.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 39 | 59 | 0 | 0.77 | 0.66 | 0.32 | 351.04 | 0.63 | 0.42 |
| Hex | AD | 27 | 3B | 0 | 4D | 42 | 20 | 15F | 3F | 2A |
| Octal | 255 | 47 | 73 | 0 | 115 | 102 | 40 | 537 | 77 | 52 |
| Binary | 10101101 | 100111 | 111011 | 0 | 1001101 | 1000010 | 100000 | 101011111 | 111111 | 101010 |
Color Harmonies of #AD273B
Complementary color
Monochromatic Colors of #AD273B
Black with #AD273B
Text Example
Text Example
White with #AD273B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD273B; }
p { color: rgb(173,39,59); }
H1.HeaderClassName
{
color: #AD273B;
}
.AnyTagClassName
{
color: #AD273B;
}
</style>
background-color css
<style>
a { background-color: #AD273B; }
a { background-color: rgb(173,39,59); }
div.DivClassName
{
background-color: #AD273B;
}
.BgClassName
{
background-color: #AD273B;
}
</style>
border-color css
<style>
span { border-color: #AD273B; }
span { border-color: rgb(173,39,59); }
td.TdClassName
{
border-color: #AD273B;
}
.TagClassName
{
border-color: #AD273B;
}
</style>