Shades of Cardinal #AD1F40
Tints of Cardinal #AD1F40
RGB
CMYK
RGB Variations
Color information
#AD1F40 (or 0xAD1F40) is known color: Cardinal. HEX triplet: AD, 1F and 40. RGB value is (173,31,64). Sum of RGB (Red+Green+Blue) = 173+31+64=268 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.55% from 268); Green value is 31 (12.5% from 255 or 11.57% from 268); Blue value is 64 (25.39% from 255 or 23.88% from 268); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1F40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1F40 is #52E0BF. Grayscale: #4D4D4D. Windows color (decimal): -5431488 or 4202413. OLE color: 4202413.
HSL color Cylindrical-coordinate representation of color #AD1F40: hue angle of 346.06º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD1F40 is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 31 | 64 | - |
| CMYK | 0 | 0.82 | 0.63 | 0.32 |
| HSL | 346.06º | 0.7% | 0.4% | - |
| HSV(B) | 346.06º | 0.82% | 0.68% | - |
| XYZ | 18.65 | 10.23 | 5.84 | - |
| YUV | 77.22 | 120.54 | 196.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 31 | 64 | 0 | 0.82 | 0.63 | 0.32 | 346.06 | 0.7 | 0.4 |
| Hex | AD | 1F | 40 | 0 | 52 | 3F | 20 | 15A | 46 | 28 |
| Octal | 255 | 37 | 100 | 0 | 122 | 77 | 40 | 532 | 106 | 50 |
| Binary | 10101101 | 11111 | 1000000 | 0 | 1010010 | 111111 | 100000 | 101011010 | 1000110 | 101000 |
Color Harmonies of #AD1F40
Complementary color
Monochromatic Colors of #AD1F40
Black with #AD1F40
Text Example
Text Example
White with #AD1F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1F40; }
p { color: rgb(173,31,64); }
H1.HeaderClassName
{
color: #AD1F40;
}
.AnyTagClassName
{
color: #AD1F40;
}
</style>
background-color css
<style>
a { background-color: #AD1F40; }
a { background-color: rgb(173,31,64); }
div.DivClassName
{
background-color: #AD1F40;
}
.BgClassName
{
background-color: #AD1F40;
}
</style>
border-color css
<style>
span { border-color: #AD1F40; }
span { border-color: rgb(173,31,64); }
td.TdClassName
{
border-color: #AD1F40;
}
.TagClassName
{
border-color: #AD1F40;
}
</style>