Shades of Carmine #A3071C
Tints of Carmine #A3071C
RGB
CMYK
RGB Variations
Color information
#A3071C (or 0xA3071C) is known color: Carmine. HEX triplet: A3, 07 and 1C. RGB value is (163,7,28). Sum of RGB (Red+Green+Blue) = 163+7+28=198 (26% of max value = 765). Red value is 163 (64.06% from 255 or 82.32% from 198); Green value is 7 (3.12% from 255 or 3.54% from 198); Blue value is 28 (11.33% from 255 or 14.14% from 198); Max value from RGB is 163 - color contains mainly: red. Hex color #A3071C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3071C is #5CF8E3. Grayscale: #383838. Windows color (decimal): -6093028 or 1836963. OLE color: 1836963.
HSL color Cylindrical-coordinate representation of color #A3071C: hue angle of 351.92º 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 #A3071C is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 7 | 28 | - |
| CMYK | 0 | 0.96 | 0.83 | 0.36 |
| HSL | 351.92º | 0.92% | 0.33% | - |
| HSV(B) | 351.92º | 0.96% | 0.64% | - |
| XYZ | 15.39 | 8.02 | 1.84 | - |
| YUV | 56.04 | 112.18 | 204.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 7 | 28 | 0 | 0.96 | 0.83 | 0.36 | 351.92 | 0.92 | 0.33 |
| Hex | A3 | 7 | 1C | 0 | 60 | 53 | 24 | 160 | 5C | 21 |
| Octal | 243 | 7 | 34 | 0 | 140 | 123 | 44 | 540 | 134 | 41 |
| Binary | 10100011 | 111 | 11100 | 0 | 1100000 | 1010011 | 100100 | 101100000 | 1011100 | 100001 |
Color Harmonies of #A3071C
Complementary color
Monochromatic Colors of #A3071C
Black with #A3071C
Text Example
Text Example
White with #A3071C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3071C; }
p { color: rgb(163,7,28); }
H1.HeaderClassName
{
color: #A3071C;
}
.AnyTagClassName
{
color: #A3071C;
}
</style>
background-color css
<style>
a { background-color: #A3071C; }
a { background-color: rgb(163,7,28); }
div.DivClassName
{
background-color: #A3071C;
}
.BgClassName
{
background-color: #A3071C;
}
</style>
border-color css
<style>
span { border-color: #A3071C; }
span { border-color: rgb(163,7,28); }
td.TdClassName
{
border-color: #A3071C;
}
.TagClassName
{
border-color: #A3071C;
}
</style>