Shades of Carmine #A31014
Tints of Carmine #A31014
RGB
CMYK
RGB Variations
Color information
#A31014 (or 0xA31014) is known color: Carmine. HEX triplet: A3, 10 and 14. RGB value is (163,16,20). Sum of RGB (Red+Green+Blue) = 163+16+20=199 (26% of max value = 765). Red value is 163 (64.06% from 255 or 81.91% from 199); Green value is 16 (6.64% from 255 or 8.04% from 199); Blue value is 20 (8.20% from 255 or 10.05% from 199); Max value from RGB is 163 - color contains mainly: red. Hex color #A31014 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A31014 is #5CEFEB. Grayscale: #3C3C3C. Windows color (decimal): -6090732 or 1314979. OLE color: 1314979.
HSL color Cylindrical-coordinate representation of color #A31014: hue angle of 358.37º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A31014 is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 16 | 20 | - |
| CMYK | 0 | 0.90 | 0.88 | 0.36 |
| HSL | 358.37º | 0.82% | 0.35% | - |
| HSV(B) | 358.37º | 0.9% | 0.64% | - |
| XYZ | 15.42 | 8.21 | 1.43 | - |
| YUV | 60.41 | 105.2 | 201.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 16 | 20 | 0 | 0.90 | 0.88 | 0.36 | 358.37 | 0.82 | 0.35 |
| Hex | A3 | 10 | 14 | 0 | 5A | 58 | 24 | 166 | 52 | 23 |
| Octal | 243 | 20 | 24 | 0 | 132 | 130 | 44 | 546 | 122 | 43 |
| Binary | 10100011 | 10000 | 10100 | 0 | 1011010 | 1011000 | 100100 | 101100110 | 1010010 | 100011 |
Color Harmonies of #A31014
Complementary color
Monochromatic Colors of #A31014
Black with #A31014
Text Example
Text Example
White with #A31014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31014; }
p { color: rgb(163,16,20); }
H1.HeaderClassName
{
color: #A31014;
}
.AnyTagClassName
{
color: #A31014;
}
</style>
background-color css
<style>
a { background-color: #A31014; }
a { background-color: rgb(163,16,20); }
div.DivClassName
{
background-color: #A31014;
}
.BgClassName
{
background-color: #A31014;
}
</style>
border-color css
<style>
span { border-color: #A31014; }
span { border-color: rgb(163,16,20); }
td.TdClassName
{
border-color: #A31014;
}
.TagClassName
{
border-color: #A31014;
}
</style>