Shades of Carmine #A40614
Tints of Carmine #A40614
RGB
CMYK
RGB Variations
Color information
#A40614 (or 0xA40614) is known color: Carmine. HEX triplet: A4, 06 and 14. RGB value is (164,6,20). Sum of RGB (Red+Green+Blue) = 164+6+20=190 (25% of max value = 765). Red value is 164 (64.45% from 255 or 86.32% from 190); Green value is 6 (2.73% from 255 or 3.16% from 190); Blue value is 20 (8.20% from 255 or 10.53% from 190); Max value from RGB is 164 - color contains mainly: red. Hex color #A40614 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A40614 is #5BF9EB. Grayscale: #363636. Windows color (decimal): -6027756 or 1312420. OLE color: 1312420.
HSL color Cylindrical-coordinate representation of color #A40614: hue angle of 354.68º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A40614 is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 6 | 20 | - |
| CMYK | 0 | 0.96 | 0.88 | 0.36 |
| HSL | 354.68º | 0.93% | 0.33% | - |
| HSV(B) | 354.68º | 0.96% | 0.64% | - |
| XYZ | 15.5 | 8.07 | 1.4 | - |
| YUV | 54.84 | 108.35 | 205.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 6 | 20 | 0 | 0.96 | 0.88 | 0.36 | 354.68 | 0.93 | 0.33 |
| Hex | A4 | 6 | 14 | 0 | 60 | 58 | 24 | 163 | 5D | 21 |
| Octal | 244 | 6 | 24 | 0 | 140 | 130 | 44 | 543 | 135 | 41 |
| Binary | 10100100 | 110 | 10100 | 0 | 1100000 | 1011000 | 100100 | 101100011 | 1011101 | 100001 |
Color Harmonies of #A40614
Complementary color
Monochromatic Colors of #A40614
Black with #A40614
Text Example
Text Example
White with #A40614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40614; }
p { color: rgb(164,6,20); }
H1.HeaderClassName
{
color: #A40614;
}
.AnyTagClassName
{
color: #A40614;
}
</style>
background-color css
<style>
a { background-color: #A40614; }
a { background-color: rgb(164,6,20); }
div.DivClassName
{
background-color: #A40614;
}
.BgClassName
{
background-color: #A40614;
}
</style>
border-color css
<style>
span { border-color: #A40614; }
span { border-color: rgb(164,6,20); }
td.TdClassName
{
border-color: #A40614;
}
.TagClassName
{
border-color: #A40614;
}
</style>