Shades of Cardinal #AD273C
Tints of Cardinal #AD273C
RGB
CMYK
RGB Variations
Color information
#AD273C (or 0xAD273C) is known color: Cardinal. HEX triplet: AD, 27 and 3C. RGB value is (173,39,60). Sum of RGB (Red+Green+Blue) = 173+39+60=272 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.60% from 272); Green value is 39 (15.62% from 255 or 14.34% from 272); Blue value is 60 (23.83% from 255 or 22.06% from 272); Max value from RGB is 173 - color contains mainly: red. Hex color #AD273C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD273C is #52D8C3. Grayscale: #515151. Windows color (decimal): -5429444 or 3942317. OLE color: 3942317.
HSL color Cylindrical-coordinate representation of color #AD273C: hue angle of 350.6º 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 #AD273C is Cyan = 0, Magento = 0.77, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 39 | 60 | - |
| CMYK | 0 | 0.77 | 0.65 | 0.32 |
| HSL | 350.6º | 0.63% | 0.42% | - |
| HSV(B) | 350.6º | 0.77% | 0.68% | - |
| XYZ | 18.77 | 10.66 | 5.34 | - |
| YUV | 81.46 | 115.89 | 193.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 39 | 60 | 0 | 0.77 | 0.65 | 0.32 | 350.6 | 0.63 | 0.42 |
| Hex | AD | 27 | 3C | 0 | 4D | 41 | 20 | 15F | 3F | 2A |
| Octal | 255 | 47 | 74 | 0 | 115 | 101 | 40 | 537 | 77 | 52 |
| Binary | 10101101 | 100111 | 111100 | 0 | 1001101 | 1000001 | 100000 | 101011111 | 111111 | 101010 |
Color Harmonies of #AD273C
Complementary color
Monochromatic Colors of #AD273C
Black with #AD273C
Text Example
Text Example
White with #AD273C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD273C; }
p { color: rgb(173,39,60); }
H1.HeaderClassName
{
color: #AD273C;
}
.AnyTagClassName
{
color: #AD273C;
}
</style>
background-color css
<style>
a { background-color: #AD273C; }
a { background-color: rgb(173,39,60); }
div.DivClassName
{
background-color: #AD273C;
}
.BgClassName
{
background-color: #AD273C;
}
</style>
border-color css
<style>
span { border-color: #AD273C; }
span { border-color: rgb(173,39,60); }
td.TdClassName
{
border-color: #AD273C;
}
.TagClassName
{
border-color: #AD273C;
}
</style>