Shades of Medium Carmine #AB3A37
Tints of Medium Carmine #AB3A37
RGB
CMYK
RGB Variations
Color information
#AB3A37 (or 0xAB3A37) is known color: Medium Carmine. HEX triplet: AB, 3A and 37. RGB value is (171,58,55). Sum of RGB (Red+Green+Blue) = 171+58+55=284 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.21% from 284); Green value is 58 (23.05% from 255 or 20.42% from 284); Blue value is 55 (21.88% from 255 or 19.37% from 284); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3A37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3A37 is #54C5C8. Grayscale: #5B5B5B. Windows color (decimal): -5555657 or 3619499. OLE color: 3619499.
HSL color Cylindrical-coordinate representation of color #AB3A37: hue angle of 1.55º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AB3A37 is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 58 | 55 | - |
| CMYK | 0 | 0.66 | 0.68 | 0.33 |
| HSL | 1.55º | 0.51% | 0.44% | - |
| HSV(B) | 1.55º | 0.68% | 0.67% | - |
| XYZ | 19 | 11.96 | 4.92 | - |
| YUV | 91.45 | 107.44 | 184.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 58 | 55 | 0 | 0.66 | 0.68 | 0.33 | 1.55 | 0.51 | 0.44 |
| Hex | AB | 3A | 37 | 0 | 42 | 44 | 21 | 2 | 33 | 2C |
| Octal | 253 | 72 | 67 | 0 | 102 | 104 | 41 | 2 | 63 | 54 |
| Binary | 10101011 | 111010 | 110111 | 0 | 1000010 | 1000100 | 100001 | 10 | 110011 | 101100 |
Color Harmonies of #AB3A37
Complementary color
Monochromatic Colors of #AB3A37
Black with #AB3A37
Text Example
Text Example
White with #AB3A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3A37; }
p { color: rgb(171,58,55); }
H1.HeaderClassName
{
color: #AB3A37;
}
.AnyTagClassName
{
color: #AB3A37;
}
</style>
background-color css
<style>
a { background-color: #AB3A37; }
a { background-color: rgb(171,58,55); }
div.DivClassName
{
background-color: #AB3A37;
}
.BgClassName
{
background-color: #AB3A37;
}
</style>
border-color css
<style>
span { border-color: #AB3A37; }
span { border-color: rgb(171,58,55); }
td.TdClassName
{
border-color: #AB3A37;
}
.TagClassName
{
border-color: #AB3A37;
}
</style>