Shades of Carmine #A30939
Tints of Carmine #A30939
RGB
CMYK
RGB Variations
Color information
#A30939 (or 0xA30939) is known color: Carmine. HEX triplet: A3, 09 and 39. RGB value is (163,9,57). Sum of RGB (Red+Green+Blue) = 163+9+57=229 (30% of max value = 765). Red value is 163 (64.06% from 255 or 71.18% from 229); Green value is 9 (3.91% from 255 or 3.93% from 229); Blue value is 57 (22.66% from 255 or 24.89% from 229); Max value from RGB is 163 - color contains mainly: red. Hex color #A30939 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30939 is #5CF6C6. Grayscale: #3C3C3C. Windows color (decimal): -6092487 or 3738019. OLE color: 3738019.
HSL color Cylindrical-coordinate representation of color #A30939: hue angle of 341.3º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A30939 is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 9 | 57 | - |
| CMYK | 0 | 0.94 | 0.65 | 0.36 |
| HSL | 341.3º | 0.9% | 0.34% | - |
| HSV(B) | 341.3º | 0.94% | 0.64% | - |
| XYZ | 15.94 | 8.28 | 4.63 | - |
| YUV | 60.52 | 126.02 | 201.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 9 | 57 | 0 | 0.94 | 0.65 | 0.36 | 341.3 | 0.9 | 0.34 |
| Hex | A3 | 9 | 39 | 0 | 5E | 41 | 24 | 155 | 5A | 22 |
| Octal | 243 | 11 | 71 | 0 | 136 | 101 | 44 | 525 | 132 | 42 |
| Binary | 10100011 | 1001 | 111001 | 0 | 1011110 | 1000001 | 100100 | 101010101 | 1011010 | 100010 |
Color Harmonies of #A30939
Complementary color
Monochromatic Colors of #A30939
Black with #A30939
Text Example
Text Example
White with #A30939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30939; }
p { color: rgb(163,9,57); }
H1.HeaderClassName
{
color: #A30939;
}
.AnyTagClassName
{
color: #A30939;
}
</style>
background-color css
<style>
a { background-color: #A30939; }
a { background-color: rgb(163,9,57); }
div.DivClassName
{
background-color: #A30939;
}
.BgClassName
{
background-color: #A30939;
}
</style>
border-color css
<style>
span { border-color: #A30939; }
span { border-color: rgb(163,9,57); }
td.TdClassName
{
border-color: #A30939;
}
.TagClassName
{
border-color: #A30939;
}
</style>