Shades of Cardinal #AD273D
Tints of Cardinal #AD273D
RGB
CMYK
RGB Variations
Color information
#AD273D (or 0xAD273D) is known color: Cardinal. HEX triplet: AD, 27 and 3D. RGB value is (173,39,61). Sum of RGB (Red+Green+Blue) = 173+39+61=273 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.37% from 273); Green value is 39 (15.62% from 255 or 14.29% from 273); Blue value is 61 (24.22% from 255 or 22.34% from 273); Max value from RGB is 173 - color contains mainly: red. Hex color #AD273D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD273D is #52D8C2. Grayscale: #515151. Windows color (decimal): -5429443 or 4007853. OLE color: 4007853.
HSL color Cylindrical-coordinate representation of color #AD273D: hue angle of 350.15º 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 #AD273D is Cyan = 0, Magento = 0.77, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 39 | 61 | - |
| CMYK | 0 | 0.77 | 0.65 | 0.32 |
| HSL | 350.15º | 0.63% | 0.42% | - |
| HSV(B) | 350.15º | 0.77% | 0.68% | - |
| XYZ | 18.8 | 10.67 | 5.48 | - |
| YUV | 81.57 | 116.39 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 39 | 61 | 0 | 0.77 | 0.65 | 0.32 | 350.15 | 0.63 | 0.42 |
| Hex | AD | 27 | 3D | 0 | 4D | 41 | 20 | 15E | 3F | 2A |
| Octal | 255 | 47 | 75 | 0 | 115 | 101 | 40 | 536 | 77 | 52 |
| Binary | 10101101 | 100111 | 111101 | 0 | 1001101 | 1000001 | 100000 | 101011110 | 111111 | 101010 |
Color Harmonies of #AD273D
Complementary color
Monochromatic Colors of #AD273D
Black with #AD273D
Text Example
Text Example
White with #AD273D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD273D; }
p { color: rgb(173,39,61); }
H1.HeaderClassName
{
color: #AD273D;
}
.AnyTagClassName
{
color: #AD273D;
}
</style>
background-color css
<style>
a { background-color: #AD273D; }
a { background-color: rgb(173,39,61); }
div.DivClassName
{
background-color: #AD273D;
}
.BgClassName
{
background-color: #AD273D;
}
</style>
border-color css
<style>
span { border-color: #AD273D; }
span { border-color: rgb(173,39,61); }
td.TdClassName
{
border-color: #AD273D;
}
.TagClassName
{
border-color: #AD273D;
}
</style>