Shades of Carmine #AC0830
Tints of Carmine #AC0830
RGB
CMYK
RGB Variations
Color information
#AC0830 (or 0xAC0830) is known color: Carmine. HEX triplet: AC, 08 and 30. RGB value is (172,8,48). Sum of RGB (Red+Green+Blue) = 172+8+48=228 (30% of max value = 765). Red value is 172 (67.58% from 255 or 75.44% from 228); Green value is 8 (3.52% from 255 or 3.51% from 228); Blue value is 48 (19.14% from 255 or 21.05% from 228); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0830 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0830 is #53F7CF. Grayscale: #3D3D3D. Windows color (decimal): -5502928 or 3147948. OLE color: 3147948.
HSL color Cylindrical-coordinate representation of color #AC0830: hue angle of 345.37º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC0830 is Cyan = 0, Magento = 0.95, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 8 | 48 | - |
| CMYK | 0 | 0.95 | 0.72 | 0.33 |
| HSL | 345.37º | 0.91% | 0.35% | - |
| HSV(B) | 345.37º | 0.95% | 0.67% | - |
| XYZ | 17.63 | 9.16 | 3.63 | - |
| YUV | 61.6 | 120.33 | 206.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 8 | 48 | 0 | 0.95 | 0.72 | 0.33 | 345.37 | 0.91 | 0.35 |
| Hex | AC | 8 | 30 | 0 | 5F | 48 | 21 | 159 | 5B | 23 |
| Octal | 254 | 10 | 60 | 0 | 137 | 110 | 41 | 531 | 133 | 43 |
| Binary | 10101100 | 1000 | 110000 | 0 | 1011111 | 1001000 | 100001 | 101011001 | 1011011 | 100011 |
Color Harmonies of #AC0830
Complementary color
Monochromatic Colors of #AC0830
Black with #AC0830
Text Example
Text Example
White with #AC0830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0830; }
p { color: rgb(172,8,48); }
H1.HeaderClassName
{
color: #AC0830;
}
.AnyTagClassName
{
color: #AC0830;
}
</style>
background-color css
<style>
a { background-color: #AC0830; }
a { background-color: rgb(172,8,48); }
div.DivClassName
{
background-color: #AC0830;
}
.BgClassName
{
background-color: #AC0830;
}
</style>
border-color css
<style>
span { border-color: #AC0830; }
span { border-color: rgb(172,8,48); }
td.TdClassName
{
border-color: #AC0830;
}
.TagClassName
{
border-color: #AC0830;
}
</style>