Shades of Medium Carmine #AB483D
Tints of Medium Carmine #AB483D
RGB
CMYK
RGB Variations
Color information
#AB483D (or 0xAB483D) is known color: Medium Carmine. HEX triplet: AB, 48 and 3D. RGB value is (171,72,61). Sum of RGB (Red+Green+Blue) = 171+72+61=304 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.25% from 304); Green value is 72 (28.52% from 255 or 23.68% from 304); Blue value is 61 (24.22% from 255 or 20.07% from 304); Max value from RGB is 171 - color contains mainly: red. Hex color #AB483D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB483D is #54B7C2. Grayscale: #646464. Windows color (decimal): -5552067 or 4016299. OLE color: 4016299.
HSL color Cylindrical-coordinate representation of color #AB483D: hue angle of 6º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AB483D is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 72 | 61 | - |
| CMYK | 0 | 0.58 | 0.64 | 0.33 |
| HSL | 6º | 0.47% | 0.45% | - |
| HSV(B) | 6º | 0.64% | 0.67% | - |
| XYZ | 19.95 | 13.63 | 5.99 | - |
| YUV | 100.35 | 105.8 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 72 | 61 | 0 | 0.58 | 0.64 | 0.33 | 6 | 0.47 | 0.45 |
| Hex | AB | 48 | 3D | 0 | 3A | 40 | 21 | 6 | 2F | 2D |
| Octal | 253 | 110 | 75 | 0 | 72 | 100 | 41 | 6 | 57 | 55 |
| Binary | 10101011 | 1001000 | 111101 | 0 | 111010 | 1000000 | 100001 | 110 | 101111 | 101101 |
Color Harmonies of #AB483D
Complementary color
Monochromatic Colors of #AB483D
Black with #AB483D
Text Example
Text Example
White with #AB483D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB483D; }
p { color: rgb(171,72,61); }
H1.HeaderClassName
{
color: #AB483D;
}
.AnyTagClassName
{
color: #AB483D;
}
</style>
background-color css
<style>
a { background-color: #AB483D; }
a { background-color: rgb(171,72,61); }
div.DivClassName
{
background-color: #AB483D;
}
.BgClassName
{
background-color: #AB483D;
}
</style>
border-color css
<style>
span { border-color: #AB483D; }
span { border-color: rgb(171,72,61); }
td.TdClassName
{
border-color: #AB483D;
}
.TagClassName
{
border-color: #AB483D;
}
</style>