Shades of Cardinal #AD233B
Tints of Cardinal #AD233B
RGB
CMYK
RGB Variations
Color information
#AD233B (or 0xAD233B) is known color: Cardinal. HEX triplet: AD, 23 and 3B. RGB value is (173,35,59). Sum of RGB (Red+Green+Blue) = 173+35+59=267 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.79% from 267); Green value is 35 (14.06% from 255 or 13.11% from 267); Blue value is 59 (23.44% from 255 or 22.10% from 267); Max value from RGB is 173 - color contains mainly: red. Hex color #AD233B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD233B is #52DCC4. Grayscale: #4F4F4F. Windows color (decimal): -5430469 or 3875757. OLE color: 3875757.
HSL color Cylindrical-coordinate representation of color #AD233B: hue angle of 349.57º 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 #AD233B is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 35 | 59 | - |
| CMYK | 0 | 0.80 | 0.66 | 0.32 |
| HSL | 349.57º | 0.66% | 0.41% | - |
| HSV(B) | 349.57º | 0.8% | 0.68% | - |
| XYZ | 18.62 | 10.4 | 5.16 | - |
| YUV | 79 | 116.72 | 195.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 35 | 59 | 0 | 0.80 | 0.66 | 0.32 | 349.57 | 0.66 | 0.41 |
| Hex | AD | 23 | 3B | 0 | 50 | 42 | 20 | 15E | 42 | 29 |
| Octal | 255 | 43 | 73 | 0 | 120 | 102 | 40 | 536 | 102 | 51 |
| Binary | 10101101 | 100011 | 111011 | 0 | 1010000 | 1000010 | 100000 | 101011110 | 1000010 | 101001 |
Color Harmonies of #AD233B
Complementary color
Monochromatic Colors of #AD233B
Black with #AD233B
Text Example
Text Example
White with #AD233B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD233B; }
p { color: rgb(173,35,59); }
H1.HeaderClassName
{
color: #AD233B;
}
.AnyTagClassName
{
color: #AD233B;
}
</style>
background-color css
<style>
a { background-color: #AD233B; }
a { background-color: rgb(173,35,59); }
div.DivClassName
{
background-color: #AD233B;
}
.BgClassName
{
background-color: #AD233B;
}
</style>
border-color css
<style>
span { border-color: #AD233B; }
span { border-color: rgb(173,35,59); }
td.TdClassName
{
border-color: #AD233B;
}
.TagClassName
{
border-color: #AD233B;
}
</style>