Shades of Carmine #AC0430
Tints of Carmine #AC0430
RGB
CMYK
RGB Variations
Color information
#AC0430 (or 0xAC0430) is known color: Carmine. HEX triplet: AC, 04 and 30. RGB value is (172,4,48). Sum of RGB (Red+Green+Blue) = 172+4+48=224 (29% of max value = 765). Red value is 172 (67.58% from 255 or 76.79% from 224); Green value is 4 (1.95% from 255 or 1.79% from 224); Blue value is 48 (19.14% from 255 or 21.43% from 224); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0430 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0430 is #53FBCF. Grayscale: #3B3B3B. Windows color (decimal): -5503952 or 3146924. OLE color: 3146924.
HSL color Cylindrical-coordinate representation of color #AC0430: hue angle of 344.29º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC0430 is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 4 | 48 | - |
| CMYK | 0 | 0.98 | 0.72 | 0.33 |
| HSL | 344.29º | 0.95% | 0.35% | - |
| HSV(B) | 344.29º | 0.98% | 0.67% | - |
| XYZ | 17.59 | 9.07 | 3.62 | - |
| YUV | 59.25 | 121.66 | 208.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 4 | 48 | 0 | 0.98 | 0.72 | 0.33 | 344.29 | 0.95 | 0.35 |
| Hex | AC | 4 | 30 | 0 | 62 | 48 | 21 | 158 | 5F | 23 |
| Octal | 254 | 4 | 60 | 0 | 142 | 110 | 41 | 530 | 137 | 43 |
| Binary | 10101100 | 100 | 110000 | 0 | 1100010 | 1001000 | 100001 | 101011000 | 1011111 | 100011 |
Color Harmonies of #AC0430
Complementary color
Monochromatic Colors of #AC0430
Black with #AC0430
Text Example
Text Example
White with #AC0430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0430; }
p { color: rgb(172,4,48); }
H1.HeaderClassName
{
color: #AC0430;
}
.AnyTagClassName
{
color: #AC0430;
}
</style>
background-color css
<style>
a { background-color: #AC0430; }
a { background-color: rgb(172,4,48); }
div.DivClassName
{
background-color: #AC0430;
}
.BgClassName
{
background-color: #AC0430;
}
</style>
border-color css
<style>
span { border-color: #AC0430; }
span { border-color: rgb(172,4,48); }
td.TdClassName
{
border-color: #AC0430;
}
.TagClassName
{
border-color: #AC0430;
}
</style>