Shades of Cardinal #AC1143
Tints of Cardinal #AC1143
RGB
CMYK
RGB Variations
Color information
#AC1143 (or 0xAC1143) is known color: Cardinal. HEX triplet: AC, 11 and 43. RGB value is (172,17,67). Sum of RGB (Red+Green+Blue) = 172+17+67=256 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.19% from 256); Green value is 17 (7.03% from 255 or 6.64% from 256); Blue value is 67 (26.56% from 255 or 26.17% from 256); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1143 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1143 is #53EEBC. Grayscale: #454545. Windows color (decimal): -5500605 or 4395436. OLE color: 4395436.
HSL color Cylindrical-coordinate representation of color #AC1143: hue angle of 340.65º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC1143 is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 17 | 67 | - |
| CMYK | 0 | 0.90 | 0.61 | 0.33 |
| HSL | 340.65º | 0.82% | 0.37% | - |
| HSV(B) | 340.65º | 0.9% | 0.67% | - |
| XYZ | 18.23 | 9.58 | 6.2 | - |
| YUV | 69.05 | 126.85 | 201.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 17 | 67 | 0 | 0.90 | 0.61 | 0.33 | 340.65 | 0.82 | 0.37 |
| Hex | AC | 11 | 43 | 0 | 5A | 3D | 21 | 155 | 52 | 25 |
| Octal | 254 | 21 | 103 | 0 | 132 | 75 | 41 | 525 | 122 | 45 |
| Binary | 10101100 | 10001 | 1000011 | 0 | 1011010 | 111101 | 100001 | 101010101 | 1010010 | 100101 |
Color Harmonies of #AC1143
Complementary color
Monochromatic Colors of #AC1143
Black with #AC1143
Text Example
Text Example
White with #AC1143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1143; }
p { color: rgb(172,17,67); }
H1.HeaderClassName
{
color: #AC1143;
}
.AnyTagClassName
{
color: #AC1143;
}
</style>
background-color css
<style>
a { background-color: #AC1143; }
a { background-color: rgb(172,17,67); }
div.DivClassName
{
background-color: #AC1143;
}
.BgClassName
{
background-color: #AC1143;
}
</style>
border-color css
<style>
span { border-color: #AC1143; }
span { border-color: rgb(172,17,67); }
td.TdClassName
{
border-color: #AC1143;
}
.TagClassName
{
border-color: #AC1143;
}
</style>