Shades of Medium Carmine #AB4438
Tints of Medium Carmine #AB4438
RGB
CMYK
RGB Variations
Color information
#AB4438 (or 0xAB4438) is known color: Medium Carmine. HEX triplet: AB, 44 and 38. RGB value is (171,68,56). Sum of RGB (Red+Green+Blue) = 171+68+56=295 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.97% from 295); Green value is 68 (26.95% from 255 or 23.05% from 295); Blue value is 56 (22.27% from 255 or 18.98% from 295); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4438 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4438 is #54BBC7. Grayscale: #616161. Windows color (decimal): -5553096 or 3687595. OLE color: 3687595.
HSL color Cylindrical-coordinate representation of color #AB4438: hue angle of 6.26º degrees, saturation: 0.51, 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 #AB4438 is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 68 | 56 | - |
| CMYK | 0 | 0.60 | 0.67 | 0.33 |
| HSL | 6.26º | 0.51% | 0.45% | - |
| HSV(B) | 6.26º | 0.67% | 0.67% | - |
| XYZ | 19.58 | 13.08 | 5.23 | - |
| YUV | 97.43 | 104.62 | 180.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 68 | 56 | 0 | 0.60 | 0.67 | 0.33 | 6.26 | 0.51 | 0.45 |
| Hex | AB | 44 | 38 | 0 | 3C | 43 | 21 | 6 | 33 | 2D |
| Octal | 253 | 104 | 70 | 0 | 74 | 103 | 41 | 6 | 63 | 55 |
| Binary | 10101011 | 1000100 | 111000 | 0 | 111100 | 1000011 | 100001 | 110 | 110011 | 101101 |
Color Harmonies of #AB4438
Complementary color
Monochromatic Colors of #AB4438
Black with #AB4438
Text Example
Text Example
White with #AB4438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4438; }
p { color: rgb(171,68,56); }
H1.HeaderClassName
{
color: #AB4438;
}
.AnyTagClassName
{
color: #AB4438;
}
</style>
background-color css
<style>
a { background-color: #AB4438; }
a { background-color: rgb(171,68,56); }
div.DivClassName
{
background-color: #AB4438;
}
.BgClassName
{
background-color: #AB4438;
}
</style>
border-color css
<style>
span { border-color: #AB4438; }
span { border-color: rgb(171,68,56); }
td.TdClassName
{
border-color: #AB4438;
}
.TagClassName
{
border-color: #AB4438;
}
</style>