Shades of Carmine #A5082E
Tints of Carmine #A5082E
RGB
CMYK
RGB Variations
Color information
#A5082E (or 0xA5082E) is known color: Carmine. HEX triplet: A5, 08 and 2E. RGB value is (165,8,46). Sum of RGB (Red+Green+Blue) = 165+8+46=219 (29% of max value = 765). Red value is 165 (64.84% from 255 or 75.34% from 219); Green value is 8 (3.52% from 255 or 3.65% from 219); Blue value is 46 (18.36% from 255 or 21.00% from 219); Max value from RGB is 165 - color contains mainly: red. Hex color #A5082E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5082E is #5AF7D1. Grayscale: #3B3B3B. Windows color (decimal): -5961682 or 3016869. OLE color: 3016869.
HSL color Cylindrical-coordinate representation of color #A5082E: hue angle of 345.48º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A5082E is Cyan = 0, Magento = 0.95, Yellow = 0.72 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 8 | 46 | - |
| CMYK | 0 | 0.95 | 0.72 | 0.35 |
| HSL | 345.48º | 0.91% | 0.34% | - |
| HSV(B) | 345.48º | 0.95% | 0.65% | - |
| XYZ | 16.1 | 8.37 | 3.35 | - |
| YUV | 59.28 | 120.51 | 203.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 8 | 46 | 0 | 0.95 | 0.72 | 0.35 | 345.48 | 0.91 | 0.34 |
| Hex | A5 | 8 | 2E | 0 | 5F | 48 | 23 | 159 | 5B | 22 |
| Octal | 245 | 10 | 56 | 0 | 137 | 110 | 43 | 531 | 133 | 42 |
| Binary | 10100101 | 1000 | 101110 | 0 | 1011111 | 1001000 | 100011 | 101011001 | 1011011 | 100010 |
Color Harmonies of #A5082E
Complementary color
Monochromatic Colors of #A5082E
Black with #A5082E
Text Example
Text Example
White with #A5082E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5082E; }
p { color: rgb(165,8,46); }
H1.HeaderClassName
{
color: #A5082E;
}
.AnyTagClassName
{
color: #A5082E;
}
</style>
background-color css
<style>
a { background-color: #A5082E; }
a { background-color: rgb(165,8,46); }
div.DivClassName
{
background-color: #A5082E;
}
.BgClassName
{
background-color: #A5082E;
}
</style>
border-color css
<style>
span { border-color: #A5082E; }
span { border-color: rgb(165,8,46); }
td.TdClassName
{
border-color: #A5082E;
}
.TagClassName
{
border-color: #A5082E;
}
</style>