Shades of Cardinal #AD2431
Tints of Cardinal #AD2431
RGB
CMYK
RGB Variations
Color information
#AD2431 (or 0xAD2431) is known color: Cardinal. HEX triplet: AD, 24 and 31. RGB value is (173,36,49). Sum of RGB (Red+Green+Blue) = 173+36+49=258 (34% of max value = 765). Red value is 173 (67.97% from 255 or 67.05% from 258); Green value is 36 (14.45% from 255 or 13.95% from 258); Blue value is 49 (19.53% from 255 or 18.99% from 258); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2431 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2431 is #52DBCE. Grayscale: #4E4E4E. Windows color (decimal): -5430223 or 3220653. OLE color: 3220653.
HSL color Cylindrical-coordinate representation of color #AD2431: hue angle of 354.31º degrees, saturation: 0.66, 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 #AD2431 is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 36 | 49 | - |
| CMYK | 0 | 0.79 | 0.72 | 0.32 |
| HSL | 354.31º | 0.66% | 0.41% | - |
| HSV(B) | 354.31º | 0.79% | 0.68% | - |
| XYZ | 18.42 | 10.37 | 3.94 | - |
| YUV | 78.45 | 111.39 | 195.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 36 | 49 | 0 | 0.79 | 0.72 | 0.32 | 354.31 | 0.66 | 0.41 |
| Hex | AD | 24 | 31 | 0 | 4F | 48 | 20 | 162 | 42 | 29 |
| Octal | 255 | 44 | 61 | 0 | 117 | 110 | 40 | 542 | 102 | 51 |
| Binary | 10101101 | 100100 | 110001 | 0 | 1001111 | 1001000 | 100000 | 101100010 | 1000010 | 101001 |
Color Harmonies of #AD2431
Complementary color
Monochromatic Colors of #AD2431
Black with #AD2431
Text Example
Text Example
White with #AD2431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2431; }
p { color: rgb(173,36,49); }
H1.HeaderClassName
{
color: #AD2431;
}
.AnyTagClassName
{
color: #AD2431;
}
</style>
background-color css
<style>
a { background-color: #AD2431; }
a { background-color: rgb(173,36,49); }
div.DivClassName
{
background-color: #AD2431;
}
.BgClassName
{
background-color: #AD2431;
}
</style>
border-color css
<style>
span { border-color: #AD2431; }
span { border-color: rgb(173,36,49); }
td.TdClassName
{
border-color: #AD2431;
}
.TagClassName
{
border-color: #AD2431;
}
</style>