Shades of Carmine #A5082B
Tints of Carmine #A5082B
RGB
CMYK
RGB Variations
Color information
#A5082B (or 0xA5082B) is known color: Carmine. HEX triplet: A5, 08 and 2B. RGB value is (165,8,43). Sum of RGB (Red+Green+Blue) = 165+8+43=216 (28% of max value = 765). Red value is 165 (64.84% from 255 or 76.39% from 216); Green value is 8 (3.52% from 255 or 3.70% from 216); Blue value is 43 (17.19% from 255 or 19.91% from 216); Max value from RGB is 165 - color contains mainly: red. Hex color #A5082B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5082B is #5AF7D4. Grayscale: #3A3A3A. Windows color (decimal): -5961685 or 2820261. OLE color: 2820261.
HSL color Cylindrical-coordinate representation of color #A5082B: hue angle of 346.62º 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 #A5082B is Cyan = 0, Magento = 0.95, Yellow = 0.74 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 8 | 43 | - |
| CMYK | 0 | 0.95 | 0.74 | 0.35 |
| HSL | 346.62º | 0.91% | 0.34% | - |
| HSV(B) | 346.62º | 0.95% | 0.65% | - |
| XYZ | 16.04 | 8.35 | 3.05 | - |
| YUV | 58.93 | 119.01 | 203.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 8 | 43 | 0 | 0.95 | 0.74 | 0.35 | 346.62 | 0.91 | 0.34 |
| Hex | A5 | 8 | 2B | 0 | 5F | 4A | 23 | 15B | 5B | 22 |
| Octal | 245 | 10 | 53 | 0 | 137 | 112 | 43 | 533 | 133 | 42 |
| Binary | 10100101 | 1000 | 101011 | 0 | 1011111 | 1001010 | 100011 | 101011011 | 1011011 | 100010 |
Color Harmonies of #A5082B
Complementary color
Monochromatic Colors of #A5082B
Black with #A5082B
Text Example
Text Example
White with #A5082B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5082B; }
p { color: rgb(165,8,43); }
H1.HeaderClassName
{
color: #A5082B;
}
.AnyTagClassName
{
color: #A5082B;
}
</style>
background-color css
<style>
a { background-color: #A5082B; }
a { background-color: rgb(165,8,43); }
div.DivClassName
{
background-color: #A5082B;
}
.BgClassName
{
background-color: #A5082B;
}
</style>
border-color css
<style>
span { border-color: #A5082B; }
span { border-color: rgb(165,8,43); }
td.TdClassName
{
border-color: #A5082B;
}
.TagClassName
{
border-color: #A5082B;
}
</style>