Shades of Carmine #A00436
Tints of Carmine #A00436
RGB
CMYK
RGB Variations
Color information
#A00436 (or 0xA00436) is known color: Carmine. HEX triplet: A0, 04 and 36. RGB value is (160,4,54). Sum of RGB (Red+Green+Blue) = 160+4+54=218 (28% of max value = 765). Red value is 160 (62.89% from 255 or 73.39% from 218); Green value is 4 (1.95% from 255 or 1.83% from 218); Blue value is 54 (21.48% from 255 or 24.77% from 218); Max value from RGB is 160 - color contains mainly: red. Hex color #A00436 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00436 is #5FFBC9. Grayscale: #383838. Windows color (decimal): -6290378 or 3540128. OLE color: 3540128.
HSL color Cylindrical-coordinate representation of color #A00436: hue angle of 340.77º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A00436 is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 4 | 54 | - |
| CMYK | 0 | 0.98 | 0.66 | 0.37 |
| HSL | 340.77º | 0.95% | 0.32% | - |
| HSV(B) | 340.77º | 0.98% | 0.63% | - |
| XYZ | 15.21 | 7.83 | 4.2 | - |
| YUV | 56.34 | 126.68 | 201.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 4 | 54 | 0 | 0.98 | 0.66 | 0.37 | 340.77 | 0.95 | 0.32 |
| Hex | A0 | 4 | 36 | 0 | 62 | 42 | 25 | 155 | 5F | 20 |
| Octal | 240 | 4 | 66 | 0 | 142 | 102 | 45 | 525 | 137 | 40 |
| Binary | 10100000 | 100 | 110110 | 0 | 1100010 | 1000010 | 100101 | 101010101 | 1011111 | 100000 |
Color Harmonies of #A00436
Complementary color
Monochromatic Colors of #A00436
Black with #A00436
Text Example
Text Example
White with #A00436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00436; }
p { color: rgb(160,4,54); }
H1.HeaderClassName
{
color: #A00436;
}
.AnyTagClassName
{
color: #A00436;
}
</style>
background-color css
<style>
a { background-color: #A00436; }
a { background-color: rgb(160,4,54); }
div.DivClassName
{
background-color: #A00436;
}
.BgClassName
{
background-color: #A00436;
}
</style>
border-color css
<style>
span { border-color: #A00436; }
span { border-color: rgb(160,4,54); }
td.TdClassName
{
border-color: #A00436;
}
.TagClassName
{
border-color: #A00436;
}
</style>