Shades of Carmine #A3141C
Tints of Carmine #A3141C
RGB
CMYK
RGB Variations
Color information
#A3141C (or 0xA3141C) is known color: Carmine. HEX triplet: A3, 14 and 1C. RGB value is (163,20,28). Sum of RGB (Red+Green+Blue) = 163+20+28=211 (27% of max value = 765). Red value is 163 (64.06% from 255 or 77.25% from 211); Green value is 20 (8.20% from 255 or 9.48% from 211); Blue value is 28 (11.33% from 255 or 13.27% from 211); Max value from RGB is 163 - color contains mainly: red. Hex color #A3141C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3141C is #5CEBE3. Grayscale: #3F3F3F. Windows color (decimal): -6089700 or 1840291. OLE color: 1840291.
HSL color Cylindrical-coordinate representation of color #A3141C: hue angle of 356.64º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A3141C is Cyan = 0, Magento = 0.88, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 20 | 28 | - |
| CMYK | 0 | 0.88 | 0.83 | 0.36 |
| HSL | 356.64º | 0.78% | 0.36% | - |
| HSV(B) | 356.64º | 0.88% | 0.64% | - |
| XYZ | 15.56 | 8.37 | 1.89 | - |
| YUV | 63.67 | 107.88 | 198.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 20 | 28 | 0 | 0.88 | 0.83 | 0.36 | 356.64 | 0.78 | 0.36 |
| Hex | A3 | 14 | 1C | 0 | 58 | 53 | 24 | 165 | 4E | 24 |
| Octal | 243 | 24 | 34 | 0 | 130 | 123 | 44 | 545 | 116 | 44 |
| Binary | 10100011 | 10100 | 11100 | 0 | 1011000 | 1010011 | 100100 | 101100101 | 1001110 | 100100 |
Color Harmonies of #A3141C
Complementary color
Monochromatic Colors of #A3141C
Black with #A3141C
Text Example
Text Example
White with #A3141C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3141C; }
p { color: rgb(163,20,28); }
H1.HeaderClassName
{
color: #A3141C;
}
.AnyTagClassName
{
color: #A3141C;
}
</style>
background-color css
<style>
a { background-color: #A3141C; }
a { background-color: rgb(163,20,28); }
div.DivClassName
{
background-color: #A3141C;
}
.BgClassName
{
background-color: #A3141C;
}
</style>
border-color css
<style>
span { border-color: #A3141C; }
span { border-color: rgb(163,20,28); }
td.TdClassName
{
border-color: #A3141C;
}
.TagClassName
{
border-color: #A3141C;
}
</style>