Shades of Medium Carmine #AB422D
Tints of Medium Carmine #AB422D
RGB
CMYK
RGB Variations
Color information
#AB422D (or 0xAB422D) is known color: Medium Carmine. HEX triplet: AB, 42 and 2D. RGB value is (171,66,45). Sum of RGB (Red+Green+Blue) = 171+66+45=282 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.64% from 282); Green value is 66 (26.17% from 255 or 23.40% from 282); Blue value is 45 (17.97% from 255 or 15.96% from 282); Max value from RGB is 171 - color contains mainly: red. Hex color #AB422D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB422D is #54BDD2. Grayscale: #5F5F5F. Windows color (decimal): -5553619 or 2966187. OLE color: 2966187.
HSL color Cylindrical-coordinate representation of color #AB422D: hue angle of 10º 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 #AB422D is Cyan = 0, Magento = 0.61, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 66 | 45 | - |
| CMYK | 0 | 0.61 | 0.74 | 0.33 |
| HSL | 10º | 0.58% | 0.42% | - |
| HSV(B) | 10º | 0.74% | 0.67% | - |
| XYZ | 19.22 | 12.74 | 3.93 | - |
| YUV | 95 | 99.79 | 182.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 66 | 45 | 0 | 0.61 | 0.74 | 0.33 | 10 | 0.58 | 0.42 |
| Hex | AB | 42 | 2D | 0 | 3D | 4A | 21 | A | 3A | 2A |
| Octal | 253 | 102 | 55 | 0 | 75 | 112 | 41 | 12 | 72 | 52 |
| Binary | 10101011 | 1000010 | 101101 | 0 | 111101 | 1001010 | 100001 | 1010 | 111010 | 101010 |
Color Harmonies of #AB422D
Complementary color
Monochromatic Colors of #AB422D
Black with #AB422D
Text Example
Text Example
White with #AB422D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB422D; }
p { color: rgb(171,66,45); }
H1.HeaderClassName
{
color: #AB422D;
}
.AnyTagClassName
{
color: #AB422D;
}
</style>
background-color css
<style>
a { background-color: #AB422D; }
a { background-color: rgb(171,66,45); }
div.DivClassName
{
background-color: #AB422D;
}
.BgClassName
{
background-color: #AB422D;
}
</style>
border-color css
<style>
span { border-color: #AB422D; }
span { border-color: rgb(171,66,45); }
td.TdClassName
{
border-color: #AB422D;
}
.TagClassName
{
border-color: #AB422D;
}
</style>