Shades of Cardinal #AD2333
Tints of Cardinal #AD2333
RGB
CMYK
RGB Variations
Color information
#AD2333 (or 0xAD2333) is known color: Cardinal. HEX triplet: AD, 23 and 33. RGB value is (173,35,51). Sum of RGB (Red+Green+Blue) = 173+35+51=259 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.80% from 259); Green value is 35 (14.06% from 255 or 13.51% from 259); Blue value is 51 (20.31% from 255 or 19.69% from 259); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2333 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2333 is #52DCCC. Grayscale: #4E4E4E. Windows color (decimal): -5430477 or 3351469. OLE color: 3351469.
HSL color Cylindrical-coordinate representation of color #AD2333: hue angle of 353.04º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD2333 is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 35 | 51 | - |
| CMYK | 0 | 0.80 | 0.71 | 0.32 |
| HSL | 353.04º | 0.66% | 0.41% | - |
| HSV(B) | 353.04º | 0.8% | 0.68% | - |
| XYZ | 18.43 | 10.33 | 4.15 | - |
| YUV | 78.09 | 112.72 | 195.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 35 | 51 | 0 | 0.80 | 0.71 | 0.32 | 353.04 | 0.66 | 0.41 |
| Hex | AD | 23 | 33 | 0 | 50 | 47 | 20 | 161 | 42 | 29 |
| Octal | 255 | 43 | 63 | 0 | 120 | 107 | 40 | 541 | 102 | 51 |
| Binary | 10101101 | 100011 | 110011 | 0 | 1010000 | 1000111 | 100000 | 101100001 | 1000010 | 101001 |
Color Harmonies of #AD2333
Complementary color
Monochromatic Colors of #AD2333
Black with #AD2333
Text Example
Text Example
White with #AD2333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2333; }
p { color: rgb(173,35,51); }
H1.HeaderClassName
{
color: #AD2333;
}
.AnyTagClassName
{
color: #AD2333;
}
</style>
background-color css
<style>
a { background-color: #AD2333; }
a { background-color: rgb(173,35,51); }
div.DivClassName
{
background-color: #AD2333;
}
.BgClassName
{
background-color: #AD2333;
}
</style>
border-color css
<style>
span { border-color: #AD2333; }
span { border-color: rgb(173,35,51); }
td.TdClassName
{
border-color: #AD2333;
}
.TagClassName
{
border-color: #AD2333;
}
</style>