Shades of Medium Carmine #AC433B
Tints of Medium Carmine #AC433B
RGB
CMYK
RGB Variations
Color information
#AC433B (or 0xAC433B) is known color: Medium Carmine. HEX triplet: AC, 43 and 3B. RGB value is (172,67,59). Sum of RGB (Red+Green+Blue) = 172+67+59=298 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.72% from 298); Green value is 67 (26.56% from 255 or 22.48% from 298); Blue value is 59 (23.44% from 255 or 19.80% from 298); Max value from RGB is 172 - color contains mainly: red. Hex color #AC433B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC433B is #53BCC4. Grayscale: #616161. Windows color (decimal): -5487813 or 3883948. OLE color: 3883948.
HSL color Cylindrical-coordinate representation of color #AC433B: hue angle of 4.25º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AC433B is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 67 | 59 | - |
| CMYK | 0 | 0.61 | 0.66 | 0.33 |
| HSL | 4.25º | 0.49% | 0.45% | - |
| HSV(B) | 4.25º | 0.66% | 0.67% | - |
| XYZ | 19.81 | 13.1 | 5.62 | - |
| YUV | 97.48 | 106.29 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 67 | 59 | 0 | 0.61 | 0.66 | 0.33 | 4.25 | 0.49 | 0.45 |
| Hex | AC | 43 | 3B | 0 | 3D | 42 | 21 | 4 | 31 | 2D |
| Octal | 254 | 103 | 73 | 0 | 75 | 102 | 41 | 4 | 61 | 55 |
| Binary | 10101100 | 1000011 | 111011 | 0 | 111101 | 1000010 | 100001 | 100 | 110001 | 101101 |
Color Harmonies of #AC433B
Complementary color
Monochromatic Colors of #AC433B
Black with #AC433B
Text Example
Text Example
White with #AC433B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC433B; }
p { color: rgb(172,67,59); }
H1.HeaderClassName
{
color: #AC433B;
}
.AnyTagClassName
{
color: #AC433B;
}
</style>
background-color css
<style>
a { background-color: #AC433B; }
a { background-color: rgb(172,67,59); }
div.DivClassName
{
background-color: #AC433B;
}
.BgClassName
{
background-color: #AC433B;
}
</style>
border-color css
<style>
span { border-color: #AC433B; }
span { border-color: rgb(172,67,59); }
td.TdClassName
{
border-color: #AC433B;
}
.TagClassName
{
border-color: #AC433B;
}
</style>