Shades of Carmine #A00730
Tints of Carmine #A00730
RGB
CMYK
RGB Variations
Color information
#A00730 (or 0xA00730) is known color: Carmine. HEX triplet: A0, 07 and 30. RGB value is (160,7,48). Sum of RGB (Red+Green+Blue) = 160+7+48=215 (28% of max value = 765). Red value is 160 (62.89% from 255 or 74.42% from 215); Green value is 7 (3.12% from 255 or 3.26% from 215); Blue value is 48 (19.14% from 255 or 22.33% from 215); Max value from RGB is 160 - color contains mainly: red. Hex color #A00730 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00730 is #5FF8CF. Grayscale: #393939. Windows color (decimal): -6289616 or 3147680. OLE color: 3147680.
HSL color Cylindrical-coordinate representation of color #A00730: hue angle of 343.92º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A00730 is Cyan = 0, Magento = 0.96, Yellow = 0.70 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 7 | 48 | - |
| CMYK | 0 | 0.96 | 0.70 | 0.37 |
| HSL | 343.92º | 0.92% | 0.33% | - |
| HSV(B) | 343.92º | 0.96% | 0.63% | - |
| XYZ | 15.11 | 7.84 | 3.51 | - |
| YUV | 57.42 | 122.69 | 201.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 7 | 48 | 0 | 0.96 | 0.70 | 0.37 | 343.92 | 0.92 | 0.33 |
| Hex | A0 | 7 | 30 | 0 | 60 | 46 | 25 | 158 | 5C | 21 |
| Octal | 240 | 7 | 60 | 0 | 140 | 106 | 45 | 530 | 134 | 41 |
| Binary | 10100000 | 111 | 110000 | 0 | 1100000 | 1000110 | 100101 | 101011000 | 1011100 | 100001 |
Color Harmonies of #A00730
Complementary color
Monochromatic Colors of #A00730
Black with #A00730
Text Example
Text Example
White with #A00730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00730; }
p { color: rgb(160,7,48); }
H1.HeaderClassName
{
color: #A00730;
}
.AnyTagClassName
{
color: #A00730;
}
</style>
background-color css
<style>
a { background-color: #A00730; }
a { background-color: rgb(160,7,48); }
div.DivClassName
{
background-color: #A00730;
}
.BgClassName
{
background-color: #A00730;
}
</style>
border-color css
<style>
span { border-color: #A00730; }
span { border-color: rgb(160,7,48); }
td.TdClassName
{
border-color: #A00730;
}
.TagClassName
{
border-color: #A00730;
}
</style>