Shades of Carmine #A3151B
Tints of Carmine #A3151B
RGB
CMYK
RGB Variations
Color information
#A3151B (or 0xA3151B) is known color: Carmine. HEX triplet: A3, 15 and 1B. RGB value is (163,21,27). Sum of RGB (Red+Green+Blue) = 163+21+27=211 (27% of max value = 765). Red value is 163 (64.06% from 255 or 77.25% from 211); Green value is 21 (8.59% from 255 or 9.95% from 211); Blue value is 27 (10.94% from 255 or 12.80% from 211); Max value from RGB is 163 - color contains mainly: red. Hex color #A3151B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3151B is #5CEAE4. Grayscale: #404040. Windows color (decimal): -6089445 or 1775011. OLE color: 1775011.
HSL color Cylindrical-coordinate representation of color #A3151B: hue angle of 357.46º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A3151B is Cyan = 0, Magento = 0.87, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 21 | 27 | - |
| CMYK | 0 | 0.87 | 0.83 | 0.36 |
| HSL | 357.46º | 0.77% | 0.36% | - |
| HSV(B) | 357.46º | 0.87% | 0.64% | - |
| XYZ | 15.57 | 8.4 | 1.84 | - |
| YUV | 64.14 | 107.04 | 198.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 21 | 27 | 0 | 0.87 | 0.83 | 0.36 | 357.46 | 0.77 | 0.36 |
| Hex | A3 | 15 | 1B | 0 | 57 | 53 | 24 | 165 | 4D | 24 |
| Octal | 243 | 25 | 33 | 0 | 127 | 123 | 44 | 545 | 115 | 44 |
| Binary | 10100011 | 10101 | 11011 | 0 | 1010111 | 1010011 | 100100 | 101100101 | 1001101 | 100100 |
Color Harmonies of #A3151B
Complementary color
Monochromatic Colors of #A3151B
Black with #A3151B
Text Example
Text Example
White with #A3151B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3151B; }
p { color: rgb(163,21,27); }
H1.HeaderClassName
{
color: #A3151B;
}
.AnyTagClassName
{
color: #A3151B;
}
</style>
background-color css
<style>
a { background-color: #A3151B; }
a { background-color: rgb(163,21,27); }
div.DivClassName
{
background-color: #A3151B;
}
.BgClassName
{
background-color: #A3151B;
}
</style>
border-color css
<style>
span { border-color: #A3151B; }
span { border-color: rgb(163,21,27); }
td.TdClassName
{
border-color: #A3151B;
}
.TagClassName
{
border-color: #A3151B;
}
</style>