Shades of Cardinal #AD1C2A
Tints of Cardinal #AD1C2A
RGB
CMYK
RGB Variations
Color information
#AD1C2A (or 0xAD1C2A) is known color: Cardinal. HEX triplet: AD, 1C and 2A. RGB value is (173,28,42). Sum of RGB (Red+Green+Blue) = 173+28+42=243 (32% of max value = 765). Red value is 173 (67.97% from 255 or 71.19% from 243); Green value is 28 (11.33% from 255 or 11.52% from 243); Blue value is 42 (16.80% from 255 or 17.28% from 243); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1C2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1C2A is #52E3D5. Grayscale: #494949. Windows color (decimal): -5432278 or 2759853. OLE color: 2759853.
HSL color Cylindrical-coordinate representation of color #AD1C2A: hue angle of 354.21º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD1C2A is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 28 | 42 | - |
| CMYK | 0 | 0.84 | 0.76 | 0.32 |
| HSL | 354.21º | 0.72% | 0.39% | - |
| HSV(B) | 354.21º | 0.84% | 0.68% | - |
| XYZ | 18.07 | 9.88 | 3.15 | - |
| YUV | 72.95 | 110.54 | 199.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 28 | 42 | 0 | 0.84 | 0.76 | 0.32 | 354.21 | 0.72 | 0.39 |
| Hex | AD | 1C | 2A | 0 | 54 | 4C | 20 | 162 | 48 | 27 |
| Octal | 255 | 34 | 52 | 0 | 124 | 114 | 40 | 542 | 110 | 47 |
| Binary | 10101101 | 11100 | 101010 | 0 | 1010100 | 1001100 | 100000 | 101100010 | 1001000 | 100111 |
Color Harmonies of #AD1C2A
Complementary color
Monochromatic Colors of #AD1C2A
Black with #AD1C2A
Text Example
Text Example
White with #AD1C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1C2A; }
p { color: rgb(173,28,42); }
H1.HeaderClassName
{
color: #AD1C2A;
}
.AnyTagClassName
{
color: #AD1C2A;
}
</style>
background-color css
<style>
a { background-color: #AD1C2A; }
a { background-color: rgb(173,28,42); }
div.DivClassName
{
background-color: #AD1C2A;
}
.BgClassName
{
background-color: #AD1C2A;
}
</style>
border-color css
<style>
span { border-color: #AD1C2A; }
span { border-color: rgb(173,28,42); }
td.TdClassName
{
border-color: #AD1C2A;
}
.TagClassName
{
border-color: #AD1C2A;
}
</style>