Shades of Cardinal #AD232F
Tints of Cardinal #AD232F
RGB
CMYK
RGB Variations
Color information
#AD232F (or 0xAD232F) is known color: Cardinal. HEX triplet: AD, 23 and 2F. RGB value is (173,35,47). Sum of RGB (Red+Green+Blue) = 173+35+47=255 (33% of max value = 765). Red value is 173 (67.97% from 255 or 67.84% from 255); Green value is 35 (14.06% from 255 or 13.73% from 255); Blue value is 47 (18.75% from 255 or 18.43% from 255); Max value from RGB is 173 - color contains mainly: red. Hex color #AD232F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD232F is #52DCD0. Grayscale: #4D4D4D. Windows color (decimal): -5430481 or 3089325. OLE color: 3089325.
HSL color Cylindrical-coordinate representation of color #AD232F: hue angle of 354.78º 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 #AD232F is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 35 | 47 | - |
| CMYK | 0 | 0.80 | 0.73 | 0.32 |
| HSL | 354.78º | 0.66% | 0.41% | - |
| HSV(B) | 354.78º | 0.8% | 0.68% | - |
| XYZ | 18.35 | 10.29 | 3.71 | - |
| YUV | 77.63 | 110.72 | 196.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 35 | 47 | 0 | 0.80 | 0.73 | 0.32 | 354.78 | 0.66 | 0.41 |
| Hex | AD | 23 | 2F | 0 | 50 | 49 | 20 | 163 | 42 | 29 |
| Octal | 255 | 43 | 57 | 0 | 120 | 111 | 40 | 543 | 102 | 51 |
| Binary | 10101101 | 100011 | 101111 | 0 | 1010000 | 1001001 | 100000 | 101100011 | 1000010 | 101001 |
Color Harmonies of #AD232F
Complementary color
Monochromatic Colors of #AD232F
Black with #AD232F
Text Example
Text Example
White with #AD232F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD232F; }
p { color: rgb(173,35,47); }
H1.HeaderClassName
{
color: #AD232F;
}
.AnyTagClassName
{
color: #AD232F;
}
</style>
background-color css
<style>
a { background-color: #AD232F; }
a { background-color: rgb(173,35,47); }
div.DivClassName
{
background-color: #AD232F;
}
.BgClassName
{
background-color: #AD232F;
}
</style>
border-color css
<style>
span { border-color: #AD232F; }
span { border-color: rgb(173,35,47); }
td.TdClassName
{
border-color: #AD232F;
}
.TagClassName
{
border-color: #AD232F;
}
</style>