Shades of Cardinal #AD253D
Tints of Cardinal #AD253D
RGB
CMYK
RGB Variations
Color information
#AD253D (or 0xAD253D) is known color: Cardinal. HEX triplet: AD, 25 and 3D. RGB value is (173,37,61). Sum of RGB (Red+Green+Blue) = 173+37+61=271 (35% of max value = 765). Red value is 173 (67.97% from 255 or 63.84% from 271); Green value is 37 (14.84% from 255 or 13.65% from 271); Blue value is 61 (24.22% from 255 or 22.51% from 271); Max value from RGB is 173 - color contains mainly: red. Hex color #AD253D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD253D is #52DAC2. Grayscale: #505050. Windows color (decimal): -5429955 or 4007341. OLE color: 4007341.
HSL color Cylindrical-coordinate representation of color #AD253D: hue angle of 349.41º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD253D is Cyan = 0, Magento = 0.79, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 37 | 61 | - |
| CMYK | 0 | 0.79 | 0.65 | 0.32 |
| HSL | 349.41º | 0.65% | 0.41% | - |
| HSV(B) | 349.41º | 0.79% | 0.68% | - |
| XYZ | 18.74 | 10.54 | 5.46 | - |
| YUV | 80.4 | 117.06 | 194.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 37 | 61 | 0 | 0.79 | 0.65 | 0.32 | 349.41 | 0.65 | 0.41 |
| Hex | AD | 25 | 3D | 0 | 4F | 41 | 20 | 15D | 41 | 29 |
| Octal | 255 | 45 | 75 | 0 | 117 | 101 | 40 | 535 | 101 | 51 |
| Binary | 10101101 | 100101 | 111101 | 0 | 1001111 | 1000001 | 100000 | 101011101 | 1000001 | 101001 |
Color Harmonies of #AD253D
Complementary color
Monochromatic Colors of #AD253D
Black with #AD253D
Text Example
Text Example
White with #AD253D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD253D; }
p { color: rgb(173,37,61); }
H1.HeaderClassName
{
color: #AD253D;
}
.AnyTagClassName
{
color: #AD253D;
}
</style>
background-color css
<style>
a { background-color: #AD253D; }
a { background-color: rgb(173,37,61); }
div.DivClassName
{
background-color: #AD253D;
}
.BgClassName
{
background-color: #AD253D;
}
</style>
border-color css
<style>
span { border-color: #AD253D; }
span { border-color: rgb(173,37,61); }
td.TdClassName
{
border-color: #AD253D;
}
.TagClassName
{
border-color: #AD253D;
}
</style>