Shades of Carmine #AC0825
Tints of Carmine #AC0825
RGB
CMYK
RGB Variations
Color information
#AC0825 (or 0xAC0825) is known color: Carmine. HEX triplet: AC, 08 and 25. RGB value is (172,8,37). Sum of RGB (Red+Green+Blue) = 172+8+37=217 (28% of max value = 765). Red value is 172 (67.58% from 255 or 79.26% from 217); Green value is 8 (3.52% from 255 or 3.69% from 217); Blue value is 37 (14.84% from 255 or 17.05% from 217); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0825 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0825 is #53F7DA. Grayscale: #3C3C3C. Windows color (decimal): -5502939 or 2427052. OLE color: 2427052.
HSL color Cylindrical-coordinate representation of color #AC0825: hue angle of 349.39º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC0825 is Cyan = 0, Magento = 0.95, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 8 | 37 | - |
| CMYK | 0 | 0.95 | 0.78 | 0.33 |
| HSL | 349.39º | 0.91% | 0.35% | - |
| HSV(B) | 349.39º | 0.95% | 0.67% | - |
| XYZ | 17.43 | 9.08 | 2.58 | - |
| YUV | 60.34 | 114.83 | 207.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 8 | 37 | 0 | 0.95 | 0.78 | 0.33 | 349.39 | 0.91 | 0.35 |
| Hex | AC | 8 | 25 | 0 | 5F | 4E | 21 | 15D | 5B | 23 |
| Octal | 254 | 10 | 45 | 0 | 137 | 116 | 41 | 535 | 133 | 43 |
| Binary | 10101100 | 1000 | 100101 | 0 | 1011111 | 1001110 | 100001 | 101011101 | 1011011 | 100011 |
Color Harmonies of #AC0825
Complementary color
Monochromatic Colors of #AC0825
Black with #AC0825
Text Example
Text Example
White with #AC0825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0825; }
p { color: rgb(172,8,37); }
H1.HeaderClassName
{
color: #AC0825;
}
.AnyTagClassName
{
color: #AC0825;
}
</style>
background-color css
<style>
a { background-color: #AC0825; }
a { background-color: rgb(172,8,37); }
div.DivClassName
{
background-color: #AC0825;
}
.BgClassName
{
background-color: #AC0825;
}
</style>
border-color css
<style>
span { border-color: #AC0825; }
span { border-color: rgb(172,8,37); }
td.TdClassName
{
border-color: #AC0825;
}
.TagClassName
{
border-color: #AC0825;
}
</style>