Shades of Medium Carmine #AB463C
Tints of Medium Carmine #AB463C
RGB
CMYK
RGB Variations
Color information
#AB463C (or 0xAB463C) is known color: Medium Carmine. HEX triplet: AB, 46 and 3C. RGB value is (171,70,60). Sum of RGB (Red+Green+Blue) = 171+70+60=301 (39% of max value = 765). Red value is 171 (67.19% from 255 or 56.81% from 301); Green value is 70 (27.73% from 255 or 23.26% from 301); Blue value is 60 (23.83% from 255 or 19.93% from 301); Max value from RGB is 171 - color contains mainly: red. Hex color #AB463C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB463C is #54B9C3. Grayscale: #636363. Windows color (decimal): -5552580 or 3950251. OLE color: 3950251.
HSL color Cylindrical-coordinate representation of color #AB463C: hue angle of 5.41º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AB463C is Cyan = 0, Magento = 0.59, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 70 | 60 | - |
| CMYK | 0 | 0.59 | 0.65 | 0.33 |
| HSL | 5.41º | 0.48% | 0.45% | - |
| HSV(B) | 5.41º | 0.65% | 0.67% | - |
| XYZ | 19.8 | 13.36 | 5.81 | - |
| YUV | 99.06 | 105.96 | 179.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 70 | 60 | 0 | 0.59 | 0.65 | 0.33 | 5.41 | 0.48 | 0.45 |
| Hex | AB | 46 | 3C | 0 | 3B | 41 | 21 | 5 | 30 | 2D |
| Octal | 253 | 106 | 74 | 0 | 73 | 101 | 41 | 5 | 60 | 55 |
| Binary | 10101011 | 1000110 | 111100 | 0 | 111011 | 1000001 | 100001 | 101 | 110000 | 101101 |
Color Harmonies of #AB463C
Complementary color
Monochromatic Colors of #AB463C
Black with #AB463C
Text Example
Text Example
White with #AB463C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB463C; }
p { color: rgb(171,70,60); }
H1.HeaderClassName
{
color: #AB463C;
}
.AnyTagClassName
{
color: #AB463C;
}
</style>
background-color css
<style>
a { background-color: #AB463C; }
a { background-color: rgb(171,70,60); }
div.DivClassName
{
background-color: #AB463C;
}
.BgClassName
{
background-color: #AB463C;
}
</style>
border-color css
<style>
span { border-color: #AB463C; }
span { border-color: rgb(171,70,60); }
td.TdClassName
{
border-color: #AB463C;
}
.TagClassName
{
border-color: #AB463C;
}
</style>