Shades of Carmine #A3062D
Tints of Carmine #A3062D
RGB
CMYK
RGB Variations
Color information
#A3062D (or 0xA3062D) is known color: Carmine. HEX triplet: A3, 06 and 2D. RGB value is (163,6,45). Sum of RGB (Red+Green+Blue) = 163+6+45=214 (28% of max value = 765). Red value is 163 (64.06% from 255 or 76.17% from 214); Green value is 6 (2.73% from 255 or 2.80% from 214); Blue value is 45 (17.97% from 255 or 21.03% from 214); Max value from RGB is 163 - color contains mainly: red. Hex color #A3062D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3062D is #5CF9D2. Grayscale: #393939. Windows color (decimal): -6093267 or 2950819. OLE color: 2950819.
HSL color Cylindrical-coordinate representation of color #A3062D: hue angle of 345.1º 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 #A3062D is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 6 | 45 | - |
| CMYK | 0 | 0.96 | 0.72 | 0.36 |
| HSL | 345.1º | 0.93% | 0.33% | - |
| HSV(B) | 345.1º | 0.96% | 0.64% | - |
| XYZ | 15.64 | 8.11 | 3.22 | - |
| YUV | 57.39 | 121.01 | 203.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 6 | 45 | 0 | 0.96 | 0.72 | 0.36 | 345.1 | 0.93 | 0.33 |
| Hex | A3 | 6 | 2D | 0 | 60 | 48 | 24 | 159 | 5D | 21 |
| Octal | 243 | 6 | 55 | 0 | 140 | 110 | 44 | 531 | 135 | 41 |
| Binary | 10100011 | 110 | 101101 | 0 | 1100000 | 1001000 | 100100 | 101011001 | 1011101 | 100001 |
Color Harmonies of #A3062D
Complementary color
Monochromatic Colors of #A3062D
Black with #A3062D
Text Example
Text Example
White with #A3062D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3062D; }
p { color: rgb(163,6,45); }
H1.HeaderClassName
{
color: #A3062D;
}
.AnyTagClassName
{
color: #A3062D;
}
</style>
background-color css
<style>
a { background-color: #A3062D; }
a { background-color: rgb(163,6,45); }
div.DivClassName
{
background-color: #A3062D;
}
.BgClassName
{
background-color: #A3062D;
}
</style>
border-color css
<style>
span { border-color: #A3062D; }
span { border-color: rgb(163,6,45); }
td.TdClassName
{
border-color: #A3062D;
}
.TagClassName
{
border-color: #A3062D;
}
</style>