Shades of Medium Carmine #AB3A34
Tints of Medium Carmine #AB3A34
RGB
CMYK
RGB Variations
Color information
#AB3A34 (or 0xAB3A34) is known color: Medium Carmine. HEX triplet: AB, 3A and 34. RGB value is (171,58,52). Sum of RGB (Red+Green+Blue) = 171+58+52=281 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.85% from 281); Green value is 58 (23.05% from 255 or 20.64% from 281); Blue value is 52 (20.70% from 255 or 18.51% from 281); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3A34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3A34 is #54C5CB. Grayscale: #5B5B5B. Windows color (decimal): -5555660 or 3422891. OLE color: 3422891.
HSL color Cylindrical-coordinate representation of color #AB3A34: hue angle of 3.03º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB3A34 is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 58 | 52 | - |
| CMYK | 0 | 0.66 | 0.70 | 0.33 |
| HSL | 3.03º | 0.53% | 0.44% | - |
| HSV(B) | 3.03º | 0.7% | 0.67% | - |
| XYZ | 18.93 | 11.93 | 4.55 | - |
| YUV | 91.1 | 105.94 | 184.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 58 | 52 | 0 | 0.66 | 0.70 | 0.33 | 3.03 | 0.53 | 0.44 |
| Hex | AB | 3A | 34 | 0 | 42 | 46 | 21 | 3 | 35 | 2C |
| Octal | 253 | 72 | 64 | 0 | 102 | 106 | 41 | 3 | 65 | 54 |
| Binary | 10101011 | 111010 | 110100 | 0 | 1000010 | 1000110 | 100001 | 11 | 110101 | 101100 |
Color Harmonies of #AB3A34
Complementary color
Monochromatic Colors of #AB3A34
Black with #AB3A34
Text Example
Text Example
White with #AB3A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3A34; }
p { color: rgb(171,58,52); }
H1.HeaderClassName
{
color: #AB3A34;
}
.AnyTagClassName
{
color: #AB3A34;
}
</style>
background-color css
<style>
a { background-color: #AB3A34; }
a { background-color: rgb(171,58,52); }
div.DivClassName
{
background-color: #AB3A34;
}
.BgClassName
{
background-color: #AB3A34;
}
</style>
border-color css
<style>
span { border-color: #AB3A34; }
span { border-color: rgb(171,58,52); }
td.TdClassName
{
border-color: #AB3A34;
}
.TagClassName
{
border-color: #AB3A34;
}
</style>