Shades of Medium Carmine #AB362B
Tints of Medium Carmine #AB362B
RGB
CMYK
RGB Variations
Color information
#AB362B (or 0xAB362B) is known color: Medium Carmine. HEX triplet: AB, 36 and 2B. RGB value is (171,54,43). Sum of RGB (Red+Green+Blue) = 171+54+43=268 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.81% from 268); Green value is 54 (21.48% from 255 or 20.15% from 268); Blue value is 43 (17.19% from 255 or 16.04% from 268); Max value from RGB is 171 - color contains mainly: red. Hex color #AB362B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB362B is #54C9D4. Grayscale: #575757. Windows color (decimal): -5556693 or 2832043. OLE color: 2832043.
HSL color Cylindrical-coordinate representation of color #AB362B: hue angle of 5.16º 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 #AB362B is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 54 | 43 | - |
| CMYK | 0 | 0.68 | 0.75 | 0.33 |
| HSL | 5.16º | 0.6% | 0.42% | - |
| HSV(B) | 5.16º | 0.75% | 0.67% | - |
| XYZ | 18.55 | 11.47 | 3.52 | - |
| YUV | 87.73 | 102.76 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 54 | 43 | 0 | 0.68 | 0.75 | 0.33 | 5.16 | 0.6 | 0.42 |
| Hex | AB | 36 | 2B | 0 | 44 | 4B | 21 | 5 | 3C | 2A |
| Octal | 253 | 66 | 53 | 0 | 104 | 113 | 41 | 5 | 74 | 52 |
| Binary | 10101011 | 110110 | 101011 | 0 | 1000100 | 1001011 | 100001 | 101 | 111100 | 101010 |
Color Harmonies of #AB362B
Complementary color
Monochromatic Colors of #AB362B
Black with #AB362B
Text Example
Text Example
White with #AB362B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB362B; }
p { color: rgb(171,54,43); }
H1.HeaderClassName
{
color: #AB362B;
}
.AnyTagClassName
{
color: #AB362B;
}
</style>
background-color css
<style>
a { background-color: #AB362B; }
a { background-color: rgb(171,54,43); }
div.DivClassName
{
background-color: #AB362B;
}
.BgClassName
{
background-color: #AB362B;
}
</style>
border-color css
<style>
span { border-color: #AB362B; }
span { border-color: rgb(171,54,43); }
td.TdClassName
{
border-color: #AB362B;
}
.TagClassName
{
border-color: #AB362B;
}
</style>