Shades of Medium Carmine #AB4030
Tints of Medium Carmine #AB4030
RGB
CMYK
RGB Variations
Color information
#AB4030 (or 0xAB4030) is known color: Medium Carmine. HEX triplet: AB, 40 and 30. RGB value is (171,64,48). Sum of RGB (Red+Green+Blue) = 171+64+48=283 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.42% from 283); Green value is 64 (25.39% from 255 or 22.61% from 283); Blue value is 48 (19.14% from 255 or 16.96% from 283); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4030 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4030 is #54BFCF. Grayscale: #5E5E5E. Windows color (decimal): -5554128 or 3162283. OLE color: 3162283.
HSL color Cylindrical-coordinate representation of color #AB4030: hue angle of 7.8º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AB4030 is Cyan = 0, Magento = 0.63, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 64 | 48 | - |
| CMYK | 0 | 0.63 | 0.72 | 0.33 |
| HSL | 7.8º | 0.56% | 0.43% | - |
| HSV(B) | 7.8º | 0.72% | 0.67% | - |
| XYZ | 19.16 | 12.54 | 4.21 | - |
| YUV | 94.17 | 101.95 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 64 | 48 | 0 | 0.63 | 0.72 | 0.33 | 7.8 | 0.56 | 0.43 |
| Hex | AB | 40 | 30 | 0 | 3F | 48 | 21 | 8 | 38 | 2B |
| Octal | 253 | 100 | 60 | 0 | 77 | 110 | 41 | 10 | 70 | 53 |
| Binary | 10101011 | 1000000 | 110000 | 0 | 111111 | 1001000 | 100001 | 1000 | 111000 | 101011 |
Color Harmonies of #AB4030
Complementary color
Monochromatic Colors of #AB4030
Black with #AB4030
Text Example
Text Example
White with #AB4030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4030; }
p { color: rgb(171,64,48); }
H1.HeaderClassName
{
color: #AB4030;
}
.AnyTagClassName
{
color: #AB4030;
}
</style>
background-color css
<style>
a { background-color: #AB4030; }
a { background-color: rgb(171,64,48); }
div.DivClassName
{
background-color: #AB4030;
}
.BgClassName
{
background-color: #AB4030;
}
</style>
border-color css
<style>
span { border-color: #AB4030; }
span { border-color: rgb(171,64,48); }
td.TdClassName
{
border-color: #AB4030;
}
.TagClassName
{
border-color: #AB4030;
}
</style>