Shades of Carmine #A3031D
Tints of Carmine #A3031D
RGB
CMYK
RGB Variations
Color information
#A3031D (or 0xA3031D) is known color: Carmine. HEX triplet: A3, 03 and 1D. RGB value is (163,3,29). Sum of RGB (Red+Green+Blue) = 163+3+29=195 (25% of max value = 765). Red value is 163 (64.06% from 255 or 83.59% from 195); Green value is 3 (1.56% from 255 or 1.54% from 195); Blue value is 29 (11.72% from 255 or 14.87% from 195); Max value from RGB is 163 - color contains mainly: red. Hex color #A3031D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3031D is #5CFCE2. Grayscale: #353535. Windows color (decimal): -6094051 or 1901475. OLE color: 1901475.
HSL color Cylindrical-coordinate representation of color #A3031D: hue angle of 350.25º degrees, saturation: 0.96, 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 #A3031D is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 3 | 29 | - |
| CMYK | 0 | 0.98 | 0.82 | 0.36 |
| HSL | 350.25º | 0.96% | 0.33% | - |
| HSV(B) | 350.25º | 0.98% | 0.64% | - |
| XYZ | 15.36 | 7.94 | 1.89 | - |
| YUV | 53.8 | 114.01 | 205.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 3 | 29 | 0 | 0.98 | 0.82 | 0.36 | 350.25 | 0.96 | 0.33 |
| Hex | A3 | 3 | 1D | 0 | 62 | 52 | 24 | 15E | 60 | 21 |
| Octal | 243 | 3 | 35 | 0 | 142 | 122 | 44 | 536 | 140 | 41 |
| Binary | 10100011 | 11 | 11101 | 0 | 1100010 | 1010010 | 100100 | 101011110 | 1100000 | 100001 |
Color Harmonies of #A3031D
Complementary color
Monochromatic Colors of #A3031D
Black with #A3031D
Text Example
Text Example
White with #A3031D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3031D; }
p { color: rgb(163,3,29); }
H1.HeaderClassName
{
color: #A3031D;
}
.AnyTagClassName
{
color: #A3031D;
}
</style>
background-color css
<style>
a { background-color: #A3031D; }
a { background-color: rgb(163,3,29); }
div.DivClassName
{
background-color: #A3031D;
}
.BgClassName
{
background-color: #A3031D;
}
</style>
border-color css
<style>
span { border-color: #A3031D; }
span { border-color: rgb(163,3,29); }
td.TdClassName
{
border-color: #A3031D;
}
.TagClassName
{
border-color: #A3031D;
}
</style>