Shades of Medium Carmine #AC433F
Tints of Medium Carmine #AC433F
RGB
CMYK
RGB Variations
Color information
#AC433F (or 0xAC433F) is known color: Medium Carmine. HEX triplet: AC, 43 and 3F. RGB value is (172,67,63). Sum of RGB (Red+Green+Blue) = 172+67+63=302 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.95% from 302); Green value is 67 (26.56% from 255 or 22.19% from 302); Blue value is 63 (25% from 255 or 20.86% from 302); Max value from RGB is 172 - color contains mainly: red. Hex color #AC433F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC433F is #53BCC0. Grayscale: #626262. Windows color (decimal): -5487809 or 4146092. OLE color: 4146092.
HSL color Cylindrical-coordinate representation of color #AC433F: hue angle of 2.2º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC433F is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 67 | 63 | - |
| CMYK | 0 | 0.61 | 0.63 | 0.33 |
| HSL | 2.2º | 0.46% | 0.46% | - |
| HSV(B) | 2.2º | 0.63% | 0.67% | - |
| XYZ | 19.92 | 13.14 | 6.19 | - |
| YUV | 97.94 | 108.29 | 180.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 67 | 63 | 0 | 0.61 | 0.63 | 0.33 | 2.2 | 0.46 | 0.46 |
| Hex | AC | 43 | 3F | 0 | 3D | 3F | 21 | 2 | 2E | 2E |
| Octal | 254 | 103 | 77 | 0 | 75 | 77 | 41 | 2 | 56 | 56 |
| Binary | 10101100 | 1000011 | 111111 | 0 | 111101 | 111111 | 100001 | 10 | 101110 | 101110 |
Color Harmonies of #AC433F
Complementary color
Monochromatic Colors of #AC433F
Black with #AC433F
Text Example
Text Example
White with #AC433F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC433F; }
p { color: rgb(172,67,63); }
H1.HeaderClassName
{
color: #AC433F;
}
.AnyTagClassName
{
color: #AC433F;
}
</style>
background-color css
<style>
a { background-color: #AC433F; }
a { background-color: rgb(172,67,63); }
div.DivClassName
{
background-color: #AC433F;
}
.BgClassName
{
background-color: #AC433F;
}
</style>
border-color css
<style>
span { border-color: #AC433F; }
span { border-color: rgb(172,67,63); }
td.TdClassName
{
border-color: #AC433F;
}
.TagClassName
{
border-color: #AC433F;
}
</style>