Shades of Medium Carmine #AB4339
Tints of Medium Carmine #AB4339
RGB
CMYK
RGB Variations
Color information
#AB4339 (or 0xAB4339) is known color: Medium Carmine. HEX triplet: AB, 43 and 39. RGB value is (171,67,57). Sum of RGB (Red+Green+Blue) = 171+67+57=295 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.97% from 295); Green value is 67 (26.56% from 255 or 22.71% from 295); Blue value is 57 (22.66% from 255 or 19.32% from 295); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4339 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4339 is #54BCC6. Grayscale: #616161. Windows color (decimal): -5553351 or 3752875. OLE color: 3752875.
HSL color Cylindrical-coordinate representation of color #AB4339: hue angle of 5.26º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AB4339 is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 67 | 57 | - |
| CMYK | 0 | 0.61 | 0.67 | 0.33 |
| HSL | 5.26º | 0.5% | 0.45% | - |
| HSV(B) | 5.26º | 0.67% | 0.67% | - |
| XYZ | 19.54 | 12.97 | 5.34 | - |
| YUV | 96.96 | 105.46 | 180.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 67 | 57 | 0 | 0.61 | 0.67 | 0.33 | 5.26 | 0.5 | 0.45 |
| Hex | AB | 43 | 39 | 0 | 3D | 43 | 21 | 5 | 32 | 2D |
| Octal | 253 | 103 | 71 | 0 | 75 | 103 | 41 | 5 | 62 | 55 |
| Binary | 10101011 | 1000011 | 111001 | 0 | 111101 | 1000011 | 100001 | 101 | 110010 | 101101 |
Color Harmonies of #AB4339
Complementary color
Monochromatic Colors of #AB4339
Black with #AB4339
Text Example
Text Example
White with #AB4339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4339; }
p { color: rgb(171,67,57); }
H1.HeaderClassName
{
color: #AB4339;
}
.AnyTagClassName
{
color: #AB4339;
}
</style>
background-color css
<style>
a { background-color: #AB4339; }
a { background-color: rgb(171,67,57); }
div.DivClassName
{
background-color: #AB4339;
}
.BgClassName
{
background-color: #AB4339;
}
</style>
border-color css
<style>
span { border-color: #AB4339; }
span { border-color: rgb(171,67,57); }
td.TdClassName
{
border-color: #AB4339;
}
.TagClassName
{
border-color: #AB4339;
}
</style>