Shades of Carmine #A5010E
Tints of Carmine #A5010E
RGB
CMYK
RGB Variations
Color information
#A5010E (or 0xA5010E) is known color: Carmine. HEX triplet: A5, 01 and 0E. RGB value is (165,1,14). Sum of RGB (Red+Green+Blue) = 165+1+14=180 (23% of max value = 765). Red value is 165 (64.84% from 255 or 91.67% from 180); Green value is 1 (0.78% from 255 or 0.56% from 180); Blue value is 14 (5.86% from 255 or 7.78% from 180); Max value from RGB is 165 - color contains mainly: red. Hex color #A5010E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A5010E is #5AFEF1. Grayscale: #333333. Windows color (decimal): -5963506 or 917925. OLE color: 917925.
HSL color Cylindrical-coordinate representation of color #A5010E: hue angle of 355.24º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A5010E is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 1 | 14 | - |
| CMYK | 0 | 0.99 | 0.92 | 0.35 |
| HSL | 355.24º | 0.99% | 0.33% | - |
| HSV(B) | 355.24º | 0.99% | 0.65% | - |
| XYZ | 15.61 | 8.05 | 1.15 | - |
| YUV | 51.52 | 106.83 | 208.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 1 | 14 | 0 | 0.99 | 0.92 | 0.35 | 355.24 | 0.99 | 0.33 |
| Hex | A5 | 1 | E | 0 | 63 | 5C | 23 | 163 | 63 | 21 |
| Octal | 245 | 1 | 16 | 0 | 143 | 134 | 43 | 543 | 143 | 41 |
| Binary | 10100101 | 1 | 1110 | 0 | 1100011 | 1011100 | 100011 | 101100011 | 1100011 | 100001 |
Color Harmonies of #A5010E
Complementary color
Monochromatic Colors of #A5010E
Black with #A5010E
Text Example
Text Example
White with #A5010E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5010E; }
p { color: rgb(165,1,14); }
H1.HeaderClassName
{
color: #A5010E;
}
.AnyTagClassName
{
color: #A5010E;
}
</style>
background-color css
<style>
a { background-color: #A5010E; }
a { background-color: rgb(165,1,14); }
div.DivClassName
{
background-color: #A5010E;
}
.BgClassName
{
background-color: #A5010E;
}
</style>
border-color css
<style>
span { border-color: #A5010E; }
span { border-color: rgb(165,1,14); }
td.TdClassName
{
border-color: #A5010E;
}
.TagClassName
{
border-color: #A5010E;
}
</style>