Shades of Medium Carmine #AB413A
Tints of Medium Carmine #AB413A
RGB
CMYK
RGB Variations
Color information
#AB413A (or 0xAB413A) is known color: Medium Carmine. HEX triplet: AB, 41 and 3A. RGB value is (171,65,58). Sum of RGB (Red+Green+Blue) = 171+65+58=294 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.16% from 294); Green value is 65 (25.78% from 255 or 22.11% from 294); Blue value is 58 (23.05% from 255 or 19.73% from 294); Max value from RGB is 171 - color contains mainly: red. Hex color #AB413A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB413A is #54BEC5. Grayscale: #606060. Windows color (decimal): -5553862 or 3817899. OLE color: 3817899.
HSL color Cylindrical-coordinate representation of color #AB413A: hue angle of 3.72º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AB413A is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 65 | 58 | - |
| CMYK | 0 | 0.62 | 0.66 | 0.33 |
| HSL | 3.72º | 0.49% | 0.45% | - |
| HSV(B) | 3.72º | 0.66% | 0.67% | - |
| XYZ | 19.45 | 12.74 | 5.44 | - |
| YUV | 95.9 | 106.62 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 65 | 58 | 0 | 0.62 | 0.66 | 0.33 | 3.72 | 0.49 | 0.45 |
| Hex | AB | 41 | 3A | 0 | 3E | 42 | 21 | 4 | 31 | 2D |
| Octal | 253 | 101 | 72 | 0 | 76 | 102 | 41 | 4 | 61 | 55 |
| Binary | 10101011 | 1000001 | 111010 | 0 | 111110 | 1000010 | 100001 | 100 | 110001 | 101101 |
Color Harmonies of #AB413A
Complementary color
Monochromatic Colors of #AB413A
Black with #AB413A
Text Example
Text Example
White with #AB413A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB413A; }
p { color: rgb(171,65,58); }
H1.HeaderClassName
{
color: #AB413A;
}
.AnyTagClassName
{
color: #AB413A;
}
</style>
background-color css
<style>
a { background-color: #AB413A; }
a { background-color: rgb(171,65,58); }
div.DivClassName
{
background-color: #AB413A;
}
.BgClassName
{
background-color: #AB413A;
}
</style>
border-color css
<style>
span { border-color: #AB413A; }
span { border-color: rgb(171,65,58); }
td.TdClassName
{
border-color: #AB413A;
}
.TagClassName
{
border-color: #AB413A;
}
</style>