Shades of Carmine #A3062C
Tints of Carmine #A3062C
RGB
CMYK
RGB Variations
Color information
#A3062C (or 0xA3062C) is known color: Carmine. HEX triplet: A3, 06 and 2C. RGB value is (163,6,44). Sum of RGB (Red+Green+Blue) = 163+6+44=213 (28% of max value = 765). Red value is 163 (64.06% from 255 or 76.53% from 213); Green value is 6 (2.73% from 255 or 2.82% from 213); Blue value is 44 (17.58% from 255 or 20.66% from 213); Max value from RGB is 163 - color contains mainly: red. Hex color #A3062C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3062C is #5CF9D3. Grayscale: #393939. Windows color (decimal): -6093268 or 2885283. OLE color: 2885283.
HSL color Cylindrical-coordinate representation of color #A3062C: hue angle of 345.48º degrees, saturation: 0.93, 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 #A3062C is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 6 | 44 | - |
| CMYK | 0 | 0.96 | 0.73 | 0.36 |
| HSL | 345.48º | 0.93% | 0.33% | - |
| HSV(B) | 345.48º | 0.96% | 0.64% | - |
| XYZ | 15.62 | 8.1 | 3.12 | - |
| YUV | 57.28 | 120.51 | 203.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 6 | 44 | 0 | 0.96 | 0.73 | 0.36 | 345.48 | 0.93 | 0.33 |
| Hex | A3 | 6 | 2C | 0 | 60 | 49 | 24 | 159 | 5D | 21 |
| Octal | 243 | 6 | 54 | 0 | 140 | 111 | 44 | 531 | 135 | 41 |
| Binary | 10100011 | 110 | 101100 | 0 | 1100000 | 1001001 | 100100 | 101011001 | 1011101 | 100001 |
Color Harmonies of #A3062C
Complementary color
Monochromatic Colors of #A3062C
Black with #A3062C
Text Example
Text Example
White with #A3062C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3062C; }
p { color: rgb(163,6,44); }
H1.HeaderClassName
{
color: #A3062C;
}
.AnyTagClassName
{
color: #A3062C;
}
</style>
background-color css
<style>
a { background-color: #A3062C; }
a { background-color: rgb(163,6,44); }
div.DivClassName
{
background-color: #A3062C;
}
.BgClassName
{
background-color: #A3062C;
}
</style>
border-color css
<style>
span { border-color: #A3062C; }
span { border-color: rgb(163,6,44); }
td.TdClassName
{
border-color: #A3062C;
}
.TagClassName
{
border-color: #A3062C;
}
</style>