Shades of Carmine #A5131A
Tints of Carmine #A5131A
RGB
CMYK
RGB Variations
Color information
#A5131A (or 0xA5131A) is known color: Carmine. HEX triplet: A5, 13 and 1A. RGB value is (165,19,26). Sum of RGB (Red+Green+Blue) = 165+19+26=210 (27% of max value = 765). Red value is 165 (64.84% from 255 or 78.57% from 210); Green value is 19 (7.81% from 255 or 9.05% from 210); Blue value is 26 (10.55% from 255 or 12.38% from 210); Max value from RGB is 165 - color contains mainly: red. Hex color #A5131A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5131A is #5AECE5. Grayscale: #3F3F3F. Windows color (decimal): -5958886 or 1708965. OLE color: 1708965.
HSL color Cylindrical-coordinate representation of color #A5131A: hue angle of 357.12º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A5131A is Cyan = 0, Magento = 0.88, Yellow = 0.84 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 19 | 26 | - |
| CMYK | 0 | 0.88 | 0.84 | 0.35 |
| HSL | 357.12º | 0.79% | 0.36% | - |
| HSV(B) | 357.12º | 0.88% | 0.65% | - |
| XYZ | 15.94 | 8.54 | 1.79 | - |
| YUV | 63.45 | 106.87 | 200.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 19 | 26 | 0 | 0.88 | 0.84 | 0.35 | 357.12 | 0.79 | 0.36 |
| Hex | A5 | 13 | 1A | 0 | 58 | 54 | 23 | 165 | 4F | 24 |
| Octal | 245 | 23 | 32 | 0 | 130 | 124 | 43 | 545 | 117 | 44 |
| Binary | 10100101 | 10011 | 11010 | 0 | 1011000 | 1010100 | 100011 | 101100101 | 1001111 | 100100 |
Color Harmonies of #A5131A
Complementary color
Monochromatic Colors of #A5131A
Black with #A5131A
Text Example
Text Example
White with #A5131A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5131A; }
p { color: rgb(165,19,26); }
H1.HeaderClassName
{
color: #A5131A;
}
.AnyTagClassName
{
color: #A5131A;
}
</style>
background-color css
<style>
a { background-color: #A5131A; }
a { background-color: rgb(165,19,26); }
div.DivClassName
{
background-color: #A5131A;
}
.BgClassName
{
background-color: #A5131A;
}
</style>
border-color css
<style>
span { border-color: #A5131A; }
span { border-color: rgb(165,19,26); }
td.TdClassName
{
border-color: #A5131A;
}
.TagClassName
{
border-color: #A5131A;
}
</style>