Shades of Medium Carmine #AB3A30
Tints of Medium Carmine #AB3A30
RGB
CMYK
RGB Variations
Color information
#AB3A30 (or 0xAB3A30) is known color: Medium Carmine. HEX triplet: AB, 3A and 30. RGB value is (171,58,48). Sum of RGB (Red+Green+Blue) = 171+58+48=277 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.73% from 277); Green value is 58 (23.05% from 255 or 20.94% from 277); Blue value is 48 (19.14% from 255 or 17.33% from 277); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3A30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3A30 is #54C5CF. Grayscale: #5A5A5A. Windows color (decimal): -5555664 or 3160747. OLE color: 3160747.
HSL color Cylindrical-coordinate representation of color #AB3A30: hue angle of 4.88º 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 #AB3A30 is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 58 | 48 | - |
| CMYK | 0 | 0.66 | 0.72 | 0.33 |
| HSL | 4.88º | 0.56% | 0.43% | - |
| HSV(B) | 4.88º | 0.72% | 0.67% | - |
| XYZ | 18.84 | 11.9 | 4.1 | - |
| YUV | 90.65 | 103.94 | 185.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 58 | 48 | 0 | 0.66 | 0.72 | 0.33 | 4.88 | 0.56 | 0.43 |
| Hex | AB | 3A | 30 | 0 | 42 | 48 | 21 | 5 | 38 | 2B |
| Octal | 253 | 72 | 60 | 0 | 102 | 110 | 41 | 5 | 70 | 53 |
| Binary | 10101011 | 111010 | 110000 | 0 | 1000010 | 1001000 | 100001 | 101 | 111000 | 101011 |
Color Harmonies of #AB3A30
Complementary color
Monochromatic Colors of #AB3A30
Black with #AB3A30
Text Example
Text Example
White with #AB3A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3A30; }
p { color: rgb(171,58,48); }
H1.HeaderClassName
{
color: #AB3A30;
}
.AnyTagClassName
{
color: #AB3A30;
}
</style>
background-color css
<style>
a { background-color: #AB3A30; }
a { background-color: rgb(171,58,48); }
div.DivClassName
{
background-color: #AB3A30;
}
.BgClassName
{
background-color: #AB3A30;
}
</style>
border-color css
<style>
span { border-color: #AB3A30; }
span { border-color: rgb(171,58,48); }
td.TdClassName
{
border-color: #AB3A30;
}
.TagClassName
{
border-color: #AB3A30;
}
</style>