Shades of Medium Carmine #AB3823
Tints of Medium Carmine #AB3823
RGB
CMYK
RGB Variations
Color information
#AB3823 (or 0xAB3823) is known color: Medium Carmine. HEX triplet: AB, 38 and 23. RGB value is (171,56,35). Sum of RGB (Red+Green+Blue) = 171+56+35=262 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.27% from 262); Green value is 56 (22.27% from 255 or 21.37% from 262); Blue value is 35 (14.06% from 255 or 13.36% from 262); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3823 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3823 is #54C7DC. Grayscale: #585858. Windows color (decimal): -5556189 or 2308267. OLE color: 2308267.
HSL color Cylindrical-coordinate representation of color #AB3823: hue angle of 9.26º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB3823 is Cyan = 0, Magento = 0.67, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 56 | 35 | - |
| CMYK | 0 | 0.67 | 0.80 | 0.33 |
| HSL | 9.26º | 0.66% | 0.4% | - |
| HSV(B) | 9.26º | 0.8% | 0.67% | - |
| XYZ | 18.51 | 11.61 | 2.85 | - |
| YUV | 87.99 | 98.1 | 187.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 56 | 35 | 0 | 0.67 | 0.80 | 0.33 | 9.26 | 0.66 | 0.4 |
| Hex | AB | 38 | 23 | 0 | 43 | 50 | 21 | 9 | 42 | 28 |
| Octal | 253 | 70 | 43 | 0 | 103 | 120 | 41 | 11 | 102 | 50 |
| Binary | 10101011 | 111000 | 100011 | 0 | 1000011 | 1010000 | 100001 | 1001 | 1000010 | 101000 |
Color Harmonies of #AB3823
Complementary color
Monochromatic Colors of #AB3823
Black with #AB3823
Text Example
Text Example
White with #AB3823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3823; }
p { color: rgb(171,56,35); }
H1.HeaderClassName
{
color: #AB3823;
}
.AnyTagClassName
{
color: #AB3823;
}
</style>
background-color css
<style>
a { background-color: #AB3823; }
a { background-color: rgb(171,56,35); }
div.DivClassName
{
background-color: #AB3823;
}
.BgClassName
{
background-color: #AB3823;
}
</style>
border-color css
<style>
span { border-color: #AB3823; }
span { border-color: rgb(171,56,35); }
td.TdClassName
{
border-color: #AB3823;
}
.TagClassName
{
border-color: #AB3823;
}
</style>