Shades of Cardinal #AD263E
Tints of Cardinal #AD263E
RGB
CMYK
RGB Variations
Color information
#AD263E (or 0xAD263E) is known color: Cardinal. HEX triplet: AD, 26 and 3E. RGB value is (173,38,62). Sum of RGB (Red+Green+Blue) = 173+38+62=273 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.37% from 273); Green value is 38 (15.23% from 255 or 13.92% from 273); Blue value is 62 (24.61% from 255 or 22.71% from 273); Max value from RGB is 173 - color contains mainly: red. Hex color #AD263E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD263E is #52D9C1. Grayscale: #515151. Windows color (decimal): -5429698 or 4073133. OLE color: 4073133.
HSL color Cylindrical-coordinate representation of color #AD263E: hue angle of 349.33º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD263E is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 38 | 62 | - |
| CMYK | 0 | 0.78 | 0.64 | 0.32 |
| HSL | 349.33º | 0.64% | 0.41% | - |
| HSV(B) | 349.33º | 0.78% | 0.68% | - |
| XYZ | 18.8 | 10.62 | 5.62 | - |
| YUV | 81.1 | 117.23 | 193.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 38 | 62 | 0 | 0.78 | 0.64 | 0.32 | 349.33 | 0.64 | 0.41 |
| Hex | AD | 26 | 3E | 0 | 4E | 40 | 20 | 15D | 40 | 29 |
| Octal | 255 | 46 | 76 | 0 | 116 | 100 | 40 | 535 | 100 | 51 |
| Binary | 10101101 | 100110 | 111110 | 0 | 1001110 | 1000000 | 100000 | 101011101 | 1000000 | 101001 |
Color Harmonies of #AD263E
Complementary color
Monochromatic Colors of #AD263E
Black with #AD263E
Text Example
Text Example
White with #AD263E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD263E; }
p { color: rgb(173,38,62); }
H1.HeaderClassName
{
color: #AD263E;
}
.AnyTagClassName
{
color: #AD263E;
}
</style>
background-color css
<style>
a { background-color: #AD263E; }
a { background-color: rgb(173,38,62); }
div.DivClassName
{
background-color: #AD263E;
}
.BgClassName
{
background-color: #AD263E;
}
</style>
border-color css
<style>
span { border-color: #AD263E; }
span { border-color: rgb(173,38,62); }
td.TdClassName
{
border-color: #AD263E;
}
.TagClassName
{
border-color: #AD263E;
}
</style>