Shades of Cardinal #AD2433
Tints of Cardinal #AD2433
RGB
CMYK
RGB Variations
Color information
#AD2433 (or 0xAD2433) is known color: Cardinal. HEX triplet: AD, 24 and 33. RGB value is (173,36,51). Sum of RGB (Red+Green+Blue) = 173+36+51=260 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.54% from 260); Green value is 36 (14.45% from 255 or 13.85% from 260); Blue value is 51 (20.31% from 255 or 19.62% from 260); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2433 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2433 is #52DBCC. Grayscale: #4E4E4E. Windows color (decimal): -5430221 or 3351725. OLE color: 3351725.
HSL color Cylindrical-coordinate representation of color #AD2433: hue angle of 353.43º 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 #AD2433 is Cyan = 0, Magento = 0.79, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 36 | 51 | - |
| CMYK | 0 | 0.79 | 0.71 | 0.32 |
| HSL | 353.43º | 0.66% | 0.41% | - |
| HSV(B) | 353.43º | 0.79% | 0.68% | - |
| XYZ | 18.46 | 10.39 | 4.16 | - |
| YUV | 78.67 | 112.39 | 195.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 36 | 51 | 0 | 0.79 | 0.71 | 0.32 | 353.43 | 0.66 | 0.41 |
| Hex | AD | 24 | 33 | 0 | 4F | 47 | 20 | 161 | 42 | 29 |
| Octal | 255 | 44 | 63 | 0 | 117 | 107 | 40 | 541 | 102 | 51 |
| Binary | 10101101 | 100100 | 110011 | 0 | 1001111 | 1000111 | 100000 | 101100001 | 1000010 | 101001 |
Color Harmonies of #AD2433
Complementary color
Monochromatic Colors of #AD2433
Black with #AD2433
Text Example
Text Example
White with #AD2433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2433; }
p { color: rgb(173,36,51); }
H1.HeaderClassName
{
color: #AD2433;
}
.AnyTagClassName
{
color: #AD2433;
}
</style>
background-color css
<style>
a { background-color: #AD2433; }
a { background-color: rgb(173,36,51); }
div.DivClassName
{
background-color: #AD2433;
}
.BgClassName
{
background-color: #AD2433;
}
</style>
border-color css
<style>
span { border-color: #AD2433; }
span { border-color: rgb(173,36,51); }
td.TdClassName
{
border-color: #AD2433;
}
.TagClassName
{
border-color: #AD2433;
}
</style>