Shades of Cardinal #AD2330
Tints of Cardinal #AD2330
RGB
CMYK
RGB Variations
Color information
#AD2330 (or 0xAD2330) is known color: Cardinal. HEX triplet: AD, 23 and 30. RGB value is (173,35,48). Sum of RGB (Red+Green+Blue) = 173+35+48=256 (33% of max value = 765). Red value is 173 (67.97% from 255 or 67.58% from 256); Green value is 35 (14.06% from 255 or 13.67% from 256); Blue value is 48 (19.14% from 255 or 18.75% from 256); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2330 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2330 is #52DCCF. Grayscale: #4D4D4D. Windows color (decimal): -5430480 or 3154861. OLE color: 3154861.
HSL color Cylindrical-coordinate representation of color #AD2330: hue angle of 354.35º 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 #AD2330 is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 35 | 48 | - |
| CMYK | 0 | 0.80 | 0.72 | 0.32 |
| HSL | 354.35º | 0.66% | 0.41% | - |
| HSV(B) | 354.35º | 0.8% | 0.68% | - |
| XYZ | 18.37 | 10.3 | 3.82 | - |
| YUV | 77.74 | 111.22 | 195.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 35 | 48 | 0 | 0.80 | 0.72 | 0.32 | 354.35 | 0.66 | 0.41 |
| Hex | AD | 23 | 30 | 0 | 50 | 48 | 20 | 162 | 42 | 29 |
| Octal | 255 | 43 | 60 | 0 | 120 | 110 | 40 | 542 | 102 | 51 |
| Binary | 10101101 | 100011 | 110000 | 0 | 1010000 | 1001000 | 100000 | 101100010 | 1000010 | 101001 |
Color Harmonies of #AD2330
Complementary color
Monochromatic Colors of #AD2330
Black with #AD2330
Text Example
Text Example
White with #AD2330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2330; }
p { color: rgb(173,35,48); }
H1.HeaderClassName
{
color: #AD2330;
}
.AnyTagClassName
{
color: #AD2330;
}
</style>
background-color css
<style>
a { background-color: #AD2330; }
a { background-color: rgb(173,35,48); }
div.DivClassName
{
background-color: #AD2330;
}
.BgClassName
{
background-color: #AD2330;
}
</style>
border-color css
<style>
span { border-color: #AD2330; }
span { border-color: rgb(173,35,48); }
td.TdClassName
{
border-color: #AD2330;
}
.TagClassName
{
border-color: #AD2330;
}
</style>