Shades of Carmine #A5082C
Tints of Carmine #A5082C
RGB
CMYK
RGB Variations
Color information
#A5082C (or 0xA5082C) is known color: Carmine. HEX triplet: A5, 08 and 2C. RGB value is (165,8,44). Sum of RGB (Red+Green+Blue) = 165+8+44=217 (28% of max value = 765). Red value is 165 (64.84% from 255 or 76.04% from 217); Green value is 8 (3.52% from 255 or 3.69% from 217); Blue value is 44 (17.58% from 255 or 20.28% from 217); Max value from RGB is 165 - color contains mainly: red. Hex color #A5082C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5082C is #5AF7D3. Grayscale: #3B3B3B. Windows color (decimal): -5961684 or 2885797. OLE color: 2885797.
HSL color Cylindrical-coordinate representation of color #A5082C: hue angle of 346.24º 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 #A5082C is Cyan = 0, Magento = 0.95, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 8 | 44 | - |
| CMYK | 0 | 0.95 | 0.73 | 0.35 |
| HSL | 346.24º | 0.91% | 0.34% | - |
| HSV(B) | 346.24º | 0.95% | 0.65% | - |
| XYZ | 16.06 | 8.35 | 3.15 | - |
| YUV | 59.05 | 119.51 | 203.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 8 | 44 | 0 | 0.95 | 0.73 | 0.35 | 346.24 | 0.91 | 0.34 |
| Hex | A5 | 8 | 2C | 0 | 5F | 49 | 23 | 15A | 5B | 22 |
| Octal | 245 | 10 | 54 | 0 | 137 | 111 | 43 | 532 | 133 | 42 |
| Binary | 10100101 | 1000 | 101100 | 0 | 1011111 | 1001001 | 100011 | 101011010 | 1011011 | 100010 |
Color Harmonies of #A5082C
Complementary color
Monochromatic Colors of #A5082C
Black with #A5082C
Text Example
Text Example
White with #A5082C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5082C; }
p { color: rgb(165,8,44); }
H1.HeaderClassName
{
color: #A5082C;
}
.AnyTagClassName
{
color: #A5082C;
}
</style>
background-color css
<style>
a { background-color: #A5082C; }
a { background-color: rgb(165,8,44); }
div.DivClassName
{
background-color: #A5082C;
}
.BgClassName
{
background-color: #A5082C;
}
</style>
border-color css
<style>
span { border-color: #A5082C; }
span { border-color: rgb(165,8,44); }
td.TdClassName
{
border-color: #A5082C;
}
.TagClassName
{
border-color: #A5082C;
}
</style>