Shades of Carmine #A3042E
Tints of Carmine #A3042E
RGB
CMYK
RGB Variations
Color information
#A3042E (or 0xA3042E) is known color: Carmine. HEX triplet: A3, 04 and 2E. RGB value is (163,4,46). Sum of RGB (Red+Green+Blue) = 163+4+46=213 (28% of max value = 765). Red value is 163 (64.06% from 255 or 76.53% from 213); Green value is 4 (1.95% from 255 or 1.88% from 213); Blue value is 46 (18.36% from 255 or 21.60% from 213); Max value from RGB is 163 - color contains mainly: red. Hex color #A3042E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3042E is #5CFBD1. Grayscale: #383838. Windows color (decimal): -6093778 or 3015843. OLE color: 3015843.
HSL color Cylindrical-coordinate representation of color #A3042E: hue angle of 344.15º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A3042E is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 4 | 46 | - |
| CMYK | 0 | 0.98 | 0.72 | 0.36 |
| HSL | 344.15º | 0.95% | 0.33% | - |
| HSV(B) | 344.15º | 0.98% | 0.64% | - |
| XYZ | 15.64 | 8.07 | 3.32 | - |
| YUV | 56.33 | 122.18 | 204.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 4 | 46 | 0 | 0.98 | 0.72 | 0.36 | 344.15 | 0.95 | 0.33 |
| Hex | A3 | 4 | 2E | 0 | 62 | 48 | 24 | 158 | 5F | 21 |
| Octal | 243 | 4 | 56 | 0 | 142 | 110 | 44 | 530 | 137 | 41 |
| Binary | 10100011 | 100 | 101110 | 0 | 1100010 | 1001000 | 100100 | 101011000 | 1011111 | 100001 |
Color Harmonies of #A3042E
Complementary color
Monochromatic Colors of #A3042E
Black with #A3042E
Text Example
Text Example
White with #A3042E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3042E; }
p { color: rgb(163,4,46); }
H1.HeaderClassName
{
color: #A3042E;
}
.AnyTagClassName
{
color: #A3042E;
}
</style>
background-color css
<style>
a { background-color: #A3042E; }
a { background-color: rgb(163,4,46); }
div.DivClassName
{
background-color: #A3042E;
}
.BgClassName
{
background-color: #A3042E;
}
</style>
border-color css
<style>
span { border-color: #A3042E; }
span { border-color: rgb(163,4,46); }
td.TdClassName
{
border-color: #A3042E;
}
.TagClassName
{
border-color: #A3042E;
}
</style>