Shades of Carmine #A30F12
Tints of Carmine #A30F12
RGB
CMYK
RGB Variations
Color information
#A30F12 (or 0xA30F12) is known color: Carmine. HEX triplet: A3, 0F and 12. RGB value is (163,15,18). Sum of RGB (Red+Green+Blue) = 163+15+18=196 (25% of max value = 765). Red value is 163 (64.06% from 255 or 83.16% from 196); Green value is 15 (6.25% from 255 or 7.65% from 196); Blue value is 18 (7.42% from 255 or 9.18% from 196); Max value from RGB is 163 - color contains mainly: red. Hex color #A30F12 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30F12 is #5CF0ED. Grayscale: #3B3B3B. Windows color (decimal): -6090990 or 1183651. OLE color: 1183651.
HSL color Cylindrical-coordinate representation of color #A30F12: hue angle of 358.78º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A30F12 is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 15 | 18 | - |
| CMYK | 0 | 0.91 | 0.89 | 0.36 |
| HSL | 358.78º | 0.83% | 0.35% | - |
| HSV(B) | 358.78º | 0.91% | 0.64% | - |
| XYZ | 15.38 | 8.17 | 1.34 | - |
| YUV | 59.59 | 104.53 | 201.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 15 | 18 | 0 | 0.91 | 0.89 | 0.36 | 358.78 | 0.83 | 0.35 |
| Hex | A3 | F | 12 | 0 | 5B | 59 | 24 | 167 | 53 | 23 |
| Octal | 243 | 17 | 22 | 0 | 133 | 131 | 44 | 547 | 123 | 43 |
| Binary | 10100011 | 1111 | 10010 | 0 | 1011011 | 1011001 | 100100 | 101100111 | 1010011 | 100011 |
Color Harmonies of #A30F12
Complementary color
Monochromatic Colors of #A30F12
Black with #A30F12
Text Example
Text Example
White with #A30F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30F12; }
p { color: rgb(163,15,18); }
H1.HeaderClassName
{
color: #A30F12;
}
.AnyTagClassName
{
color: #A30F12;
}
</style>
background-color css
<style>
a { background-color: #A30F12; }
a { background-color: rgb(163,15,18); }
div.DivClassName
{
background-color: #A30F12;
}
.BgClassName
{
background-color: #A30F12;
}
</style>
border-color css
<style>
span { border-color: #A30F12; }
span { border-color: rgb(163,15,18); }
td.TdClassName
{
border-color: #A30F12;
}
.TagClassName
{
border-color: #A30F12;
}
</style>