Shades of Medium Carmine #AB433B
Tints of Medium Carmine #AB433B
RGB
CMYK
RGB Variations
Color information
#AB433B (or 0xAB433B) is known color: Medium Carmine. HEX triplet: AB, 43 and 3B. RGB value is (171,67,59). Sum of RGB (Red+Green+Blue) = 171+67+59=297 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.58% from 297); Green value is 67 (26.56% from 255 or 22.56% from 297); Blue value is 59 (23.44% from 255 or 19.87% from 297); Max value from RGB is 171 - color contains mainly: red. Hex color #AB433B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB433B is #54BCC4. Grayscale: #616161. Windows color (decimal): -5553349 or 3883947. OLE color: 3883947.
HSL color Cylindrical-coordinate representation of color #AB433B: hue angle of 4.29º degrees, saturation: 0.49, 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 #AB433B is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 67 | 59 | - |
| CMYK | 0 | 0.61 | 0.65 | 0.33 |
| HSL | 4.29º | 0.49% | 0.45% | - |
| HSV(B) | 4.29º | 0.65% | 0.67% | - |
| XYZ | 19.59 | 12.99 | 5.61 | - |
| YUV | 97.18 | 106.46 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 67 | 59 | 0 | 0.61 | 0.65 | 0.33 | 4.29 | 0.49 | 0.45 |
| Hex | AB | 43 | 3B | 0 | 3D | 41 | 21 | 4 | 31 | 2D |
| Octal | 253 | 103 | 73 | 0 | 75 | 101 | 41 | 4 | 61 | 55 |
| Binary | 10101011 | 1000011 | 111011 | 0 | 111101 | 1000001 | 100001 | 100 | 110001 | 101101 |
Color Harmonies of #AB433B
Complementary color
Monochromatic Colors of #AB433B
Black with #AB433B
Text Example
Text Example
White with #AB433B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB433B; }
p { color: rgb(171,67,59); }
H1.HeaderClassName
{
color: #AB433B;
}
.AnyTagClassName
{
color: #AB433B;
}
</style>
background-color css
<style>
a { background-color: #AB433B; }
a { background-color: rgb(171,67,59); }
div.DivClassName
{
background-color: #AB433B;
}
.BgClassName
{
background-color: #AB433B;
}
</style>
border-color css
<style>
span { border-color: #AB433B; }
span { border-color: rgb(171,67,59); }
td.TdClassName
{
border-color: #AB433B;
}
.TagClassName
{
border-color: #AB433B;
}
</style>