Shades of Carmine #AB082F
Tints of Carmine #AB082F
RGB
CMYK
RGB Variations
Color information
#AB082F (or 0xAB082F) is known color: Carmine. HEX triplet: AB, 08 and 2F. RGB value is (171,8,47). Sum of RGB (Red+Green+Blue) = 171+8+47=226 (29% of max value = 765). Red value is 171 (67.19% from 255 or 75.66% from 226); Green value is 8 (3.52% from 255 or 3.54% from 226); Blue value is 47 (18.75% from 255 or 20.80% from 226); Max value from RGB is 171 - color contains mainly: red. Hex color #AB082F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB082F is #54F7D0. Grayscale: #3D3D3D. Windows color (decimal): -5568465 or 3082411. OLE color: 3082411.
HSL color Cylindrical-coordinate representation of color #AB082F: hue angle of 345.64º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AB082F is Cyan = 0, Magento = 0.95, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 8 | 47 | - |
| CMYK | 0 | 0.95 | 0.73 | 0.33 |
| HSL | 345.64º | 0.91% | 0.35% | - |
| HSV(B) | 345.64º | 0.95% | 0.67% | - |
| XYZ | 17.39 | 9.04 | 3.52 | - |
| YUV | 61.18 | 120 | 206.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 8 | 47 | 0 | 0.95 | 0.73 | 0.33 | 345.64 | 0.91 | 0.35 |
| Hex | AB | 8 | 2F | 0 | 5F | 49 | 21 | 15A | 5B | 23 |
| Octal | 253 | 10 | 57 | 0 | 137 | 111 | 41 | 532 | 133 | 43 |
| Binary | 10101011 | 1000 | 101111 | 0 | 1011111 | 1001001 | 100001 | 101011010 | 1011011 | 100011 |
Color Harmonies of #AB082F
Complementary color
Monochromatic Colors of #AB082F
Black with #AB082F
Text Example
Text Example
White with #AB082F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB082F; }
p { color: rgb(171,8,47); }
H1.HeaderClassName
{
color: #AB082F;
}
.AnyTagClassName
{
color: #AB082F;
}
</style>
background-color css
<style>
a { background-color: #AB082F; }
a { background-color: rgb(171,8,47); }
div.DivClassName
{
background-color: #AB082F;
}
.BgClassName
{
background-color: #AB082F;
}
</style>
border-color css
<style>
span { border-color: #AB082F; }
span { border-color: rgb(171,8,47); }
td.TdClassName
{
border-color: #AB082F;
}
.TagClassName
{
border-color: #AB082F;
}
</style>