Shades of Medium Carmine #AB433C
Tints of Medium Carmine #AB433C
RGB
CMYK
RGB Variations
Color information
#AB433C (or 0xAB433C) is known color: Medium Carmine. HEX triplet: AB, 43 and 3C. RGB value is (171,67,60). Sum of RGB (Red+Green+Blue) = 171+67+60=298 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.38% from 298); Green value is 67 (26.56% from 255 or 22.48% from 298); Blue value is 60 (23.83% from 255 or 20.13% from 298); Max value from RGB is 171 - color contains mainly: red. Hex color #AB433C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB433C is #54BCC3. Grayscale: #616161. Windows color (decimal): -5553348 or 3949483. OLE color: 3949483.
HSL color Cylindrical-coordinate representation of color #AB433C: hue angle of 3.78º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AB433C is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 67 | 60 | - |
| CMYK | 0 | 0.61 | 0.65 | 0.33 |
| HSL | 3.78º | 0.48% | 0.45% | - |
| HSV(B) | 3.78º | 0.65% | 0.67% | - |
| XYZ | 19.62 | 13 | 5.75 | - |
| YUV | 97.3 | 106.96 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 67 | 60 | 0 | 0.61 | 0.65 | 0.33 | 3.78 | 0.48 | 0.45 |
| Hex | AB | 43 | 3C | 0 | 3D | 41 | 21 | 4 | 30 | 2D |
| Octal | 253 | 103 | 74 | 0 | 75 | 101 | 41 | 4 | 60 | 55 |
| Binary | 10101011 | 1000011 | 111100 | 0 | 111101 | 1000001 | 100001 | 100 | 110000 | 101101 |
Color Harmonies of #AB433C
Complementary color
Monochromatic Colors of #AB433C
Black with #AB433C
Text Example
Text Example
White with #AB433C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB433C; }
p { color: rgb(171,67,60); }
H1.HeaderClassName
{
color: #AB433C;
}
.AnyTagClassName
{
color: #AB433C;
}
</style>
background-color css
<style>
a { background-color: #AB433C; }
a { background-color: rgb(171,67,60); }
div.DivClassName
{
background-color: #AB433C;
}
.BgClassName
{
background-color: #AB433C;
}
</style>
border-color css
<style>
span { border-color: #AB433C; }
span { border-color: rgb(171,67,60); }
td.TdClassName
{
border-color: #AB433C;
}
.TagClassName
{
border-color: #AB433C;
}
</style>