Shades of Carmine #A31013
Tints of Carmine #A31013
RGB
CMYK
RGB Variations
Color information
#A31013 (or 0xA31013) is known color: Carmine. HEX triplet: A3, 10 and 13. RGB value is (163,16,19). Sum of RGB (Red+Green+Blue) = 163+16+19=198 (26% of max value = 765). Red value is 163 (64.06% from 255 or 82.32% from 198); Green value is 16 (6.64% from 255 or 8.08% from 198); Blue value is 19 (7.81% from 255 or 9.60% from 198); Max value from RGB is 163 - color contains mainly: red. Hex color #A31013 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A31013 is #5CEFEC. Grayscale: #3C3C3C. Windows color (decimal): -6090733 or 1249443. OLE color: 1249443.
HSL color Cylindrical-coordinate representation of color #A31013: hue angle of 358.78º 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 #A31013 is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 16 | 19 | - |
| CMYK | 0 | 0.90 | 0.88 | 0.36 |
| HSL | 358.78º | 0.82% | 0.35% | - |
| HSV(B) | 358.78º | 0.9% | 0.64% | - |
| XYZ | 15.41 | 8.2 | 1.39 | - |
| YUV | 60.3 | 104.7 | 201.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 16 | 19 | 0 | 0.90 | 0.88 | 0.36 | 358.78 | 0.82 | 0.35 |
| Hex | A3 | 10 | 13 | 0 | 5A | 58 | 24 | 167 | 52 | 23 |
| Octal | 243 | 20 | 23 | 0 | 132 | 130 | 44 | 547 | 122 | 43 |
| Binary | 10100011 | 10000 | 10011 | 0 | 1011010 | 1011000 | 100100 | 101100111 | 1010010 | 100011 |
Color Harmonies of #A31013
Complementary color
Monochromatic Colors of #A31013
Black with #A31013
Text Example
Text Example
White with #A31013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31013; }
p { color: rgb(163,16,19); }
H1.HeaderClassName
{
color: #A31013;
}
.AnyTagClassName
{
color: #A31013;
}
</style>
background-color css
<style>
a { background-color: #A31013; }
a { background-color: rgb(163,16,19); }
div.DivClassName
{
background-color: #A31013;
}
.BgClassName
{
background-color: #A31013;
}
</style>
border-color css
<style>
span { border-color: #A31013; }
span { border-color: rgb(163,16,19); }
td.TdClassName
{
border-color: #A31013;
}
.TagClassName
{
border-color: #A31013;
}
</style>