Shades of Medium Carmine #AC433E
Tints of Medium Carmine #AC433E
RGB
CMYK
RGB Variations
Color information
#AC433E (or 0xAC433E) is known color: Medium Carmine. HEX triplet: AC, 43 and 3E. RGB value is (172,67,62). Sum of RGB (Red+Green+Blue) = 172+67+62=301 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.14% from 301); Green value is 67 (26.56% from 255 or 22.26% from 301); Blue value is 62 (24.61% from 255 or 20.60% from 301); Max value from RGB is 172 - color contains mainly: red. Hex color #AC433E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC433E is #53BCC1. Grayscale: #616161. Windows color (decimal): -5487810 or 4080556. OLE color: 4080556.
HSL color Cylindrical-coordinate representation of color #AC433E: hue angle of 2.73º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AC433E is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 67 | 62 | - |
| CMYK | 0 | 0.61 | 0.64 | 0.33 |
| HSL | 2.73º | 0.47% | 0.46% | - |
| HSV(B) | 2.73º | 0.64% | 0.67% | - |
| XYZ | 19.89 | 13.13 | 6.04 | - |
| YUV | 97.83 | 107.79 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 67 | 62 | 0 | 0.61 | 0.64 | 0.33 | 2.73 | 0.47 | 0.46 |
| Hex | AC | 43 | 3E | 0 | 3D | 40 | 21 | 3 | 2F | 2E |
| Octal | 254 | 103 | 76 | 0 | 75 | 100 | 41 | 3 | 57 | 56 |
| Binary | 10101100 | 1000011 | 111110 | 0 | 111101 | 1000000 | 100001 | 11 | 101111 | 101110 |
Color Harmonies of #AC433E
Complementary color
Monochromatic Colors of #AC433E
Black with #AC433E
Text Example
Text Example
White with #AC433E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC433E; }
p { color: rgb(172,67,62); }
H1.HeaderClassName
{
color: #AC433E;
}
.AnyTagClassName
{
color: #AC433E;
}
</style>
background-color css
<style>
a { background-color: #AC433E; }
a { background-color: rgb(172,67,62); }
div.DivClassName
{
background-color: #AC433E;
}
.BgClassName
{
background-color: #AC433E;
}
</style>
border-color css
<style>
span { border-color: #AC433E; }
span { border-color: rgb(172,67,62); }
td.TdClassName
{
border-color: #AC433E;
}
.TagClassName
{
border-color: #AC433E;
}
</style>