Shades of Cardinal #AD273A
Tints of Cardinal #AD273A
RGB
CMYK
RGB Variations
Color information
#AD273A (or 0xAD273A) is known color: Cardinal. HEX triplet: AD, 27 and 3A. RGB value is (173,39,58). Sum of RGB (Red+Green+Blue) = 173+39+58=270 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.07% from 270); Green value is 39 (15.62% from 255 or 14.44% from 270); Blue value is 58 (23.05% from 255 or 21.48% from 270); Max value from RGB is 173 - color contains mainly: red. Hex color #AD273A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD273A is #52D8C5. Grayscale: #515151. Windows color (decimal): -5429446 or 3811245. OLE color: 3811245.
HSL color Cylindrical-coordinate representation of color #AD273A: hue angle of 351.49º 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 #AD273A is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 39 | 58 | - |
| CMYK | 0 | 0.77 | 0.66 | 0.32 |
| HSL | 351.49º | 0.63% | 0.42% | - |
| HSV(B) | 351.49º | 0.77% | 0.68% | - |
| XYZ | 18.72 | 10.64 | 5.07 | - |
| YUV | 81.23 | 114.89 | 193.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 39 | 58 | 0 | 0.77 | 0.66 | 0.32 | 351.49 | 0.63 | 0.42 |
| Hex | AD | 27 | 3A | 0 | 4D | 42 | 20 | 15F | 3F | 2A |
| Octal | 255 | 47 | 72 | 0 | 115 | 102 | 40 | 537 | 77 | 52 |
| Binary | 10101101 | 100111 | 111010 | 0 | 1001101 | 1000010 | 100000 | 101011111 | 111111 | 101010 |
Color Harmonies of #AD273A
Complementary color
Monochromatic Colors of #AD273A
Black with #AD273A
Text Example
Text Example
White with #AD273A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD273A; }
p { color: rgb(173,39,58); }
H1.HeaderClassName
{
color: #AD273A;
}
.AnyTagClassName
{
color: #AD273A;
}
</style>
background-color css
<style>
a { background-color: #AD273A; }
a { background-color: rgb(173,39,58); }
div.DivClassName
{
background-color: #AD273A;
}
.BgClassName
{
background-color: #AD273A;
}
</style>
border-color css
<style>
span { border-color: #AD273A; }
span { border-color: rgb(173,39,58); }
td.TdClassName
{
border-color: #AD273A;
}
.TagClassName
{
border-color: #AD273A;
}
</style>