Shades of Medium Carmine #AB3E2D
Tints of Medium Carmine #AB3E2D
RGB
CMYK
RGB Variations
Color information
#AB3E2D (or 0xAB3E2D) is known color: Medium Carmine. HEX triplet: AB, 3E and 2D. RGB value is (171,62,45). Sum of RGB (Red+Green+Blue) = 171+62+45=278 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.51% from 278); Green value is 62 (24.61% from 255 or 22.30% from 278); Blue value is 45 (17.97% from 255 or 16.19% from 278); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3E2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3E2D is #54C1D2. Grayscale: #5C5C5C. Windows color (decimal): -5554643 or 2965163. OLE color: 2965163.
HSL color Cylindrical-coordinate representation of color #AB3E2D: hue angle of 8.1º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AB3E2D is Cyan = 0, Magento = 0.64, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 62 | 45 | - |
| CMYK | 0 | 0.64 | 0.74 | 0.33 |
| HSL | 8.1º | 0.58% | 0.42% | - |
| HSV(B) | 8.1º | 0.74% | 0.67% | - |
| XYZ | 18.99 | 12.29 | 3.85 | - |
| YUV | 92.65 | 101.11 | 183.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 62 | 45 | 0 | 0.64 | 0.74 | 0.33 | 8.1 | 0.58 | 0.42 |
| Hex | AB | 3E | 2D | 0 | 40 | 4A | 21 | 8 | 3A | 2A |
| Octal | 253 | 76 | 55 | 0 | 100 | 112 | 41 | 10 | 72 | 52 |
| Binary | 10101011 | 111110 | 101101 | 0 | 1000000 | 1001010 | 100001 | 1000 | 111010 | 101010 |
Color Harmonies of #AB3E2D
Complementary color
Monochromatic Colors of #AB3E2D
Black with #AB3E2D
Text Example
Text Example
White with #AB3E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3E2D; }
p { color: rgb(171,62,45); }
H1.HeaderClassName
{
color: #AB3E2D;
}
.AnyTagClassName
{
color: #AB3E2D;
}
</style>
background-color css
<style>
a { background-color: #AB3E2D; }
a { background-color: rgb(171,62,45); }
div.DivClassName
{
background-color: #AB3E2D;
}
.BgClassName
{
background-color: #AB3E2D;
}
</style>
border-color css
<style>
span { border-color: #AB3E2D; }
span { border-color: rgb(171,62,45); }
td.TdClassName
{
border-color: #AB3E2D;
}
.TagClassName
{
border-color: #AB3E2D;
}
</style>