Shades of Carmine #A5071A
Tints of Carmine #A5071A
RGB
CMYK
RGB Variations
Color information
#A5071A (or 0xA5071A) is known color: Carmine. HEX triplet: A5, 07 and 1A. RGB value is (165,7,26). Sum of RGB (Red+Green+Blue) = 165+7+26=198 (26% of max value = 765). Red value is 165 (64.84% from 255 or 83.33% from 198); Green value is 7 (3.12% from 255 or 3.54% from 198); Blue value is 26 (10.55% from 255 or 13.13% from 198); Max value from RGB is 165 - color contains mainly: red. Hex color #A5071A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5071A is #5AF8E5. Grayscale: #383838. Windows color (decimal): -5961958 or 1705893. OLE color: 1705893.
HSL color Cylindrical-coordinate representation of color #A5071A: hue angle of 352.78º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A5071A is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 7 | 26 | - |
| CMYK | 0 | 0.96 | 0.84 | 0.35 |
| HSL | 352.78º | 0.92% | 0.34% | - |
| HSV(B) | 352.78º | 0.96% | 0.65% | - |
| XYZ | 15.78 | 8.23 | 1.73 | - |
| YUV | 56.41 | 110.85 | 205.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 7 | 26 | 0 | 0.96 | 0.84 | 0.35 | 352.78 | 0.92 | 0.34 |
| Hex | A5 | 7 | 1A | 0 | 60 | 54 | 23 | 161 | 5C | 22 |
| Octal | 245 | 7 | 32 | 0 | 140 | 124 | 43 | 541 | 134 | 42 |
| Binary | 10100101 | 111 | 11010 | 0 | 1100000 | 1010100 | 100011 | 101100001 | 1011100 | 100010 |
Color Harmonies of #A5071A
Complementary color
Monochromatic Colors of #A5071A
Black with #A5071A
Text Example
Text Example
White with #A5071A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5071A; }
p { color: rgb(165,7,26); }
H1.HeaderClassName
{
color: #A5071A;
}
.AnyTagClassName
{
color: #A5071A;
}
</style>
background-color css
<style>
a { background-color: #A5071A; }
a { background-color: rgb(165,7,26); }
div.DivClassName
{
background-color: #A5071A;
}
.BgClassName
{
background-color: #A5071A;
}
</style>
border-color css
<style>
span { border-color: #A5071A; }
span { border-color: rgb(165,7,26); }
td.TdClassName
{
border-color: #A5071A;
}
.TagClassName
{
border-color: #A5071A;
}
</style>