Shades of Medium Carmine #AB392A
Tints of Medium Carmine #AB392A
RGB
CMYK
RGB Variations
Color information
#AB392A (or 0xAB392A) is known color: Medium Carmine. HEX triplet: AB, 39 and 2A. RGB value is (171,57,42). Sum of RGB (Red+Green+Blue) = 171+57+42=270 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.33% from 270); Green value is 57 (22.66% from 255 or 21.11% from 270); Blue value is 42 (16.80% from 255 or 15.56% from 270); Max value from RGB is 171 - color contains mainly: red. Hex color #AB392A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB392A is #54C6D5. Grayscale: #595959. Windows color (decimal): -5555926 or 2767275. OLE color: 2767275.
HSL color Cylindrical-coordinate representation of color #AB392A: hue angle of 6.98º degrees, saturation: 0.61, 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 #AB392A is Cyan = 0, Magento = 0.67, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 57 | 42 | - |
| CMYK | 0 | 0.67 | 0.75 | 0.33 |
| HSL | 6.98º | 0.61% | 0.42% | - |
| HSV(B) | 6.98º | 0.75% | 0.67% | - |
| XYZ | 18.68 | 11.75 | 3.47 | - |
| YUV | 89.38 | 101.27 | 186.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 57 | 42 | 0 | 0.67 | 0.75 | 0.33 | 6.98 | 0.61 | 0.42 |
| Hex | AB | 39 | 2A | 0 | 43 | 4B | 21 | 7 | 3D | 2A |
| Octal | 253 | 71 | 52 | 0 | 103 | 113 | 41 | 7 | 75 | 52 |
| Binary | 10101011 | 111001 | 101010 | 0 | 1000011 | 1001011 | 100001 | 111 | 111101 | 101010 |
Color Harmonies of #AB392A
Complementary color
Monochromatic Colors of #AB392A
Black with #AB392A
Text Example
Text Example
White with #AB392A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB392A; }
p { color: rgb(171,57,42); }
H1.HeaderClassName
{
color: #AB392A;
}
.AnyTagClassName
{
color: #AB392A;
}
</style>
background-color css
<style>
a { background-color: #AB392A; }
a { background-color: rgb(171,57,42); }
div.DivClassName
{
background-color: #AB392A;
}
.BgClassName
{
background-color: #AB392A;
}
</style>
border-color css
<style>
span { border-color: #AB392A; }
span { border-color: rgb(171,57,42); }
td.TdClassName
{
border-color: #AB392A;
}
.TagClassName
{
border-color: #AB392A;
}
</style>