Shades of Carmine #A30030
Tints of Carmine #A30030
RGB
CMYK
RGB Variations
Color information
#A30030 (or 0xA30030) is known color: Carmine. HEX triplet: A3, 00 and 30. RGB value is (163,0,48). Sum of RGB (Red+Green+Blue) = 163+0+48=211 (27% of max value = 765). Red value is 163 (64.06% from 255 or 77.25% from 211); Green value is 0 (0.39% from 255 or 0% from 211); Blue value is 48 (19.14% from 255 or 22.75% from 211); Max value from RGB is 163 - color contains mainly: red. Hex color #A30030 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30030 is #5CFFCF. Grayscale: #363636. Windows color (decimal): -6094800 or 3145891. OLE color: 3145891.
HSL color Cylindrical-coordinate representation of color #A30030: hue angle of 342.33º 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 #A30030 is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 0 | 48 | - |
| CMYK | 0 | 1 | 0.71 | 0.36 |
| HSL | 342.33º | 1% | 0.32% | - |
| HSV(B) | 342.33º | 1% | 0.64% | - |
| XYZ | 15.64 | 8 | 3.52 | - |
| YUV | 54.21 | 124.5 | 205.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 0 | 48 | 0 | 1 | 0.71 | 0.36 | 342.33 | 1 | 0.32 |
| Hex | A3 | 0 | 30 | 0 | 64 | 47 | 24 | 156 | 64 | 20 |
| Octal | 243 | 0 | 60 | 0 | 144 | 107 | 44 | 526 | 144 | 40 |
| Binary | 10100011 | 0 | 110000 | 0 | 1100100 | 1000111 | 100100 | 101010110 | 1100100 | 100000 |
Color Harmonies of #A30030
Complementary color
Monochromatic Colors of #A30030
Black with #A30030
Text Example
Text Example
White with #A30030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30030; }
p { color: rgb(163,0,48); }
H1.HeaderClassName
{
color: #A30030;
}
.AnyTagClassName
{
color: #A30030;
}
</style>
background-color css
<style>
a { background-color: #A30030; }
a { background-color: rgb(163,0,48); }
div.DivClassName
{
background-color: #A30030;
}
.BgClassName
{
background-color: #A30030;
}
</style>
border-color css
<style>
span { border-color: #A30030; }
span { border-color: rgb(163,0,48); }
td.TdClassName
{
border-color: #A30030;
}
.TagClassName
{
border-color: #A30030;
}
</style>