Shades of Medium Carmine #AB3D28
Tints of Medium Carmine #AB3D28
RGB
CMYK
RGB Variations
Color information
#AB3D28 (or 0xAB3D28) is known color: Medium Carmine. HEX triplet: AB, 3D and 28. RGB value is (171,61,40). Sum of RGB (Red+Green+Blue) = 171+61+40=272 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.87% from 272); Green value is 61 (24.22% from 255 or 22.43% from 272); Blue value is 40 (16.02% from 255 or 14.71% from 272); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3D28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3D28 is #54C2D7. Grayscale: #5B5B5B. Windows color (decimal): -5554904 or 2637227. OLE color: 2637227.
HSL color Cylindrical-coordinate representation of color #AB3D28: hue angle of 9.62º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB3D28 is Cyan = 0, Magento = 0.64, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 61 | 40 | - |
| CMYK | 0 | 0.64 | 0.77 | 0.33 |
| HSL | 9.62º | 0.62% | 0.41% | - |
| HSV(B) | 9.62º | 0.77% | 0.67% | - |
| XYZ | 18.85 | 12.15 | 3.36 | - |
| YUV | 91.5 | 98.94 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 61 | 40 | 0 | 0.64 | 0.77 | 0.33 | 9.62 | 0.62 | 0.41 |
| Hex | AB | 3D | 28 | 0 | 40 | 4D | 21 | A | 3E | 29 |
| Octal | 253 | 75 | 50 | 0 | 100 | 115 | 41 | 12 | 76 | 51 |
| Binary | 10101011 | 111101 | 101000 | 0 | 1000000 | 1001101 | 100001 | 1010 | 111110 | 101001 |
Color Harmonies of #AB3D28
Complementary color
Monochromatic Colors of #AB3D28
Black with #AB3D28
Text Example
Text Example
White with #AB3D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3D28; }
p { color: rgb(171,61,40); }
H1.HeaderClassName
{
color: #AB3D28;
}
.AnyTagClassName
{
color: #AB3D28;
}
</style>
background-color css
<style>
a { background-color: #AB3D28; }
a { background-color: rgb(171,61,40); }
div.DivClassName
{
background-color: #AB3D28;
}
.BgClassName
{
background-color: #AB3D28;
}
</style>
border-color css
<style>
span { border-color: #AB3D28; }
span { border-color: rgb(171,61,40); }
td.TdClassName
{
border-color: #AB3D28;
}
.TagClassName
{
border-color: #AB3D28;
}
</style>