Shades of Carmine #A30E13
Tints of Carmine #A30E13
RGB
CMYK
RGB Variations
Color information
#A30E13 (or 0xA30E13) is known color: Carmine. HEX triplet: A3, 0E and 13. RGB value is (163,14,19). Sum of RGB (Red+Green+Blue) = 163+14+19=196 (25% of max value = 765). Red value is 163 (64.06% from 255 or 83.16% from 196); Green value is 14 (5.86% from 255 or 7.14% from 196); Blue value is 19 (7.81% from 255 or 9.69% from 196); Max value from RGB is 163 - color contains mainly: red. Hex color #A30E13 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30E13 is #5CF1EC. Grayscale: #3B3B3B. Windows color (decimal): -6091245 or 1248931. OLE color: 1248931.
HSL color Cylindrical-coordinate representation of color #A30E13: hue angle of 357.99º degrees, saturation: 0.84, 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 #A30E13 is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 14 | 19 | - |
| CMYK | 0 | 0.91 | 0.88 | 0.36 |
| HSL | 357.99º | 0.84% | 0.35% | - |
| HSV(B) | 357.99º | 0.91% | 0.64% | - |
| XYZ | 15.38 | 8.15 | 1.38 | - |
| YUV | 59.12 | 105.36 | 202.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 14 | 19 | 0 | 0.91 | 0.88 | 0.36 | 357.99 | 0.84 | 0.35 |
| Hex | A3 | E | 13 | 0 | 5B | 58 | 24 | 166 | 54 | 23 |
| Octal | 243 | 16 | 23 | 0 | 133 | 130 | 44 | 546 | 124 | 43 |
| Binary | 10100011 | 1110 | 10011 | 0 | 1011011 | 1011000 | 100100 | 101100110 | 1010100 | 100011 |
Color Harmonies of #A30E13
Complementary color
Monochromatic Colors of #A30E13
Black with #A30E13
Text Example
Text Example
White with #A30E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30E13; }
p { color: rgb(163,14,19); }
H1.HeaderClassName
{
color: #A30E13;
}
.AnyTagClassName
{
color: #A30E13;
}
</style>
background-color css
<style>
a { background-color: #A30E13; }
a { background-color: rgb(163,14,19); }
div.DivClassName
{
background-color: #A30E13;
}
.BgClassName
{
background-color: #A30E13;
}
</style>
border-color css
<style>
span { border-color: #A30E13; }
span { border-color: rgb(163,14,19); }
td.TdClassName
{
border-color: #A30E13;
}
.TagClassName
{
border-color: #A30E13;
}
</style>