Shades of Cardinal #AD1F34
Tints of Cardinal #AD1F34
RGB
CMYK
RGB Variations
Color information
#AD1F34 (or 0xAD1F34) is known color: Cardinal. HEX triplet: AD, 1F and 34. RGB value is (173,31,52). Sum of RGB (Red+Green+Blue) = 173+31+52=256 (33% of max value = 765). Red value is 173 (67.97% from 255 or 67.58% from 256); Green value is 31 (12.5% from 255 or 12.11% from 256); Blue value is 52 (20.70% from 255 or 20.31% from 256); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1F34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1F34 is #52E0CB. Grayscale: #4B4B4B. Windows color (decimal): -5431500 or 3415981. OLE color: 3415981.
HSL color Cylindrical-coordinate representation of color #AD1F34: hue angle of 351.13º 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 #AD1F34 is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 31 | 52 | - |
| CMYK | 0 | 0.82 | 0.70 | 0.32 |
| HSL | 351.13º | 0.7% | 0.4% | - |
| HSV(B) | 351.13º | 0.82% | 0.68% | - |
| XYZ | 18.34 | 10.11 | 4.23 | - |
| YUV | 75.85 | 114.54 | 197.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 31 | 52 | 0 | 0.82 | 0.70 | 0.32 | 351.13 | 0.7 | 0.4 |
| Hex | AD | 1F | 34 | 0 | 52 | 46 | 20 | 15F | 46 | 28 |
| Octal | 255 | 37 | 64 | 0 | 122 | 106 | 40 | 537 | 106 | 50 |
| Binary | 10101101 | 11111 | 110100 | 0 | 1010010 | 1000110 | 100000 | 101011111 | 1000110 | 101000 |
Color Harmonies of #AD1F34
Complementary color
Monochromatic Colors of #AD1F34
Black with #AD1F34
Text Example
Text Example
White with #AD1F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1F34; }
p { color: rgb(173,31,52); }
H1.HeaderClassName
{
color: #AD1F34;
}
.AnyTagClassName
{
color: #AD1F34;
}
</style>
background-color css
<style>
a { background-color: #AD1F34; }
a { background-color: rgb(173,31,52); }
div.DivClassName
{
background-color: #AD1F34;
}
.BgClassName
{
background-color: #AD1F34;
}
</style>
border-color css
<style>
span { border-color: #AD1F34; }
span { border-color: rgb(173,31,52); }
td.TdClassName
{
border-color: #AD1F34;
}
.TagClassName
{
border-color: #AD1F34;
}
</style>