Shades of Carmine #A30039
Tints of Carmine #A30039
RGB
CMYK
RGB Variations
Color information
#A30039 (or 0xA30039) is known color: Carmine. HEX triplet: A3, 00 and 39. RGB value is (163,0,57). Sum of RGB (Red+Green+Blue) = 163+0+57=220 (29% of max value = 765). Red value is 163 (64.06% from 255 or 74.09% from 220); Green value is 0 (0.39% from 255 or 0% from 220); Blue value is 57 (22.66% from 255 or 25.91% from 220); Max value from RGB is 163 - color contains mainly: red. Hex color #A30039 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30039 is #5CFFC6. Grayscale: #373737. Windows color (decimal): -6094791 or 3735715. OLE color: 3735715.
HSL color Cylindrical-coordinate representation of color #A30039: hue angle of 339.02º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A30039 is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 0 | 57 | - |
| CMYK | 0 | 1 | 0.65 | 0.36 |
| HSL | 339.02º | 1% | 0.32% | - |
| HSV(B) | 339.02º | 1% | 0.64% | - |
| XYZ | 15.84 | 8.08 | 4.6 | - |
| YUV | 55.24 | 129 | 204.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 0 | 57 | 0 | 1 | 0.65 | 0.36 | 339.02 | 1 | 0.32 |
| Hex | A3 | 0 | 39 | 0 | 64 | 41 | 24 | 153 | 64 | 20 |
| Octal | 243 | 0 | 71 | 0 | 144 | 101 | 44 | 523 | 144 | 40 |
| Binary | 10100011 | 0 | 111001 | 0 | 1100100 | 1000001 | 100100 | 101010011 | 1100100 | 100000 |
Color Harmonies of #A30039
Complementary color
Monochromatic Colors of #A30039
Black with #A30039
Text Example
Text Example
White with #A30039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30039; }
p { color: rgb(163,0,57); }
H1.HeaderClassName
{
color: #A30039;
}
.AnyTagClassName
{
color: #A30039;
}
</style>
background-color css
<style>
a { background-color: #A30039; }
a { background-color: rgb(163,0,57); }
div.DivClassName
{
background-color: #A30039;
}
.BgClassName
{
background-color: #A30039;
}
</style>
border-color css
<style>
span { border-color: #A30039; }
span { border-color: rgb(163,0,57); }
td.TdClassName
{
border-color: #A30039;
}
.TagClassName
{
border-color: #A30039;
}
</style>