Shades of Medium Carmine #AB432B
Tints of Medium Carmine #AB432B
RGB
CMYK
RGB Variations
Color information
#AB432B (or 0xAB432B) is known color: Medium Carmine. HEX triplet: AB, 43 and 2B. RGB value is (171,67,43). Sum of RGB (Red+Green+Blue) = 171+67+43=281 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.85% from 281); Green value is 67 (26.56% from 255 or 23.84% from 281); Blue value is 43 (17.19% from 255 or 15.30% from 281); Max value from RGB is 171 - color contains mainly: red. Hex color #AB432B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB432B is #54BCD4. Grayscale: #5F5F5F. Windows color (decimal): -5553365 or 2835371. OLE color: 2835371.
HSL color Cylindrical-coordinate representation of color #AB432B: hue angle of 11.25º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AB432B is Cyan = 0, Magento = 0.61, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 67 | 43 | - |
| CMYK | 0 | 0.61 | 0.75 | 0.33 |
| HSL | 11.25º | 0.6% | 0.42% | - |
| HSV(B) | 11.25º | 0.75% | 0.67% | - |
| XYZ | 19.24 | 12.85 | 3.75 | - |
| YUV | 95.36 | 98.46 | 181.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 67 | 43 | 0 | 0.61 | 0.75 | 0.33 | 11.25 | 0.6 | 0.42 |
| Hex | AB | 43 | 2B | 0 | 3D | 4B | 21 | B | 3C | 2A |
| Octal | 253 | 103 | 53 | 0 | 75 | 113 | 41 | 13 | 74 | 52 |
| Binary | 10101011 | 1000011 | 101011 | 0 | 111101 | 1001011 | 100001 | 1011 | 111100 | 101010 |
Color Harmonies of #AB432B
Complementary color
Monochromatic Colors of #AB432B
Black with #AB432B
Text Example
Text Example
White with #AB432B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB432B; }
p { color: rgb(171,67,43); }
H1.HeaderClassName
{
color: #AB432B;
}
.AnyTagClassName
{
color: #AB432B;
}
</style>
background-color css
<style>
a { background-color: #AB432B; }
a { background-color: rgb(171,67,43); }
div.DivClassName
{
background-color: #AB432B;
}
.BgClassName
{
background-color: #AB432B;
}
</style>
border-color css
<style>
span { border-color: #AB432B; }
span { border-color: rgb(171,67,43); }
td.TdClassName
{
border-color: #AB432B;
}
.TagClassName
{
border-color: #AB432B;
}
</style>