Shades of Medium Carmine #AB442D
Tints of Medium Carmine #AB442D
RGB
CMYK
RGB Variations
Color information
#AB442D (or 0xAB442D) is known color: Medium Carmine. HEX triplet: AB, 44 and 2D. RGB value is (171,68,45). Sum of RGB (Red+Green+Blue) = 171+68+45=284 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.21% from 284); Green value is 68 (26.95% from 255 or 23.94% from 284); Blue value is 45 (17.97% from 255 or 15.85% from 284); Max value from RGB is 171 - color contains mainly: red. Hex color #AB442D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB442D is #54BBD2. Grayscale: #606060. Windows color (decimal): -5553107 or 2966699. OLE color: 2966699.
HSL color Cylindrical-coordinate representation of color #AB442D: hue angle of 10.95º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AB442D is Cyan = 0, Magento = 0.60, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 68 | 45 | - |
| CMYK | 0 | 0.60 | 0.74 | 0.33 |
| HSL | 10.95º | 0.58% | 0.42% | - |
| HSV(B) | 10.95º | 0.74% | 0.67% | - |
| XYZ | 19.34 | 12.98 | 3.97 | - |
| YUV | 96.18 | 99.12 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 68 | 45 | 0 | 0.60 | 0.74 | 0.33 | 10.95 | 0.58 | 0.42 |
| Hex | AB | 44 | 2D | 0 | 3C | 4A | 21 | B | 3A | 2A |
| Octal | 253 | 104 | 55 | 0 | 74 | 112 | 41 | 13 | 72 | 52 |
| Binary | 10101011 | 1000100 | 101101 | 0 | 111100 | 1001010 | 100001 | 1011 | 111010 | 101010 |
Color Harmonies of #AB442D
Complementary color
Monochromatic Colors of #AB442D
Black with #AB442D
Text Example
Text Example
White with #AB442D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB442D; }
p { color: rgb(171,68,45); }
H1.HeaderClassName
{
color: #AB442D;
}
.AnyTagClassName
{
color: #AB442D;
}
</style>
background-color css
<style>
a { background-color: #AB442D; }
a { background-color: rgb(171,68,45); }
div.DivClassName
{
background-color: #AB442D;
}
.BgClassName
{
background-color: #AB442D;
}
</style>
border-color css
<style>
span { border-color: #AB442D; }
span { border-color: rgb(171,68,45); }
td.TdClassName
{
border-color: #AB442D;
}
.TagClassName
{
border-color: #AB442D;
}
</style>