Shades of Cardinal #AD2735
Tints of Cardinal #AD2735
RGB
CMYK
RGB Variations
Color information
#AD2735 (or 0xAD2735) is known color: Cardinal. HEX triplet: AD, 27 and 35. RGB value is (173,39,53). Sum of RGB (Red+Green+Blue) = 173+39+53=265 (35% of max value = 765). Red value is 173 (67.97% from 255 or 65.28% from 265); Green value is 39 (15.62% from 255 or 14.72% from 265); Blue value is 53 (21.09% from 255 or 20% from 265); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2735 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2735 is #52D8CA. Grayscale: #505050. Windows color (decimal): -5429451 or 3483565. OLE color: 3483565.
HSL color Cylindrical-coordinate representation of color #AD2735: hue angle of 353.73º degrees, saturation: 0.63, 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 #AD2735 is Cyan = 0, Magento = 0.77, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 39 | 53 | - |
| CMYK | 0 | 0.77 | 0.69 | 0.32 |
| HSL | 353.73º | 0.63% | 0.42% | - |
| HSV(B) | 353.73º | 0.77% | 0.68% | - |
| XYZ | 18.6 | 10.59 | 4.43 | - |
| YUV | 80.66 | 112.39 | 193.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 39 | 53 | 0 | 0.77 | 0.69 | 0.32 | 353.73 | 0.63 | 0.42 |
| Hex | AD | 27 | 35 | 0 | 4D | 45 | 20 | 162 | 3F | 2A |
| Octal | 255 | 47 | 65 | 0 | 115 | 105 | 40 | 542 | 77 | 52 |
| Binary | 10101101 | 100111 | 110101 | 0 | 1001101 | 1000101 | 100000 | 101100010 | 111111 | 101010 |
Color Harmonies of #AD2735
Complementary color
Monochromatic Colors of #AD2735
Black with #AD2735
Text Example
Text Example
White with #AD2735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2735; }
p { color: rgb(173,39,53); }
H1.HeaderClassName
{
color: #AD2735;
}
.AnyTagClassName
{
color: #AD2735;
}
</style>
background-color css
<style>
a { background-color: #AD2735; }
a { background-color: rgb(173,39,53); }
div.DivClassName
{
background-color: #AD2735;
}
.BgClassName
{
background-color: #AD2735;
}
</style>
border-color css
<style>
span { border-color: #AD2735; }
span { border-color: rgb(173,39,53); }
td.TdClassName
{
border-color: #AD2735;
}
.TagClassName
{
border-color: #AD2735;
}
</style>