Shades of Medium Carmine #AB3933
Tints of Medium Carmine #AB3933
RGB
CMYK
RGB Variations
Color information
#AB3933 (or 0xAB3933) is known color: Medium Carmine. HEX triplet: AB, 39 and 33. RGB value is (171,57,51). Sum of RGB (Red+Green+Blue) = 171+57+51=279 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.29% from 279); Green value is 57 (22.66% from 255 or 20.43% from 279); Blue value is 51 (20.31% from 255 or 18.28% from 279); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3933 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3933 is #54C6CC. Grayscale: #5A5A5A. Windows color (decimal): -5555917 or 3357099. OLE color: 3357099.
HSL color Cylindrical-coordinate representation of color #AB3933: hue angle of 3º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB3933 is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 57 | 51 | - |
| CMYK | 0 | 0.67 | 0.70 | 0.33 |
| HSL | 3º | 0.54% | 0.44% | - |
| HSV(B) | 3º | 0.7% | 0.67% | - |
| XYZ | 18.86 | 11.82 | 4.42 | - |
| YUV | 90.4 | 105.77 | 185.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 57 | 51 | 0 | 0.67 | 0.70 | 0.33 | 3 | 0.54 | 0.44 |
| Hex | AB | 39 | 33 | 0 | 43 | 46 | 21 | 3 | 36 | 2C |
| Octal | 253 | 71 | 63 | 0 | 103 | 106 | 41 | 3 | 66 | 54 |
| Binary | 10101011 | 111001 | 110011 | 0 | 1000011 | 1000110 | 100001 | 11 | 110110 | 101100 |
Color Harmonies of #AB3933
Complementary color
Monochromatic Colors of #AB3933
Black with #AB3933
Text Example
Text Example
White with #AB3933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3933; }
p { color: rgb(171,57,51); }
H1.HeaderClassName
{
color: #AB3933;
}
.AnyTagClassName
{
color: #AB3933;
}
</style>
background-color css
<style>
a { background-color: #AB3933; }
a { background-color: rgb(171,57,51); }
div.DivClassName
{
background-color: #AB3933;
}
.BgClassName
{
background-color: #AB3933;
}
</style>
border-color css
<style>
span { border-color: #AB3933; }
span { border-color: rgb(171,57,51); }
td.TdClassName
{
border-color: #AB3933;
}
.TagClassName
{
border-color: #AB3933;
}
</style>