Shades of Carmine #A00136
Tints of Carmine #A00136
RGB
CMYK
RGB Variations
Color information
#A00136 (or 0xA00136) is known color: Carmine. HEX triplet: A0, 01 and 36. RGB value is (160,1,54). Sum of RGB (Red+Green+Blue) = 160+1+54=215 (28% of max value = 765). Red value is 160 (62.89% from 255 or 74.42% from 215); Green value is 1 (0.78% from 255 or 0.47% from 215); Blue value is 54 (21.48% from 255 or 25.12% from 215); Max value from RGB is 160 - color contains mainly: red. Hex color #A00136 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00136 is #5FFEC9. Grayscale: #363636. Windows color (decimal): -6291146 or 3539360. OLE color: 3539360.
HSL color Cylindrical-coordinate representation of color #A00136: hue angle of 340º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A00136 is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 1 | 54 | - |
| CMYK | 0 | 0.99 | 0.66 | 0.37 |
| HSL | 340º | 0.99% | 0.32% | - |
| HSV(B) | 340º | 0.99% | 0.63% | - |
| XYZ | 15.17 | 7.76 | 4.19 | - |
| YUV | 54.58 | 127.68 | 203.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 1 | 54 | 0 | 0.99 | 0.66 | 0.37 | 340 | 0.99 | 0.32 |
| Hex | A0 | 1 | 36 | 0 | 63 | 42 | 25 | 154 | 63 | 20 |
| Octal | 240 | 1 | 66 | 0 | 143 | 102 | 45 | 524 | 143 | 40 |
| Binary | 10100000 | 1 | 110110 | 0 | 1100011 | 1000010 | 100101 | 101010100 | 1100011 | 100000 |
Color Harmonies of #A00136
Complementary color
Monochromatic Colors of #A00136
Black with #A00136
Text Example
Text Example
White with #A00136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00136; }
p { color: rgb(160,1,54); }
H1.HeaderClassName
{
color: #A00136;
}
.AnyTagClassName
{
color: #A00136;
}
</style>
background-color css
<style>
a { background-color: #A00136; }
a { background-color: rgb(160,1,54); }
div.DivClassName
{
background-color: #A00136;
}
.BgClassName
{
background-color: #A00136;
}
</style>
border-color css
<style>
span { border-color: #A00136; }
span { border-color: rgb(160,1,54); }
td.TdClassName
{
border-color: #A00136;
}
.TagClassName
{
border-color: #A00136;
}
</style>