Shades of Carmine #A00623
Tints of Carmine #A00623
RGB
CMYK
RGB Variations
Color information
#A00623 (or 0xA00623) is known color: Carmine. HEX triplet: A0, 06 and 23. RGB value is (160,6,35). Sum of RGB (Red+Green+Blue) = 160+6+35=201 (26% of max value = 765). Red value is 160 (62.89% from 255 or 79.60% from 201); Green value is 6 (2.73% from 255 or 2.99% from 201); Blue value is 35 (14.06% from 255 or 17.41% from 201); Max value from RGB is 160 - color contains mainly: red. Hex color #A00623 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00623 is #5FF9DC. Grayscale: #373737. Windows color (decimal): -6289885 or 2295456. OLE color: 2295456.
HSL color Cylindrical-coordinate representation of color #A00623: hue angle of 348.7º 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 #A00623 is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 6 | 35 | - |
| CMYK | 0 | 0.96 | 0.78 | 0.37 |
| HSL | 348.7º | 0.93% | 0.33% | - |
| HSV(B) | 348.7º | 0.96% | 0.63% | - |
| XYZ | 14.87 | 7.73 | 2.3 | - |
| YUV | 55.35 | 116.52 | 202.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 6 | 35 | 0 | 0.96 | 0.78 | 0.37 | 348.7 | 0.93 | 0.33 |
| Hex | A0 | 6 | 23 | 0 | 60 | 4E | 25 | 15D | 5D | 21 |
| Octal | 240 | 6 | 43 | 0 | 140 | 116 | 45 | 535 | 135 | 41 |
| Binary | 10100000 | 110 | 100011 | 0 | 1100000 | 1001110 | 100101 | 101011101 | 1011101 | 100001 |
Color Harmonies of #A00623
Complementary color
Monochromatic Colors of #A00623
Black with #A00623
Text Example
Text Example
White with #A00623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00623; }
p { color: rgb(160,6,35); }
H1.HeaderClassName
{
color: #A00623;
}
.AnyTagClassName
{
color: #A00623;
}
</style>
background-color css
<style>
a { background-color: #A00623; }
a { background-color: rgb(160,6,35); }
div.DivClassName
{
background-color: #A00623;
}
.BgClassName
{
background-color: #A00623;
}
</style>
border-color css
<style>
span { border-color: #A00623; }
span { border-color: rgb(160,6,35); }
td.TdClassName
{
border-color: #A00623;
}
.TagClassName
{
border-color: #A00623;
}
</style>