Shades of Carmine #AC0135
Tints of Carmine #AC0135
RGB
CMYK
RGB Variations
Color information
#AC0135 (or 0xAC0135) is known color: Carmine. HEX triplet: AC, 01 and 35. RGB value is (172,1,53). Sum of RGB (Red+Green+Blue) = 172+1+53=226 (29% of max value = 765). Red value is 172 (67.58% from 255 or 76.11% from 226); Green value is 1 (0.78% from 255 or 0.44% from 226); Blue value is 53 (21.09% from 255 or 23.45% from 226); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0135 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0135 is #53FECA. Grayscale: #3A3A3A. Windows color (decimal): -5504715 or 3473836. OLE color: 3473836.
HSL color Cylindrical-coordinate representation of color #AC0135: hue angle of 341.75º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC0135 is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 1 | 53 | - |
| CMYK | 0 | 0.99 | 0.69 | 0.33 |
| HSL | 341.75º | 0.99% | 0.34% | - |
| HSV(B) | 341.75º | 0.99% | 0.67% | - |
| XYZ | 17.67 | 9.05 | 4.18 | - |
| YUV | 58.06 | 125.15 | 209.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 1 | 53 | 0 | 0.99 | 0.69 | 0.33 | 341.75 | 0.99 | 0.34 |
| Hex | AC | 1 | 35 | 0 | 63 | 45 | 21 | 156 | 63 | 22 |
| Octal | 254 | 1 | 65 | 0 | 143 | 105 | 41 | 526 | 143 | 42 |
| Binary | 10101100 | 1 | 110101 | 0 | 1100011 | 1000101 | 100001 | 101010110 | 1100011 | 100010 |
Color Harmonies of #AC0135
Complementary color
Monochromatic Colors of #AC0135
Black with #AC0135
Text Example
Text Example
White with #AC0135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0135; }
p { color: rgb(172,1,53); }
H1.HeaderClassName
{
color: #AC0135;
}
.AnyTagClassName
{
color: #AC0135;
}
</style>
background-color css
<style>
a { background-color: #AC0135; }
a { background-color: rgb(172,1,53); }
div.DivClassName
{
background-color: #AC0135;
}
.BgClassName
{
background-color: #AC0135;
}
</style>
border-color css
<style>
span { border-color: #AC0135; }
span { border-color: rgb(172,1,53); }
td.TdClassName
{
border-color: #AC0135;
}
.TagClassName
{
border-color: #AC0135;
}
</style>