Shades of Medium Carmine #AC402E
Tints of Medium Carmine #AC402E
RGB
CMYK
RGB Variations
Color information
#AC402E (or 0xAC402E) is known color: Medium Carmine. HEX triplet: AC, 40 and 2E. RGB value is (172,64,46). Sum of RGB (Red+Green+Blue) = 172+64+46=282 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.99% from 282); Green value is 64 (25.39% from 255 or 22.70% from 282); Blue value is 46 (18.36% from 255 or 16.31% from 282); Max value from RGB is 172 - color contains mainly: red. Hex color #AC402E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC402E is #53BFD1. Grayscale: #5E5E5E. Windows color (decimal): -5488594 or 3031212. OLE color: 3031212.
HSL color Cylindrical-coordinate representation of color #AC402E: hue angle of 8.57º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC402E is Cyan = 0, Magento = 0.63, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 64 | 46 | - |
| CMYK | 0 | 0.63 | 0.73 | 0.33 |
| HSL | 8.57º | 0.58% | 0.43% | - |
| HSV(B) | 8.57º | 0.73% | 0.67% | - |
| XYZ | 19.34 | 12.63 | 4 | - |
| YUV | 94.24 | 100.78 | 183.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 64 | 46 | 0 | 0.63 | 0.73 | 0.33 | 8.57 | 0.58 | 0.43 |
| Hex | AC | 40 | 2E | 0 | 3F | 49 | 21 | 9 | 3A | 2B |
| Octal | 254 | 100 | 56 | 0 | 77 | 111 | 41 | 11 | 72 | 53 |
| Binary | 10101100 | 1000000 | 101110 | 0 | 111111 | 1001001 | 100001 | 1001 | 111010 | 101011 |
Color Harmonies of #AC402E
Complementary color
Monochromatic Colors of #AC402E
Black with #AC402E
Text Example
Text Example
White with #AC402E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC402E; }
p { color: rgb(172,64,46); }
H1.HeaderClassName
{
color: #AC402E;
}
.AnyTagClassName
{
color: #AC402E;
}
</style>
background-color css
<style>
a { background-color: #AC402E; }
a { background-color: rgb(172,64,46); }
div.DivClassName
{
background-color: #AC402E;
}
.BgClassName
{
background-color: #AC402E;
}
</style>
border-color css
<style>
span { border-color: #AC402E; }
span { border-color: rgb(172,64,46); }
td.TdClassName
{
border-color: #AC402E;
}
.TagClassName
{
border-color: #AC402E;
}
</style>