Shades of Medium Carmine #AB3824
Tints of Medium Carmine #AB3824
RGB
CMYK
RGB Variations
Color information
#AB3824 (or 0xAB3824) is known color: Medium Carmine. HEX triplet: AB, 38 and 24. RGB value is (171,56,36). Sum of RGB (Red+Green+Blue) = 171+56+36=263 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.02% from 263); Green value is 56 (22.27% from 255 or 21.29% from 263); Blue value is 36 (14.45% from 255 or 13.69% from 263); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3824 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3824 is #54C7DB. Grayscale: #585858. Windows color (decimal): -5556188 or 2373803. OLE color: 2373803.
HSL color Cylindrical-coordinate representation of color #AB3824: hue angle of 8.89º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AB3824 is Cyan = 0, Magento = 0.67, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 56 | 36 | - |
| CMYK | 0 | 0.67 | 0.79 | 0.33 |
| HSL | 8.89º | 0.65% | 0.41% | - |
| HSV(B) | 8.89º | 0.79% | 0.67% | - |
| XYZ | 18.53 | 11.61 | 2.93 | - |
| YUV | 88.11 | 98.6 | 187.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 56 | 36 | 0 | 0.67 | 0.79 | 0.33 | 8.89 | 0.65 | 0.41 |
| Hex | AB | 38 | 24 | 0 | 43 | 4F | 21 | 9 | 41 | 29 |
| Octal | 253 | 70 | 44 | 0 | 103 | 117 | 41 | 11 | 101 | 51 |
| Binary | 10101011 | 111000 | 100100 | 0 | 1000011 | 1001111 | 100001 | 1001 | 1000001 | 101001 |
Color Harmonies of #AB3824
Complementary color
Monochromatic Colors of #AB3824
Black with #AB3824
Text Example
Text Example
White with #AB3824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3824; }
p { color: rgb(171,56,36); }
H1.HeaderClassName
{
color: #AB3824;
}
.AnyTagClassName
{
color: #AB3824;
}
</style>
background-color css
<style>
a { background-color: #AB3824; }
a { background-color: rgb(171,56,36); }
div.DivClassName
{
background-color: #AB3824;
}
.BgClassName
{
background-color: #AB3824;
}
</style>
border-color css
<style>
span { border-color: #AB3824; }
span { border-color: rgb(171,56,36); }
td.TdClassName
{
border-color: #AB3824;
}
.TagClassName
{
border-color: #AB3824;
}
</style>