Shades of Cardinal #AD233F
Tints of Cardinal #AD233F
RGB
CMYK
RGB Variations
Color information
#AD233F (or 0xAD233F) is known color: Cardinal. HEX triplet: AD, 23 and 3F. RGB value is (173,35,63). Sum of RGB (Red+Green+Blue) = 173+35+63=271 (35% of max value = 765). Red value is 173 (67.97% from 255 or 63.84% from 271); Green value is 35 (14.06% from 255 or 12.92% from 271); Blue value is 63 (25% from 255 or 23.25% from 271); Max value from RGB is 173 - color contains mainly: red. Hex color #AD233F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD233F is #52DCC0. Grayscale: #4F4F4F. Windows color (decimal): -5430465 or 4137901. OLE color: 4137901.
HSL color Cylindrical-coordinate representation of color #AD233F: hue angle of 347.83º 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 #AD233F is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 35 | 63 | - |
| CMYK | 0 | 0.80 | 0.64 | 0.32 |
| HSL | 347.83º | 0.66% | 0.41% | - |
| HSV(B) | 347.83º | 0.8% | 0.68% | - |
| XYZ | 18.73 | 10.45 | 5.73 | - |
| YUV | 79.45 | 118.72 | 194.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 35 | 63 | 0 | 0.80 | 0.64 | 0.32 | 347.83 | 0.66 | 0.41 |
| Hex | AD | 23 | 3F | 0 | 50 | 40 | 20 | 15C | 42 | 29 |
| Octal | 255 | 43 | 77 | 0 | 120 | 100 | 40 | 534 | 102 | 51 |
| Binary | 10101101 | 100011 | 111111 | 0 | 1010000 | 1000000 | 100000 | 101011100 | 1000010 | 101001 |
Color Harmonies of #AD233F
Complementary color
Monochromatic Colors of #AD233F
Black with #AD233F
Text Example
Text Example
White with #AD233F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD233F; }
p { color: rgb(173,35,63); }
H1.HeaderClassName
{
color: #AD233F;
}
.AnyTagClassName
{
color: #AD233F;
}
</style>
background-color css
<style>
a { background-color: #AD233F; }
a { background-color: rgb(173,35,63); }
div.DivClassName
{
background-color: #AD233F;
}
.BgClassName
{
background-color: #AD233F;
}
</style>
border-color css
<style>
span { border-color: #AD233F; }
span { border-color: rgb(173,35,63); }
td.TdClassName
{
border-color: #AD233F;
}
.TagClassName
{
border-color: #AD233F;
}
</style>