Shades of Carmine #A5101D
Tints of Carmine #A5101D
RGB
CMYK
RGB Variations
Color information
#A5101D (or 0xA5101D) is known color: Carmine. HEX triplet: A5, 10 and 1D. RGB value is (165,16,29). Sum of RGB (Red+Green+Blue) = 165+16+29=210 (27% of max value = 765). Red value is 165 (64.84% from 255 or 78.57% from 210); Green value is 16 (6.64% from 255 or 7.62% from 210); Blue value is 29 (11.72% from 255 or 13.81% from 210); Max value from RGB is 165 - color contains mainly: red. Hex color #A5101D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5101D is #5AEFE2. Grayscale: #3E3E3E. Windows color (decimal): -5959651 or 1904805. OLE color: 1904805.
HSL color Cylindrical-coordinate representation of color #A5101D: hue angle of 354.77º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A5101D is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 16 | 29 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.35 |
| HSL | 354.77º | 0.82% | 0.35% | - |
| HSV(B) | 354.77º | 0.9% | 0.65% | - |
| XYZ | 15.92 | 8.46 | 1.96 | - |
| YUV | 62.03 | 109.36 | 201.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 16 | 29 | 0 | 0.90 | 0.82 | 0.35 | 354.77 | 0.82 | 0.35 |
| Hex | A5 | 10 | 1D | 0 | 5A | 52 | 23 | 163 | 52 | 23 |
| Octal | 245 | 20 | 35 | 0 | 132 | 122 | 43 | 543 | 122 | 43 |
| Binary | 10100101 | 10000 | 11101 | 0 | 1011010 | 1010010 | 100011 | 101100011 | 1010010 | 100011 |
Color Harmonies of #A5101D
Complementary color
Monochromatic Colors of #A5101D
Black with #A5101D
Text Example
Text Example
White with #A5101D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5101D; }
p { color: rgb(165,16,29); }
H1.HeaderClassName
{
color: #A5101D;
}
.AnyTagClassName
{
color: #A5101D;
}
</style>
background-color css
<style>
a { background-color: #A5101D; }
a { background-color: rgb(165,16,29); }
div.DivClassName
{
background-color: #A5101D;
}
.BgClassName
{
background-color: #A5101D;
}
</style>
border-color css
<style>
span { border-color: #A5101D; }
span { border-color: rgb(165,16,29); }
td.TdClassName
{
border-color: #A5101D;
}
.TagClassName
{
border-color: #A5101D;
}
</style>