Shades of Carmine #A30615
Tints of Carmine #A30615
RGB
CMYK
RGB Variations
Color information
#A30615 (or 0xA30615) is known color: Carmine. HEX triplet: A3, 06 and 15. RGB value is (163,6,21). Sum of RGB (Red+Green+Blue) = 163+6+21=190 (25% of max value = 765). Red value is 163 (64.06% from 255 or 85.79% from 190); Green value is 6 (2.73% from 255 or 3.16% from 190); Blue value is 21 (8.59% from 255 or 11.05% from 190); Max value from RGB is 163 - color contains mainly: red. Hex color #A30615 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30615 is #5CF9EA. Grayscale: #363636. Windows color (decimal): -6093291 or 1377955. OLE color: 1377955.
HSL color Cylindrical-coordinate representation of color #A30615: hue angle of 354.27º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A30615 is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 6 | 21 | - |
| CMYK | 0 | 0.96 | 0.87 | 0.36 |
| HSL | 354.27º | 0.93% | 0.33% | - |
| HSV(B) | 354.27º | 0.96% | 0.64% | - |
| XYZ | 15.3 | 7.97 | 1.44 | - |
| YUV | 54.65 | 109.01 | 205.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 6 | 21 | 0 | 0.96 | 0.87 | 0.36 | 354.27 | 0.93 | 0.33 |
| Hex | A3 | 6 | 15 | 0 | 60 | 57 | 24 | 162 | 5D | 21 |
| Octal | 243 | 6 | 25 | 0 | 140 | 127 | 44 | 542 | 135 | 41 |
| Binary | 10100011 | 110 | 10101 | 0 | 1100000 | 1010111 | 100100 | 101100010 | 1011101 | 100001 |
Color Harmonies of #A30615
Complementary color
Monochromatic Colors of #A30615
Black with #A30615
Text Example
Text Example
White with #A30615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30615; }
p { color: rgb(163,6,21); }
H1.HeaderClassName
{
color: #A30615;
}
.AnyTagClassName
{
color: #A30615;
}
</style>
background-color css
<style>
a { background-color: #A30615; }
a { background-color: rgb(163,6,21); }
div.DivClassName
{
background-color: #A30615;
}
.BgClassName
{
background-color: #A30615;
}
</style>
border-color css
<style>
span { border-color: #A30615; }
span { border-color: rgb(163,6,21); }
td.TdClassName
{
border-color: #A30615;
}
.TagClassName
{
border-color: #A30615;
}
</style>