Shades of Carmine #AC0422
Tints of Carmine #AC0422
RGB
CMYK
RGB Variations
Color information
#AC0422 (or 0xAC0422) is known color: Carmine. HEX triplet: AC, 04 and 22. RGB value is (172,4,34). Sum of RGB (Red+Green+Blue) = 172+4+34=210 (27% of max value = 765). Red value is 172 (67.58% from 255 or 81.90% from 210); Green value is 4 (1.95% from 255 or 1.90% from 210); Blue value is 34 (13.67% from 255 or 16.19% from 210); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0422 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0422 is #53FBDD. Grayscale: #393939. Windows color (decimal): -5503966 or 2229420. OLE color: 2229420.
HSL color Cylindrical-coordinate representation of color #AC0422: hue angle of 349.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 #AC0422 is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 4 | 34 | - |
| CMYK | 0 | 0.98 | 0.80 | 0.33 |
| HSL | 349.29º | 0.95% | 0.35% | - |
| HSV(B) | 349.29º | 0.98% | 0.67% | - |
| XYZ | 17.35 | 8.97 | 2.33 | - |
| YUV | 57.65 | 114.66 | 209.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 4 | 34 | 0 | 0.98 | 0.80 | 0.33 | 349.29 | 0.95 | 0.35 |
| Hex | AC | 4 | 22 | 0 | 62 | 50 | 21 | 15D | 5F | 23 |
| Octal | 254 | 4 | 42 | 0 | 142 | 120 | 41 | 535 | 137 | 43 |
| Binary | 10101100 | 100 | 100010 | 0 | 1100010 | 1010000 | 100001 | 101011101 | 1011111 | 100011 |
Color Harmonies of #AC0422
Complementary color
Monochromatic Colors of #AC0422
Black with #AC0422
Text Example
Text Example
White with #AC0422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0422; }
p { color: rgb(172,4,34); }
H1.HeaderClassName
{
color: #AC0422;
}
.AnyTagClassName
{
color: #AC0422;
}
</style>
background-color css
<style>
a { background-color: #AC0422; }
a { background-color: rgb(172,4,34); }
div.DivClassName
{
background-color: #AC0422;
}
.BgClassName
{
background-color: #AC0422;
}
</style>
border-color css
<style>
span { border-color: #AC0422; }
span { border-color: rgb(172,4,34); }
td.TdClassName
{
border-color: #AC0422;
}
.TagClassName
{
border-color: #AC0422;
}
</style>