Shades of Medium Carmine #AC402D
Tints of Medium Carmine #AC402D
RGB
CMYK
RGB Variations
Color information
#AC402D (or 0xAC402D) is known color: Medium Carmine. HEX triplet: AC, 40 and 2D. RGB value is (172,64,45). Sum of RGB (Red+Green+Blue) = 172+64+45=281 (37% of max value = 765). Red value is 172 (67.58% from 255 or 61.21% from 281); Green value is 64 (25.39% from 255 or 22.78% from 281); Blue value is 45 (17.97% from 255 or 16.01% from 281); Max value from RGB is 172 - color contains mainly: red. Hex color #AC402D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC402D is #53BFD2. Grayscale: #5E5E5E. Windows color (decimal): -5488595 or 2965676. OLE color: 2965676.
HSL color Cylindrical-coordinate representation of color #AC402D: hue angle of 8.98º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC402D is Cyan = 0, Magento = 0.63, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 64 | 45 | - |
| CMYK | 0 | 0.63 | 0.74 | 0.33 |
| HSL | 8.98º | 0.59% | 0.43% | - |
| HSV(B) | 8.98º | 0.74% | 0.67% | - |
| XYZ | 19.32 | 12.63 | 3.9 | - |
| YUV | 94.13 | 100.28 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 64 | 45 | 0 | 0.63 | 0.74 | 0.33 | 8.98 | 0.59 | 0.43 |
| Hex | AC | 40 | 2D | 0 | 3F | 4A | 21 | 9 | 3B | 2B |
| Octal | 254 | 100 | 55 | 0 | 77 | 112 | 41 | 11 | 73 | 53 |
| Binary | 10101100 | 1000000 | 101101 | 0 | 111111 | 1001010 | 100001 | 1001 | 111011 | 101011 |
Color Harmonies of #AC402D
Complementary color
Monochromatic Colors of #AC402D
Black with #AC402D
Text Example
Text Example
White with #AC402D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC402D; }
p { color: rgb(172,64,45); }
H1.HeaderClassName
{
color: #AC402D;
}
.AnyTagClassName
{
color: #AC402D;
}
</style>
background-color css
<style>
a { background-color: #AC402D; }
a { background-color: rgb(172,64,45); }
div.DivClassName
{
background-color: #AC402D;
}
.BgClassName
{
background-color: #AC402D;
}
</style>
border-color css
<style>
span { border-color: #AC402D; }
span { border-color: rgb(172,64,45); }
td.TdClassName
{
border-color: #AC402D;
}
.TagClassName
{
border-color: #AC402D;
}
</style>