Shades of Medium Carmine #AB413C
Tints of Medium Carmine #AB413C
RGB
CMYK
RGB Variations
Color information
#AB413C (or 0xAB413C) is known color: Medium Carmine. HEX triplet: AB, 41 and 3C. RGB value is (171,65,60). Sum of RGB (Red+Green+Blue) = 171+65+60=296 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.77% from 296); Green value is 65 (25.78% from 255 or 21.96% from 296); Blue value is 60 (23.83% from 255 or 20.27% from 296); Max value from RGB is 171 - color contains mainly: red. Hex color #AB413C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB413C is #54BEC3. Grayscale: #606060. Windows color (decimal): -5553860 or 3948971. OLE color: 3948971.
HSL color Cylindrical-coordinate representation of color #AB413C: hue angle of 2.7º 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 #AB413C is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 65 | 60 | - |
| CMYK | 0 | 0.62 | 0.65 | 0.33 |
| HSL | 2.7º | 0.48% | 0.45% | - |
| HSV(B) | 2.7º | 0.65% | 0.67% | - |
| XYZ | 19.5 | 12.76 | 5.71 | - |
| YUV | 96.12 | 107.62 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 65 | 60 | 0 | 0.62 | 0.65 | 0.33 | 2.7 | 0.48 | 0.45 |
| Hex | AB | 41 | 3C | 0 | 3E | 41 | 21 | 3 | 30 | 2D |
| Octal | 253 | 101 | 74 | 0 | 76 | 101 | 41 | 3 | 60 | 55 |
| Binary | 10101011 | 1000001 | 111100 | 0 | 111110 | 1000001 | 100001 | 11 | 110000 | 101101 |
Color Harmonies of #AB413C
Complementary color
Monochromatic Colors of #AB413C
Black with #AB413C
Text Example
Text Example
White with #AB413C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB413C; }
p { color: rgb(171,65,60); }
H1.HeaderClassName
{
color: #AB413C;
}
.AnyTagClassName
{
color: #AB413C;
}
</style>
background-color css
<style>
a { background-color: #AB413C; }
a { background-color: rgb(171,65,60); }
div.DivClassName
{
background-color: #AB413C;
}
.BgClassName
{
background-color: #AB413C;
}
</style>
border-color css
<style>
span { border-color: #AB413C; }
span { border-color: rgb(171,65,60); }
td.TdClassName
{
border-color: #AB413C;
}
.TagClassName
{
border-color: #AB413C;
}
</style>