Shades of Medium Carmine #AB3C30
Tints of Medium Carmine #AB3C30
RGB
CMYK
RGB Variations
Color information
#AB3C30 (or 0xAB3C30) is known color: Medium Carmine. HEX triplet: AB, 3C and 30. RGB value is (171,60,48). Sum of RGB (Red+Green+Blue) = 171+60+48=279 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.29% from 279); Green value is 60 (23.83% from 255 or 21.51% from 279); Blue value is 48 (19.14% from 255 or 17.20% from 279); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3C30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3C30 is #54C3CF. Grayscale: #5B5B5B. Windows color (decimal): -5555152 or 3161259. OLE color: 3161259.
HSL color Cylindrical-coordinate representation of color #AB3C30: hue angle of 5.85º 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 #AB3C30 is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 60 | 48 | - |
| CMYK | 0 | 0.65 | 0.72 | 0.33 |
| HSL | 5.85º | 0.56% | 0.43% | - |
| HSV(B) | 5.85º | 0.72% | 0.67% | - |
| XYZ | 18.94 | 12.1 | 4.13 | - |
| YUV | 91.82 | 103.27 | 184.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 60 | 48 | 0 | 0.65 | 0.72 | 0.33 | 5.85 | 0.56 | 0.43 |
| Hex | AB | 3C | 30 | 0 | 41 | 48 | 21 | 6 | 38 | 2B |
| Octal | 253 | 74 | 60 | 0 | 101 | 110 | 41 | 6 | 70 | 53 |
| Binary | 10101011 | 111100 | 110000 | 0 | 1000001 | 1001000 | 100001 | 110 | 111000 | 101011 |
Color Harmonies of #AB3C30
Complementary color
Monochromatic Colors of #AB3C30
Black with #AB3C30
Text Example
Text Example
White with #AB3C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3C30; }
p { color: rgb(171,60,48); }
H1.HeaderClassName
{
color: #AB3C30;
}
.AnyTagClassName
{
color: #AB3C30;
}
</style>
background-color css
<style>
a { background-color: #AB3C30; }
a { background-color: rgb(171,60,48); }
div.DivClassName
{
background-color: #AB3C30;
}
.BgClassName
{
background-color: #AB3C30;
}
</style>
border-color css
<style>
span { border-color: #AB3C30; }
span { border-color: rgb(171,60,48); }
td.TdClassName
{
border-color: #AB3C30;
}
.TagClassName
{
border-color: #AB3C30;
}
</style>