Shades of Carmine #A5191D
Tints of Carmine #A5191D
RGB
CMYK
RGB Variations
Color information
#A5191D (or 0xA5191D) is known color: Carmine. HEX triplet: A5, 19 and 1D. RGB value is (165,25,29). Sum of RGB (Red+Green+Blue) = 165+25+29=219 (29% of max value = 765). Red value is 165 (64.84% from 255 or 75.34% from 219); Green value is 25 (10.16% from 255 or 11.42% from 219); Blue value is 29 (11.72% from 255 or 13.24% from 219); Max value from RGB is 165 - color contains mainly: red. Hex color #A5191D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5191D is #5AE6E2. Grayscale: #434343. Windows color (decimal): -5957347 or 1907109. OLE color: 1907109.
HSL color Cylindrical-coordinate representation of color #A5191D: hue angle of 358.29º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A5191D is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 25 | 29 | - |
| CMYK | 0 | 0.85 | 0.82 | 0.35 |
| HSL | 358.29º | 0.74% | 0.37% | - |
| HSV(B) | 358.29º | 0.85% | 0.65% | - |
| XYZ | 16.09 | 8.78 | 2.01 | - |
| YUV | 67.32 | 106.38 | 197.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 25 | 29 | 0 | 0.85 | 0.82 | 0.35 | 358.29 | 0.74 | 0.37 |
| Hex | A5 | 19 | 1D | 0 | 55 | 52 | 23 | 166 | 4A | 25 |
| Octal | 245 | 31 | 35 | 0 | 125 | 122 | 43 | 546 | 112 | 45 |
| Binary | 10100101 | 11001 | 11101 | 0 | 1010101 | 1010010 | 100011 | 101100110 | 1001010 | 100101 |
Color Harmonies of #A5191D
Complementary color
Monochromatic Colors of #A5191D
Black with #A5191D
Text Example
Text Example
White with #A5191D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5191D; }
p { color: rgb(165,25,29); }
H1.HeaderClassName
{
color: #A5191D;
}
.AnyTagClassName
{
color: #A5191D;
}
</style>
background-color css
<style>
a { background-color: #A5191D; }
a { background-color: rgb(165,25,29); }
div.DivClassName
{
background-color: #A5191D;
}
.BgClassName
{
background-color: #A5191D;
}
</style>
border-color css
<style>
span { border-color: #A5191D; }
span { border-color: rgb(165,25,29); }
td.TdClassName
{
border-color: #A5191D;
}
.TagClassName
{
border-color: #A5191D;
}
</style>