Shades of Cardinal #AD263C
Tints of Cardinal #AD263C
RGB
CMYK
RGB Variations
Color information
#AD263C (or 0xAD263C) is known color: Cardinal. HEX triplet: AD, 26 and 3C. RGB value is (173,38,60). Sum of RGB (Red+Green+Blue) = 173+38+60=271 (35% of max value = 765). Red value is 173 (67.97% from 255 or 63.84% from 271); Green value is 38 (15.23% from 255 or 14.02% from 271); Blue value is 60 (23.83% from 255 or 22.14% from 271); Max value from RGB is 173 - color contains mainly: red. Hex color #AD263C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD263C is #52D9C3. Grayscale: #505050. Windows color (decimal): -5429700 or 3942061. OLE color: 3942061.
HSL color Cylindrical-coordinate representation of color #AD263C: hue angle of 350.22º 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 #AD263C is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 38 | 60 | - |
| CMYK | 0 | 0.78 | 0.65 | 0.32 |
| HSL | 350.22º | 0.64% | 0.41% | - |
| HSV(B) | 350.22º | 0.78% | 0.68% | - |
| XYZ | 18.74 | 10.6 | 5.33 | - |
| YUV | 80.87 | 116.23 | 193.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 38 | 60 | 0 | 0.78 | 0.65 | 0.32 | 350.22 | 0.64 | 0.41 |
| Hex | AD | 26 | 3C | 0 | 4E | 41 | 20 | 15E | 40 | 29 |
| Octal | 255 | 46 | 74 | 0 | 116 | 101 | 40 | 536 | 100 | 51 |
| Binary | 10101101 | 100110 | 111100 | 0 | 1001110 | 1000001 | 100000 | 101011110 | 1000000 | 101001 |
Color Harmonies of #AD263C
Complementary color
Monochromatic Colors of #AD263C
Black with #AD263C
Text Example
Text Example
White with #AD263C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD263C; }
p { color: rgb(173,38,60); }
H1.HeaderClassName
{
color: #AD263C;
}
.AnyTagClassName
{
color: #AD263C;
}
</style>
background-color css
<style>
a { background-color: #AD263C; }
a { background-color: rgb(173,38,60); }
div.DivClassName
{
background-color: #AD263C;
}
.BgClassName
{
background-color: #AD263C;
}
</style>
border-color css
<style>
span { border-color: #AD263C; }
span { border-color: rgb(173,38,60); }
td.TdClassName
{
border-color: #AD263C;
}
.TagClassName
{
border-color: #AD263C;
}
</style>