Shades of Cardinal #AD2838
Tints of Cardinal #AD2838
RGB
CMYK
RGB Variations
Color information
#AD2838 (or 0xAD2838) is known color: Cardinal. HEX triplet: AD, 28 and 38. RGB value is (173,40,56). Sum of RGB (Red+Green+Blue) = 173+40+56=269 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.31% from 269); Green value is 40 (16.02% from 255 or 14.87% from 269); Blue value is 56 (22.27% from 255 or 20.82% from 269); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2838 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2838 is #52D7C7. Grayscale: #515151. Windows color (decimal): -5429192 or 3680429. OLE color: 3680429.
HSL color Cylindrical-coordinate representation of color #AD2838: hue angle of 352.78º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD2838 is Cyan = 0, Magento = 0.77, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 40 | 56 | - |
| CMYK | 0 | 0.77 | 0.68 | 0.32 |
| HSL | 352.78º | 0.62% | 0.42% | - |
| HSV(B) | 352.78º | 0.77% | 0.68% | - |
| XYZ | 18.71 | 10.69 | 4.82 | - |
| YUV | 81.59 | 113.56 | 193.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 40 | 56 | 0 | 0.77 | 0.68 | 0.32 | 352.78 | 0.62 | 0.42 |
| Hex | AD | 28 | 38 | 0 | 4D | 44 | 20 | 161 | 3E | 2A |
| Octal | 255 | 50 | 70 | 0 | 115 | 104 | 40 | 541 | 76 | 52 |
| Binary | 10101101 | 101000 | 111000 | 0 | 1001101 | 1000100 | 100000 | 101100001 | 111110 | 101010 |
Color Harmonies of #AD2838
Complementary color
Monochromatic Colors of #AD2838
Black with #AD2838
Text Example
Text Example
White with #AD2838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2838; }
p { color: rgb(173,40,56); }
H1.HeaderClassName
{
color: #AD2838;
}
.AnyTagClassName
{
color: #AD2838;
}
</style>
background-color css
<style>
a { background-color: #AD2838; }
a { background-color: rgb(173,40,56); }
div.DivClassName
{
background-color: #AD2838;
}
.BgClassName
{
background-color: #AD2838;
}
</style>
border-color css
<style>
span { border-color: #AD2838; }
span { border-color: rgb(173,40,56); }
td.TdClassName
{
border-color: #AD2838;
}
.TagClassName
{
border-color: #AD2838;
}
</style>