Shades of Medium Carmine #AB3732
Tints of Medium Carmine #AB3732
RGB
CMYK
RGB Variations
Color information
#AB3732 (or 0xAB3732) is known color: Medium Carmine. HEX triplet: AB, 37 and 32. RGB value is (171,55,50). Sum of RGB (Red+Green+Blue) = 171+55+50=276 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.96% from 276); Green value is 55 (21.88% from 255 or 19.93% from 276); Blue value is 50 (19.92% from 255 or 18.12% from 276); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3732 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3732 is #54C8CD. Grayscale: #595959. Windows color (decimal): -5556430 or 3291051. OLE color: 3291051.
HSL color Cylindrical-coordinate representation of color #AB3732: hue angle of 2.48º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AB3732 is Cyan = 0, Magento = 0.68, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 55 | 50 | - |
| CMYK | 0 | 0.68 | 0.71 | 0.33 |
| HSL | 2.48º | 0.55% | 0.43% | - |
| HSV(B) | 2.48º | 0.71% | 0.67% | - |
| XYZ | 18.74 | 11.62 | 4.27 | - |
| YUV | 89.11 | 105.93 | 186.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 55 | 50 | 0 | 0.68 | 0.71 | 0.33 | 2.48 | 0.55 | 0.43 |
| Hex | AB | 37 | 32 | 0 | 44 | 47 | 21 | 2 | 37 | 2B |
| Octal | 253 | 67 | 62 | 0 | 104 | 107 | 41 | 2 | 67 | 53 |
| Binary | 10101011 | 110111 | 110010 | 0 | 1000100 | 1000111 | 100001 | 10 | 110111 | 101011 |
Color Harmonies of #AB3732
Complementary color
Monochromatic Colors of #AB3732
Black with #AB3732
Text Example
Text Example
White with #AB3732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3732; }
p { color: rgb(171,55,50); }
H1.HeaderClassName
{
color: #AB3732;
}
.AnyTagClassName
{
color: #AB3732;
}
</style>
background-color css
<style>
a { background-color: #AB3732; }
a { background-color: rgb(171,55,50); }
div.DivClassName
{
background-color: #AB3732;
}
.BgClassName
{
background-color: #AB3732;
}
</style>
border-color css
<style>
span { border-color: #AB3732; }
span { border-color: rgb(171,55,50); }
td.TdClassName
{
border-color: #AB3732;
}
.TagClassName
{
border-color: #AB3732;
}
</style>