Shades of Medium Carmine #AB4530
Tints of Medium Carmine #AB4530
RGB
CMYK
RGB Variations
Color information
#AB4530 (or 0xAB4530) is known color: Medium Carmine. HEX triplet: AB, 45 and 30. RGB value is (171,69,48). Sum of RGB (Red+Green+Blue) = 171+69+48=288 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.38% from 288); Green value is 69 (27.34% from 255 or 23.96% from 288); Blue value is 48 (19.14% from 255 or 16.67% from 288); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4530 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4530 is #54BACF. Grayscale: #616161. Windows color (decimal): -5552848 or 3163563. OLE color: 3163563.
HSL color Cylindrical-coordinate representation of color #AB4530: hue angle of 10.24º 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 #AB4530 is Cyan = 0, Magento = 0.60, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 69 | 48 | - |
| CMYK | 0 | 0.60 | 0.72 | 0.33 |
| HSL | 10.24º | 0.56% | 0.43% | - |
| HSV(B) | 10.24º | 0.72% | 0.67% | - |
| XYZ | 19.46 | 13.13 | 4.3 | - |
| YUV | 97.1 | 100.29 | 180.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 69 | 48 | 0 | 0.60 | 0.72 | 0.33 | 10.24 | 0.56 | 0.43 |
| Hex | AB | 45 | 30 | 0 | 3C | 48 | 21 | A | 38 | 2B |
| Octal | 253 | 105 | 60 | 0 | 74 | 110 | 41 | 12 | 70 | 53 |
| Binary | 10101011 | 1000101 | 110000 | 0 | 111100 | 1001000 | 100001 | 1010 | 111000 | 101011 |
Color Harmonies of #AB4530
Complementary color
Monochromatic Colors of #AB4530
Black with #AB4530
Text Example
Text Example
White with #AB4530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4530; }
p { color: rgb(171,69,48); }
H1.HeaderClassName
{
color: #AB4530;
}
.AnyTagClassName
{
color: #AB4530;
}
</style>
background-color css
<style>
a { background-color: #AB4530; }
a { background-color: rgb(171,69,48); }
div.DivClassName
{
background-color: #AB4530;
}
.BgClassName
{
background-color: #AB4530;
}
</style>
border-color css
<style>
span { border-color: #AB4530; }
span { border-color: rgb(171,69,48); }
td.TdClassName
{
border-color: #AB4530;
}
.TagClassName
{
border-color: #AB4530;
}
</style>