Shades of Cardinal #AD2A3A
Tints of Cardinal #AD2A3A
RGB
CMYK
RGB Variations
Color information
#AD2A3A (or 0xAD2A3A) is known color: Cardinal. HEX triplet: AD, 2A and 3A. RGB value is (173,42,58). Sum of RGB (Red+Green+Blue) = 173+42+58=273 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.37% from 273); Green value is 42 (16.80% from 255 or 15.38% from 273); Blue value is 58 (23.05% from 255 or 21.25% from 273); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2A3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2A3A is #52D5C5. Grayscale: #535353. Windows color (decimal): -5428678 or 3812013. OLE color: 3812013.
HSL color Cylindrical-coordinate representation of color #AD2A3A: hue angle of 352.67º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD2A3A is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 42 | 58 | - |
| CMYK | 0 | 0.76 | 0.66 | 0.32 |
| HSL | 352.67º | 0.61% | 0.42% | - |
| HSV(B) | 352.67º | 0.76% | 0.68% | - |
| XYZ | 18.83 | 10.85 | 5.1 | - |
| YUV | 82.99 | 113.9 | 192.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 42 | 58 | 0 | 0.76 | 0.66 | 0.32 | 352.67 | 0.61 | 0.42 |
| Hex | AD | 2A | 3A | 0 | 4C | 42 | 20 | 161 | 3D | 2A |
| Octal | 255 | 52 | 72 | 0 | 114 | 102 | 40 | 541 | 75 | 52 |
| Binary | 10101101 | 101010 | 111010 | 0 | 1001100 | 1000010 | 100000 | 101100001 | 111101 | 101010 |
Color Harmonies of #AD2A3A
Complementary color
Monochromatic Colors of #AD2A3A
Black with #AD2A3A
Text Example
Text Example
White with #AD2A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2A3A; }
p { color: rgb(173,42,58); }
H1.HeaderClassName
{
color: #AD2A3A;
}
.AnyTagClassName
{
color: #AD2A3A;
}
</style>
background-color css
<style>
a { background-color: #AD2A3A; }
a { background-color: rgb(173,42,58); }
div.DivClassName
{
background-color: #AD2A3A;
}
.BgClassName
{
background-color: #AD2A3A;
}
</style>
border-color css
<style>
span { border-color: #AD2A3A; }
span { border-color: rgb(173,42,58); }
td.TdClassName
{
border-color: #AD2A3A;
}
.TagClassName
{
border-color: #AD2A3A;
}
</style>