Shades of Carmine #A3011B
Tints of Carmine #A3011B
RGB
CMYK
RGB Variations
Color information
#A3011B (or 0xA3011B) is known color: Carmine. HEX triplet: A3, 01 and 1B. RGB value is (163,1,27). Sum of RGB (Red+Green+Blue) = 163+1+27=191 (25% of max value = 765). Red value is 163 (64.06% from 255 or 85.34% from 191); Green value is 1 (0.78% from 255 or 0.52% from 191); Blue value is 27 (10.94% from 255 or 14.14% from 191); Max value from RGB is 163 - color contains mainly: red. Hex color #A3011B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3011B is #5CFEE4. Grayscale: #343434. Windows color (decimal): -6094565 or 1769891. OLE color: 1769891.
HSL color Cylindrical-coordinate representation of color #A3011B: hue angle of 350.37º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A3011B is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 1 | 27 | - |
| CMYK | 0 | 0.99 | 0.83 | 0.36 |
| HSL | 350.37º | 0.99% | 0.32% | - |
| HSV(B) | 350.37º | 0.99% | 0.64% | - |
| XYZ | 15.31 | 7.89 | 1.75 | - |
| YUV | 52.4 | 113.67 | 206.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 1 | 27 | 0 | 0.99 | 0.83 | 0.36 | 350.37 | 0.99 | 0.32 |
| Hex | A3 | 1 | 1B | 0 | 63 | 53 | 24 | 15E | 63 | 20 |
| Octal | 243 | 1 | 33 | 0 | 143 | 123 | 44 | 536 | 143 | 40 |
| Binary | 10100011 | 1 | 11011 | 0 | 1100011 | 1010011 | 100100 | 101011110 | 1100011 | 100000 |
Color Harmonies of #A3011B
Complementary color
Monochromatic Colors of #A3011B
Black with #A3011B
Text Example
Text Example
White with #A3011B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3011B; }
p { color: rgb(163,1,27); }
H1.HeaderClassName
{
color: #A3011B;
}
.AnyTagClassName
{
color: #A3011B;
}
</style>
background-color css
<style>
a { background-color: #A3011B; }
a { background-color: rgb(163,1,27); }
div.DivClassName
{
background-color: #A3011B;
}
.BgClassName
{
background-color: #A3011B;
}
</style>
border-color css
<style>
span { border-color: #A3011B; }
span { border-color: rgb(163,1,27); }
td.TdClassName
{
border-color: #A3011B;
}
.TagClassName
{
border-color: #A3011B;
}
</style>