Shades of Carmine #A30D12
Tints of Carmine #A30D12
RGB
CMYK
RGB Variations
Color information
#A30D12 (or 0xA30D12) is known color: Carmine. HEX triplet: A3, 0D and 12. RGB value is (163,13,18). Sum of RGB (Red+Green+Blue) = 163+13+18=194 (25% of max value = 765). Red value is 163 (64.06% from 255 or 84.02% from 194); Green value is 13 (5.47% from 255 or 6.70% from 194); Blue value is 18 (7.42% from 255 or 9.28% from 194); Max value from RGB is 163 - color contains mainly: red. Hex color #A30D12 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30D12 is #5CF2ED. Grayscale: #3A3A3A. Windows color (decimal): -6091502 or 1183139. OLE color: 1183139.
HSL color Cylindrical-coordinate representation of color #A30D12: hue angle of 358º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A30D12 is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 13 | 18 | - |
| CMYK | 0 | 0.92 | 0.89 | 0.36 |
| HSL | 358º | 0.85% | 0.35% | - |
| HSV(B) | 358º | 0.92% | 0.64% | - |
| XYZ | 15.36 | 8.12 | 1.33 | - |
| YUV | 58.42 | 105.2 | 202.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 13 | 18 | 0 | 0.92 | 0.89 | 0.36 | 358 | 0.85 | 0.35 |
| Hex | A3 | D | 12 | 0 | 5C | 59 | 24 | 166 | 55 | 23 |
| Octal | 243 | 15 | 22 | 0 | 134 | 131 | 44 | 546 | 125 | 43 |
| Binary | 10100011 | 1101 | 10010 | 0 | 1011100 | 1011001 | 100100 | 101100110 | 1010101 | 100011 |
Color Harmonies of #A30D12
Complementary color
Monochromatic Colors of #A30D12
Black with #A30D12
Text Example
Text Example
White with #A30D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30D12; }
p { color: rgb(163,13,18); }
H1.HeaderClassName
{
color: #A30D12;
}
.AnyTagClassName
{
color: #A30D12;
}
</style>
background-color css
<style>
a { background-color: #A30D12; }
a { background-color: rgb(163,13,18); }
div.DivClassName
{
background-color: #A30D12;
}
.BgClassName
{
background-color: #A30D12;
}
</style>
border-color css
<style>
span { border-color: #A30D12; }
span { border-color: rgb(163,13,18); }
td.TdClassName
{
border-color: #A30D12;
}
.TagClassName
{
border-color: #A30D12;
}
</style>