Shades of Medium Carmine #AC3823
Tints of Medium Carmine #AC3823
RGB
CMYK
RGB Variations
Color information
#AC3823 (or 0xAC3823) is known color: Medium Carmine. HEX triplet: AC, 38 and 23. RGB value is (172,56,35). Sum of RGB (Red+Green+Blue) = 172+56+35=263 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.40% from 263); Green value is 56 (22.27% from 255 or 21.29% from 263); Blue value is 35 (14.06% from 255 or 13.31% from 263); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3823 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3823 is #53C7DC. Grayscale: #585858. Windows color (decimal): -5490653 or 2308268. OLE color: 2308268.
HSL color Cylindrical-coordinate representation of color #AC3823: hue angle of 9.2º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC3823 is Cyan = 0, Magento = 0.67, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 56 | 35 | - |
| CMYK | 0 | 0.67 | 0.80 | 0.33 |
| HSL | 9.2º | 0.66% | 0.41% | - |
| HSV(B) | 9.2º | 0.8% | 0.67% | - |
| XYZ | 18.73 | 11.72 | 2.87 | - |
| YUV | 88.29 | 97.93 | 187.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 56 | 35 | 0 | 0.67 | 0.80 | 0.33 | 9.2 | 0.66 | 0.41 |
| Hex | AC | 38 | 23 | 0 | 43 | 50 | 21 | 9 | 42 | 29 |
| Octal | 254 | 70 | 43 | 0 | 103 | 120 | 41 | 11 | 102 | 51 |
| Binary | 10101100 | 111000 | 100011 | 0 | 1000011 | 1010000 | 100001 | 1001 | 1000010 | 101001 |
Color Harmonies of #AC3823
Complementary color
Monochromatic Colors of #AC3823
Black with #AC3823
Text Example
Text Example
White with #AC3823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3823; }
p { color: rgb(172,56,35); }
H1.HeaderClassName
{
color: #AC3823;
}
.AnyTagClassName
{
color: #AC3823;
}
</style>
background-color css
<style>
a { background-color: #AC3823; }
a { background-color: rgb(172,56,35); }
div.DivClassName
{
background-color: #AC3823;
}
.BgClassName
{
background-color: #AC3823;
}
</style>
border-color css
<style>
span { border-color: #AC3823; }
span { border-color: rgb(172,56,35); }
td.TdClassName
{
border-color: #AC3823;
}
.TagClassName
{
border-color: #AC3823;
}
</style>