Shades of Medium Carmine #AB3C35
Tints of Medium Carmine #AB3C35
RGB
CMYK
RGB Variations
Color information
#AB3C35 (or 0xAB3C35) is known color: Medium Carmine. HEX triplet: AB, 3C and 35. RGB value is (171,60,53). Sum of RGB (Red+Green+Blue) = 171+60+53=284 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.21% from 284); Green value is 60 (23.83% from 255 or 21.13% from 284); Blue value is 53 (21.09% from 255 or 18.66% from 284); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3C35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3C35 is #54C3CA. Grayscale: #5C5C5C. Windows color (decimal): -5555147 or 3488939. OLE color: 3488939.
HSL color Cylindrical-coordinate representation of color #AB3C35: hue angle of 3.56º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AB3C35 is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 60 | 53 | - |
| CMYK | 0 | 0.65 | 0.69 | 0.33 |
| HSL | 3.56º | 0.53% | 0.44% | - |
| HSV(B) | 3.56º | 0.69% | 0.67% | - |
| XYZ | 19.05 | 12.15 | 4.71 | - |
| YUV | 92.39 | 105.77 | 184.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 60 | 53 | 0 | 0.65 | 0.69 | 0.33 | 3.56 | 0.53 | 0.44 |
| Hex | AB | 3C | 35 | 0 | 41 | 45 | 21 | 4 | 35 | 2C |
| Octal | 253 | 74 | 65 | 0 | 101 | 105 | 41 | 4 | 65 | 54 |
| Binary | 10101011 | 111100 | 110101 | 0 | 1000001 | 1000101 | 100001 | 100 | 110101 | 101100 |
Color Harmonies of #AB3C35
Complementary color
Monochromatic Colors of #AB3C35
Black with #AB3C35
Text Example
Text Example
White with #AB3C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3C35; }
p { color: rgb(171,60,53); }
H1.HeaderClassName
{
color: #AB3C35;
}
.AnyTagClassName
{
color: #AB3C35;
}
</style>
background-color css
<style>
a { background-color: #AB3C35; }
a { background-color: rgb(171,60,53); }
div.DivClassName
{
background-color: #AB3C35;
}
.BgClassName
{
background-color: #AB3C35;
}
</style>
border-color css
<style>
span { border-color: #AB3C35; }
span { border-color: rgb(171,60,53); }
td.TdClassName
{
border-color: #AB3C35;
}
.TagClassName
{
border-color: #AB3C35;
}
</style>