Shades of Carmine #A3071E
Tints of Carmine #A3071E
RGB
CMYK
RGB Variations
Color information
#A3071E (or 0xA3071E) is known color: Carmine. HEX triplet: A3, 07 and 1E. RGB value is (163,7,30). Sum of RGB (Red+Green+Blue) = 163+7+30=200 (26% of max value = 765). Red value is 163 (64.06% from 255 or 81.5% from 200); Green value is 7 (3.12% from 255 or 3.5% from 200); Blue value is 30 (12.11% from 255 or 15% from 200); Max value from RGB is 163 - color contains mainly: red. Hex color #A3071E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3071E is #5CF8E1. Grayscale: #383838. Windows color (decimal): -6093026 or 1968035. OLE color: 1968035.
HSL color Cylindrical-coordinate representation of color #A3071E: hue angle of 351.15º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A3071E is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 7 | 30 | - |
| CMYK | 0 | 0.96 | 0.82 | 0.36 |
| HSL | 351.15º | 0.92% | 0.33% | - |
| HSV(B) | 351.15º | 0.96% | 0.64% | - |
| XYZ | 15.41 | 8.03 | 1.97 | - |
| YUV | 56.27 | 113.18 | 204.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 7 | 30 | 0 | 0.96 | 0.82 | 0.36 | 351.15 | 0.92 | 0.33 |
| Hex | A3 | 7 | 1E | 0 | 60 | 52 | 24 | 15F | 5C | 21 |
| Octal | 243 | 7 | 36 | 0 | 140 | 122 | 44 | 537 | 134 | 41 |
| Binary | 10100011 | 111 | 11110 | 0 | 1100000 | 1010010 | 100100 | 101011111 | 1011100 | 100001 |
Color Harmonies of #A3071E
Complementary color
Monochromatic Colors of #A3071E
Black with #A3071E
Text Example
Text Example
White with #A3071E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3071E; }
p { color: rgb(163,7,30); }
H1.HeaderClassName
{
color: #A3071E;
}
.AnyTagClassName
{
color: #A3071E;
}
</style>
background-color css
<style>
a { background-color: #A3071E; }
a { background-color: rgb(163,7,30); }
div.DivClassName
{
background-color: #A3071E;
}
.BgClassName
{
background-color: #A3071E;
}
</style>
border-color css
<style>
span { border-color: #A3071E; }
span { border-color: rgb(163,7,30); }
td.TdClassName
{
border-color: #A3071E;
}
.TagClassName
{
border-color: #A3071E;
}
</style>