Shades of Medium Carmine #AB3928
Tints of Medium Carmine #AB3928
RGB
CMYK
RGB Variations
Color information
#AB3928 (or 0xAB3928) is known color: Medium Carmine. HEX triplet: AB, 39 and 28. RGB value is (171,57,40). Sum of RGB (Red+Green+Blue) = 171+57+40=268 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.81% from 268); Green value is 57 (22.66% from 255 or 21.27% from 268); Blue value is 40 (16.02% from 255 or 14.93% from 268); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3928 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3928 is #54C6D7. Grayscale: #595959. Windows color (decimal): -5555928 or 2636203. OLE color: 2636203.
HSL color Cylindrical-coordinate representation of color #AB3928: hue angle of 7.79º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB3928 is Cyan = 0, Magento = 0.67, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 57 | 40 | - |
| CMYK | 0 | 0.67 | 0.77 | 0.33 |
| HSL | 7.79º | 0.62% | 0.41% | - |
| HSV(B) | 7.79º | 0.77% | 0.67% | - |
| XYZ | 18.64 | 11.74 | 3.29 | - |
| YUV | 89.15 | 100.27 | 186.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 57 | 40 | 0 | 0.67 | 0.77 | 0.33 | 7.79 | 0.62 | 0.41 |
| Hex | AB | 39 | 28 | 0 | 43 | 4D | 21 | 8 | 3E | 29 |
| Octal | 253 | 71 | 50 | 0 | 103 | 115 | 41 | 10 | 76 | 51 |
| Binary | 10101011 | 111001 | 101000 | 0 | 1000011 | 1001101 | 100001 | 1000 | 111110 | 101001 |
Color Harmonies of #AB3928
Complementary color
Monochromatic Colors of #AB3928
Black with #AB3928
Text Example
Text Example
White with #AB3928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3928; }
p { color: rgb(171,57,40); }
H1.HeaderClassName
{
color: #AB3928;
}
.AnyTagClassName
{
color: #AB3928;
}
</style>
background-color css
<style>
a { background-color: #AB3928; }
a { background-color: rgb(171,57,40); }
div.DivClassName
{
background-color: #AB3928;
}
.BgClassName
{
background-color: #AB3928;
}
</style>
border-color css
<style>
span { border-color: #AB3928; }
span { border-color: rgb(171,57,40); }
td.TdClassName
{
border-color: #AB3928;
}
.TagClassName
{
border-color: #AB3928;
}
</style>