Shades of Carmine #A5002E
Tints of Carmine #A5002E
RGB
CMYK
RGB Variations
Color information
#A5002E (or 0xA5002E) is known color: Carmine. HEX triplet: A5, 00 and 2E. RGB value is (165,0,46). Sum of RGB (Red+Green+Blue) = 165+0+46=211 (27% of max value = 765). Red value is 165 (64.84% from 255 or 78.20% from 211); Green value is 0 (0.39% from 255 or 0% from 211); Blue value is 46 (18.36% from 255 or 21.80% from 211); Max value from RGB is 165 - color contains mainly: red. Hex color #A5002E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5002E is #5AFFD1. Grayscale: #363636. Windows color (decimal): -5963730 or 3014821. OLE color: 3014821.
HSL color Cylindrical-coordinate representation of color #A5002E: hue angle of 343.27º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A5002E is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 0 | 46 | - |
| CMYK | 0 | 1 | 0.72 | 0.35 |
| HSL | 343.27º | 1% | 0.32% | - |
| HSV(B) | 343.27º | 1% | 0.65% | - |
| XYZ | 16.01 | 8.2 | 3.32 | - |
| YUV | 54.58 | 123.16 | 206.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 0 | 46 | 0 | 1 | 0.72 | 0.35 | 343.27 | 1 | 0.32 |
| Hex | A5 | 0 | 2E | 0 | 64 | 48 | 23 | 157 | 64 | 20 |
| Octal | 245 | 0 | 56 | 0 | 144 | 110 | 43 | 527 | 144 | 40 |
| Binary | 10100101 | 0 | 101110 | 0 | 1100100 | 1001000 | 100011 | 101010111 | 1100100 | 100000 |
Color Harmonies of #A5002E
Complementary color
Monochromatic Colors of #A5002E
Black with #A5002E
Text Example
Text Example
White with #A5002E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5002E; }
p { color: rgb(165,0,46); }
H1.HeaderClassName
{
color: #A5002E;
}
.AnyTagClassName
{
color: #A5002E;
}
</style>
background-color css
<style>
a { background-color: #A5002E; }
a { background-color: rgb(165,0,46); }
div.DivClassName
{
background-color: #A5002E;
}
.BgClassName
{
background-color: #A5002E;
}
</style>
border-color css
<style>
span { border-color: #A5002E; }
span { border-color: rgb(165,0,46); }
td.TdClassName
{
border-color: #A5002E;
}
.TagClassName
{
border-color: #A5002E;
}
</style>