Shades of Medium Carmine #AB412B
Tints of Medium Carmine #AB412B
RGB
CMYK
RGB Variations
Color information
#AB412B (or 0xAB412B) is known color: Medium Carmine. HEX triplet: AB, 41 and 2B. RGB value is (171,65,43). Sum of RGB (Red+Green+Blue) = 171+65+43=279 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.29% from 279); Green value is 65 (25.78% from 255 or 23.30% from 279); Blue value is 43 (17.19% from 255 or 15.41% from 279); Max value from RGB is 171 - color contains mainly: red. Hex color #AB412B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB412B is #54BED4. Grayscale: #5E5E5E. Windows color (decimal): -5553877 or 2834859. OLE color: 2834859.
HSL color Cylindrical-coordinate representation of color #AB412B: hue angle of 10.31º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AB412B is Cyan = 0, Magento = 0.62, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 65 | 43 | - |
| CMYK | 0 | 0.62 | 0.75 | 0.33 |
| HSL | 10.31º | 0.6% | 0.42% | - |
| HSV(B) | 10.31º | 0.75% | 0.67% | - |
| XYZ | 19.12 | 12.61 | 3.71 | - |
| YUV | 94.19 | 99.12 | 182.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 65 | 43 | 0 | 0.62 | 0.75 | 0.33 | 10.31 | 0.6 | 0.42 |
| Hex | AB | 41 | 2B | 0 | 3E | 4B | 21 | A | 3C | 2A |
| Octal | 253 | 101 | 53 | 0 | 76 | 113 | 41 | 12 | 74 | 52 |
| Binary | 10101011 | 1000001 | 101011 | 0 | 111110 | 1001011 | 100001 | 1010 | 111100 | 101010 |
Color Harmonies of #AB412B
Complementary color
Monochromatic Colors of #AB412B
Black with #AB412B
Text Example
Text Example
White with #AB412B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB412B; }
p { color: rgb(171,65,43); }
H1.HeaderClassName
{
color: #AB412B;
}
.AnyTagClassName
{
color: #AB412B;
}
</style>
background-color css
<style>
a { background-color: #AB412B; }
a { background-color: rgb(171,65,43); }
div.DivClassName
{
background-color: #AB412B;
}
.BgClassName
{
background-color: #AB412B;
}
</style>
border-color css
<style>
span { border-color: #AB412B; }
span { border-color: rgb(171,65,43); }
td.TdClassName
{
border-color: #AB412B;
}
.TagClassName
{
border-color: #AB412B;
}
</style>