Shades of Carmine #A30F13
Tints of Carmine #A30F13
RGB
CMYK
RGB Variations
Color information
#A30F13 (or 0xA30F13) is known color: Carmine. HEX triplet: A3, 0F and 13. RGB value is (163,15,19). Sum of RGB (Red+Green+Blue) = 163+15+19=197 (26% of max value = 765). Red value is 163 (64.06% from 255 or 82.74% from 197); Green value is 15 (6.25% from 255 or 7.61% from 197); Blue value is 19 (7.81% from 255 or 9.64% from 197); Max value from RGB is 163 - color contains mainly: red. Hex color #A30F13 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30F13 is #5CF0EC. Grayscale: #3B3B3B. Windows color (decimal): -6090989 or 1249187. OLE color: 1249187.
HSL color Cylindrical-coordinate representation of color #A30F13: hue angle of 358.38º 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 #A30F13 is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 15 | 19 | - |
| CMYK | 0 | 0.91 | 0.88 | 0.36 |
| HSL | 358.38º | 0.83% | 0.35% | - |
| HSV(B) | 358.38º | 0.91% | 0.64% | - |
| XYZ | 15.39 | 8.18 | 1.38 | - |
| YUV | 59.71 | 105.03 | 201.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 15 | 19 | 0 | 0.91 | 0.88 | 0.36 | 358.38 | 0.83 | 0.35 |
| Hex | A3 | F | 13 | 0 | 5B | 58 | 24 | 166 | 53 | 23 |
| Octal | 243 | 17 | 23 | 0 | 133 | 130 | 44 | 546 | 123 | 43 |
| Binary | 10100011 | 1111 | 10011 | 0 | 1011011 | 1011000 | 100100 | 101100110 | 1010011 | 100011 |
Color Harmonies of #A30F13
Complementary color
Monochromatic Colors of #A30F13
Black with #A30F13
Text Example
Text Example
White with #A30F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30F13; }
p { color: rgb(163,15,19); }
H1.HeaderClassName
{
color: #A30F13;
}
.AnyTagClassName
{
color: #A30F13;
}
</style>
background-color css
<style>
a { background-color: #A30F13; }
a { background-color: rgb(163,15,19); }
div.DivClassName
{
background-color: #A30F13;
}
.BgClassName
{
background-color: #A30F13;
}
</style>
border-color css
<style>
span { border-color: #A30F13; }
span { border-color: rgb(163,15,19); }
td.TdClassName
{
border-color: #A30F13;
}
.TagClassName
{
border-color: #A30F13;
}
</style>