Shades of Medium Carmine #AB412D
Tints of Medium Carmine #AB412D
RGB
CMYK
RGB Variations
Color information
#AB412D (or 0xAB412D) is known color: Medium Carmine. HEX triplet: AB, 41 and 2D. RGB value is (171,65,45). Sum of RGB (Red+Green+Blue) = 171+65+45=281 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.85% from 281); Green value is 65 (25.78% from 255 or 23.13% from 281); Blue value is 45 (17.97% from 255 or 16.01% from 281); Max value from RGB is 171 - color contains mainly: red. Hex color #AB412D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB412D is #54BED2. Grayscale: #5E5E5E. Windows color (decimal): -5553875 or 2965931. OLE color: 2965931.
HSL color Cylindrical-coordinate representation of color #AB412D: hue angle of 9.52º 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 #AB412D is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 65 | 45 | - |
| CMYK | 0 | 0.62 | 0.74 | 0.33 |
| HSL | 9.52º | 0.58% | 0.42% | - |
| HSV(B) | 9.52º | 0.74% | 0.67% | - |
| XYZ | 19.16 | 12.63 | 3.91 | - |
| YUV | 94.41 | 100.12 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 65 | 45 | 0 | 0.62 | 0.74 | 0.33 | 9.52 | 0.58 | 0.42 |
| Hex | AB | 41 | 2D | 0 | 3E | 4A | 21 | A | 3A | 2A |
| Octal | 253 | 101 | 55 | 0 | 76 | 112 | 41 | 12 | 72 | 52 |
| Binary | 10101011 | 1000001 | 101101 | 0 | 111110 | 1001010 | 100001 | 1010 | 111010 | 101010 |
Color Harmonies of #AB412D
Complementary color
Monochromatic Colors of #AB412D
Black with #AB412D
Text Example
Text Example
White with #AB412D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB412D; }
p { color: rgb(171,65,45); }
H1.HeaderClassName
{
color: #AB412D;
}
.AnyTagClassName
{
color: #AB412D;
}
</style>
background-color css
<style>
a { background-color: #AB412D; }
a { background-color: rgb(171,65,45); }
div.DivClassName
{
background-color: #AB412D;
}
.BgClassName
{
background-color: #AB412D;
}
</style>
border-color css
<style>
span { border-color: #AB412D; }
span { border-color: rgb(171,65,45); }
td.TdClassName
{
border-color: #AB412D;
}
.TagClassName
{
border-color: #AB412D;
}
</style>