Shades of Cardinal #AC1E43
Tints of Cardinal #AC1E43
RGB
CMYK
RGB Variations
Color information
#AC1E43 (or 0xAC1E43) is known color: Cardinal. HEX triplet: AC, 1E and 43. RGB value is (172,30,67). Sum of RGB (Red+Green+Blue) = 172+30+67=269 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.94% from 269); Green value is 30 (12.11% from 255 or 11.15% from 269); Blue value is 67 (26.56% from 255 or 24.91% from 269); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1E43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1E43 is #53E1BC. Grayscale: #4C4C4C. Windows color (decimal): -5497277 or 4398764. OLE color: 4398764.
HSL color Cylindrical-coordinate representation of color #AC1E43: hue angle of 344.37º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC1E43 is Cyan = 0, Magento = 0.83, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 30 | 67 | - |
| CMYK | 0 | 0.83 | 0.61 | 0.33 |
| HSL | 344.37º | 0.7% | 0.4% | - |
| HSV(B) | 344.37º | 0.83% | 0.67% | - |
| XYZ | 18.49 | 10.1 | 6.29 | - |
| YUV | 76.68 | 122.54 | 195.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 30 | 67 | 0 | 0.83 | 0.61 | 0.33 | 344.37 | 0.7 | 0.4 |
| Hex | AC | 1E | 43 | 0 | 53 | 3D | 21 | 158 | 46 | 28 |
| Octal | 254 | 36 | 103 | 0 | 123 | 75 | 41 | 530 | 106 | 50 |
| Binary | 10101100 | 11110 | 1000011 | 0 | 1010011 | 111101 | 100001 | 101011000 | 1000110 | 101000 |
Color Harmonies of #AC1E43
Complementary color
Monochromatic Colors of #AC1E43
Black with #AC1E43
Text Example
Text Example
White with #AC1E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1E43; }
p { color: rgb(172,30,67); }
H1.HeaderClassName
{
color: #AC1E43;
}
.AnyTagClassName
{
color: #AC1E43;
}
</style>
background-color css
<style>
a { background-color: #AC1E43; }
a { background-color: rgb(172,30,67); }
div.DivClassName
{
background-color: #AC1E43;
}
.BgClassName
{
background-color: #AC1E43;
}
</style>
border-color css
<style>
span { border-color: #AC1E43; }
span { border-color: rgb(172,30,67); }
td.TdClassName
{
border-color: #AC1E43;
}
.TagClassName
{
border-color: #AC1E43;
}
</style>