Shades of Carmine #AC0730
Tints of Carmine #AC0730
RGB
CMYK
RGB Variations
Color information
#AC0730 (or 0xAC0730) is known color: Carmine. HEX triplet: AC, 07 and 30. RGB value is (172,7,48). Sum of RGB (Red+Green+Blue) = 172+7+48=227 (30% of max value = 765). Red value is 172 (67.58% from 255 or 75.77% from 227); Green value is 7 (3.12% from 255 or 3.08% from 227); Blue value is 48 (19.14% from 255 or 21.15% from 227); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0730 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0730 is #53F8CF. Grayscale: #3D3D3D. Windows color (decimal): -5503184 or 3147692. OLE color: 3147692.
HSL color Cylindrical-coordinate representation of color #AC0730: hue angle of 345.09º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AC0730 is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 7 | 48 | - |
| CMYK | 0 | 0.96 | 0.72 | 0.33 |
| HSL | 345.09º | 0.92% | 0.35% | - |
| HSV(B) | 345.09º | 0.96% | 0.67% | - |
| XYZ | 17.62 | 9.14 | 3.63 | - |
| YUV | 61.01 | 120.66 | 207.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 7 | 48 | 0 | 0.96 | 0.72 | 0.33 | 345.09 | 0.92 | 0.35 |
| Hex | AC | 7 | 30 | 0 | 60 | 48 | 21 | 159 | 5C | 23 |
| Octal | 254 | 7 | 60 | 0 | 140 | 110 | 41 | 531 | 134 | 43 |
| Binary | 10101100 | 111 | 110000 | 0 | 1100000 | 1001000 | 100001 | 101011001 | 1011100 | 100011 |
Color Harmonies of #AC0730
Complementary color
Monochromatic Colors of #AC0730
Black with #AC0730
Text Example
Text Example
White with #AC0730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0730; }
p { color: rgb(172,7,48); }
H1.HeaderClassName
{
color: #AC0730;
}
.AnyTagClassName
{
color: #AC0730;
}
</style>
background-color css
<style>
a { background-color: #AC0730; }
a { background-color: rgb(172,7,48); }
div.DivClassName
{
background-color: #AC0730;
}
.BgClassName
{
background-color: #AC0730;
}
</style>
border-color css
<style>
span { border-color: #AC0730; }
span { border-color: rgb(172,7,48); }
td.TdClassName
{
border-color: #AC0730;
}
.TagClassName
{
border-color: #AC0730;
}
</style>