Shades of Medium Carmine #AB3E28
Tints of Medium Carmine #AB3E28
RGB
CMYK
RGB Variations
Color information
#AB3E28 (or 0xAB3E28) is known color: Medium Carmine. HEX triplet: AB, 3E and 28. RGB value is (171,62,40). Sum of RGB (Red+Green+Blue) = 171+62+40=273 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.64% from 273); Green value is 62 (24.61% from 255 or 22.71% from 273); Blue value is 40 (16.02% from 255 or 14.65% from 273); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3E28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3E28 is #54C1D7. Grayscale: #5C5C5C. Windows color (decimal): -5554648 or 2637483. OLE color: 2637483.
HSL color Cylindrical-coordinate representation of color #AB3E28: hue angle of 10.08º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB3E28 is Cyan = 0, Magento = 0.64, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 62 | 40 | - |
| CMYK | 0 | 0.64 | 0.77 | 0.33 |
| HSL | 10.08º | 0.62% | 0.41% | - |
| HSV(B) | 10.08º | 0.77% | 0.67% | - |
| XYZ | 18.9 | 12.26 | 3.38 | - |
| YUV | 92.08 | 98.61 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 62 | 40 | 0 | 0.64 | 0.77 | 0.33 | 10.08 | 0.62 | 0.41 |
| Hex | AB | 3E | 28 | 0 | 40 | 4D | 21 | A | 3E | 29 |
| Octal | 253 | 76 | 50 | 0 | 100 | 115 | 41 | 12 | 76 | 51 |
| Binary | 10101011 | 111110 | 101000 | 0 | 1000000 | 1001101 | 100001 | 1010 | 111110 | 101001 |
Color Harmonies of #AB3E28
Complementary color
Monochromatic Colors of #AB3E28
Black with #AB3E28
Text Example
Text Example
White with #AB3E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3E28; }
p { color: rgb(171,62,40); }
H1.HeaderClassName
{
color: #AB3E28;
}
.AnyTagClassName
{
color: #AB3E28;
}
</style>
background-color css
<style>
a { background-color: #AB3E28; }
a { background-color: rgb(171,62,40); }
div.DivClassName
{
background-color: #AB3E28;
}
.BgClassName
{
background-color: #AB3E28;
}
</style>
border-color css
<style>
span { border-color: #AB3E28; }
span { border-color: rgb(171,62,40); }
td.TdClassName
{
border-color: #AB3E28;
}
.TagClassName
{
border-color: #AB3E28;
}
</style>