Shades of Carmine #A00630
Tints of Carmine #A00630
RGB
CMYK
RGB Variations
Color information
#A00630 (or 0xA00630) is known color: Carmine. HEX triplet: A0, 06 and 30. RGB value is (160,6,48). Sum of RGB (Red+Green+Blue) = 160+6+48=214 (28% of max value = 765). Red value is 160 (62.89% from 255 or 74.77% from 214); Green value is 6 (2.73% from 255 or 2.80% from 214); Blue value is 48 (19.14% from 255 or 22.43% from 214); Max value from RGB is 160 - color contains mainly: red. Hex color #A00630 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00630 is #5FF9CF. Grayscale: #383838. Windows color (decimal): -6289872 or 3147424. OLE color: 3147424.
HSL color Cylindrical-coordinate representation of color #A00630: hue angle of 343.64º degrees, saturation: 0.93, 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 #A00630 is Cyan = 0, Magento = 0.96, Yellow = 0.70 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 6 | 48 | - |
| CMYK | 0 | 0.96 | 0.70 | 0.37 |
| HSL | 343.64º | 0.93% | 0.33% | - |
| HSV(B) | 343.64º | 0.96% | 0.63% | - |
| XYZ | 15.1 | 7.82 | 3.51 | - |
| YUV | 56.83 | 123.02 | 201.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 6 | 48 | 0 | 0.96 | 0.70 | 0.37 | 343.64 | 0.93 | 0.33 |
| Hex | A0 | 6 | 30 | 0 | 60 | 46 | 25 | 158 | 5D | 21 |
| Octal | 240 | 6 | 60 | 0 | 140 | 106 | 45 | 530 | 135 | 41 |
| Binary | 10100000 | 110 | 110000 | 0 | 1100000 | 1000110 | 100101 | 101011000 | 1011101 | 100001 |
Color Harmonies of #A00630
Complementary color
Monochromatic Colors of #A00630
Black with #A00630
Text Example
Text Example
White with #A00630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00630; }
p { color: rgb(160,6,48); }
H1.HeaderClassName
{
color: #A00630;
}
.AnyTagClassName
{
color: #A00630;
}
</style>
background-color css
<style>
a { background-color: #A00630; }
a { background-color: rgb(160,6,48); }
div.DivClassName
{
background-color: #A00630;
}
.BgClassName
{
background-color: #A00630;
}
</style>
border-color css
<style>
span { border-color: #A00630; }
span { border-color: rgb(160,6,48); }
td.TdClassName
{
border-color: #A00630;
}
.TagClassName
{
border-color: #A00630;
}
</style>