Shades of Carmine #AC0130
Tints of Carmine #AC0130
RGB
CMYK
RGB Variations
Color information
#AC0130 (or 0xAC0130) is known color: Carmine. HEX triplet: AC, 01 and 30. RGB value is (172,1,48). Sum of RGB (Red+Green+Blue) = 172+1+48=221 (29% of max value = 765). Red value is 172 (67.58% from 255 or 77.83% from 221); Green value is 1 (0.78% from 255 or 0.45% from 221); Blue value is 48 (19.14% from 255 or 21.72% from 221); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0130 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0130 is #53FECF. Grayscale: #393939. Windows color (decimal): -5504720 or 3146156. OLE color: 3146156.
HSL color Cylindrical-coordinate representation of color #AC0130: hue angle of 343.51º 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 #AC0130 is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 1 | 48 | - |
| CMYK | 0 | 0.99 | 0.72 | 0.33 |
| HSL | 343.51º | 0.99% | 0.34% | - |
| HSV(B) | 343.51º | 0.99% | 0.67% | - |
| XYZ | 17.56 | 9.01 | 3.61 | - |
| YUV | 57.49 | 122.65 | 209.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 1 | 48 | 0 | 0.99 | 0.72 | 0.33 | 343.51 | 0.99 | 0.34 |
| Hex | AC | 1 | 30 | 0 | 63 | 48 | 21 | 158 | 63 | 22 |
| Octal | 254 | 1 | 60 | 0 | 143 | 110 | 41 | 530 | 143 | 42 |
| Binary | 10101100 | 1 | 110000 | 0 | 1100011 | 1001000 | 100001 | 101011000 | 1100011 | 100010 |
Color Harmonies of #AC0130
Complementary color
Monochromatic Colors of #AC0130
Black with #AC0130
Text Example
Text Example
White with #AC0130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0130; }
p { color: rgb(172,1,48); }
H1.HeaderClassName
{
color: #AC0130;
}
.AnyTagClassName
{
color: #AC0130;
}
</style>
background-color css
<style>
a { background-color: #AC0130; }
a { background-color: rgb(172,1,48); }
div.DivClassName
{
background-color: #AC0130;
}
.BgClassName
{
background-color: #AC0130;
}
</style>
border-color css
<style>
span { border-color: #AC0130; }
span { border-color: rgb(172,1,48); }
td.TdClassName
{
border-color: #AC0130;
}
.TagClassName
{
border-color: #AC0130;
}
</style>