Shades of Cardinal #AD263A
Tints of Cardinal #AD263A
RGB
CMYK
RGB Variations
Color information
#AD263A (or 0xAD263A) is known color: Cardinal. HEX triplet: AD, 26 and 3A. RGB value is (173,38,58). Sum of RGB (Red+Green+Blue) = 173+38+58=269 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.31% from 269); Green value is 38 (15.23% from 255 or 14.13% from 269); Blue value is 58 (23.05% from 255 or 21.56% from 269); Max value from RGB is 173 - color contains mainly: red. Hex color #AD263A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD263A is #52D9C5. Grayscale: #505050. Windows color (decimal): -5429702 or 3810989. OLE color: 3810989.
HSL color Cylindrical-coordinate representation of color #AD263A: hue angle of 351.11º 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 #AD263A is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 38 | 58 | - |
| CMYK | 0 | 0.78 | 0.66 | 0.32 |
| HSL | 351.11º | 0.64% | 0.41% | - |
| HSV(B) | 351.11º | 0.78% | 0.68% | - |
| XYZ | 18.69 | 10.58 | 5.06 | - |
| YUV | 80.65 | 115.23 | 193.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 38 | 58 | 0 | 0.78 | 0.66 | 0.32 | 351.11 | 0.64 | 0.41 |
| Hex | AD | 26 | 3A | 0 | 4E | 42 | 20 | 15F | 40 | 29 |
| Octal | 255 | 46 | 72 | 0 | 116 | 102 | 40 | 537 | 100 | 51 |
| Binary | 10101101 | 100110 | 111010 | 0 | 1001110 | 1000010 | 100000 | 101011111 | 1000000 | 101001 |
Color Harmonies of #AD263A
Complementary color
Monochromatic Colors of #AD263A
Black with #AD263A
Text Example
Text Example
White with #AD263A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD263A; }
p { color: rgb(173,38,58); }
H1.HeaderClassName
{
color: #AD263A;
}
.AnyTagClassName
{
color: #AD263A;
}
</style>
background-color css
<style>
a { background-color: #AD263A; }
a { background-color: rgb(173,38,58); }
div.DivClassName
{
background-color: #AD263A;
}
.BgClassName
{
background-color: #AD263A;
}
</style>
border-color css
<style>
span { border-color: #AD263A; }
span { border-color: rgb(173,38,58); }
td.TdClassName
{
border-color: #AD263A;
}
.TagClassName
{
border-color: #AD263A;
}
</style>