Shades of Carmine #A3051D
Tints of Carmine #A3051D
RGB
CMYK
RGB Variations
Color information
#A3051D (or 0xA3051D) is known color: Carmine. HEX triplet: A3, 05 and 1D. RGB value is (163,5,29). Sum of RGB (Red+Green+Blue) = 163+5+29=197 (26% of max value = 765). Red value is 163 (64.06% from 255 or 82.74% from 197); Green value is 5 (2.34% from 255 or 2.54% from 197); Blue value is 29 (11.72% from 255 or 14.72% from 197); Max value from RGB is 163 - color contains mainly: red. Hex color #A3051D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3051D is #5CFAE2. Grayscale: #373737. Windows color (decimal): -6093539 or 1901987. OLE color: 1901987.
HSL color Cylindrical-coordinate representation of color #A3051D: hue angle of 350.89º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A3051D is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 5 | 29 | - |
| CMYK | 0 | 0.97 | 0.82 | 0.36 |
| HSL | 350.89º | 0.94% | 0.33% | - |
| HSV(B) | 350.89º | 0.97% | 0.64% | - |
| XYZ | 15.38 | 7.98 | 1.89 | - |
| YUV | 54.98 | 113.35 | 205.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 5 | 29 | 0 | 0.97 | 0.82 | 0.36 | 350.89 | 0.94 | 0.33 |
| Hex | A3 | 5 | 1D | 0 | 61 | 52 | 24 | 15F | 5E | 21 |
| Octal | 243 | 5 | 35 | 0 | 141 | 122 | 44 | 537 | 136 | 41 |
| Binary | 10100011 | 101 | 11101 | 0 | 1100001 | 1010010 | 100100 | 101011111 | 1011110 | 100001 |
Color Harmonies of #A3051D
Complementary color
Monochromatic Colors of #A3051D
Black with #A3051D
Text Example
Text Example
White with #A3051D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3051D; }
p { color: rgb(163,5,29); }
H1.HeaderClassName
{
color: #A3051D;
}
.AnyTagClassName
{
color: #A3051D;
}
</style>
background-color css
<style>
a { background-color: #A3051D; }
a { background-color: rgb(163,5,29); }
div.DivClassName
{
background-color: #A3051D;
}
.BgClassName
{
background-color: #A3051D;
}
</style>
border-color css
<style>
span { border-color: #A3051D; }
span { border-color: rgb(163,5,29); }
td.TdClassName
{
border-color: #A3051D;
}
.TagClassName
{
border-color: #A3051D;
}
</style>