Shades of Carmine #A4071E
Tints of Carmine #A4071E
RGB
CMYK
RGB Variations
Color information
#A4071E (or 0xA4071E) is known color: Carmine. HEX triplet: A4, 07 and 1E. RGB value is (164,7,30). Sum of RGB (Red+Green+Blue) = 164+7+30=201 (26% of max value = 765). Red value is 164 (64.45% from 255 or 81.59% from 201); Green value is 7 (3.12% from 255 or 3.48% from 201); Blue value is 30 (12.11% from 255 or 14.93% from 201); Max value from RGB is 164 - color contains mainly: red. Hex color #A4071E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4071E is #5BF8E1. Grayscale: #383838. Windows color (decimal): -6027490 or 1968036. OLE color: 1968036.
HSL color Cylindrical-coordinate representation of color #A4071E: hue angle of 351.21º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A4071E is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 7 | 30 | - |
| CMYK | 0 | 0.96 | 0.82 | 0.36 |
| HSL | 351.21º | 0.92% | 0.34% | - |
| HSV(B) | 351.21º | 0.96% | 0.64% | - |
| XYZ | 15.62 | 8.14 | 1.98 | - |
| YUV | 56.57 | 113.01 | 204.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 7 | 30 | 0 | 0.96 | 0.82 | 0.36 | 351.21 | 0.92 | 0.34 |
| Hex | A4 | 7 | 1E | 0 | 60 | 52 | 24 | 15F | 5C | 22 |
| Octal | 244 | 7 | 36 | 0 | 140 | 122 | 44 | 537 | 134 | 42 |
| Binary | 10100100 | 111 | 11110 | 0 | 1100000 | 1010010 | 100100 | 101011111 | 1011100 | 100010 |
Color Harmonies of #A4071E
Complementary color
Monochromatic Colors of #A4071E
Black with #A4071E
Text Example
Text Example
White with #A4071E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4071E; }
p { color: rgb(164,7,30); }
H1.HeaderClassName
{
color: #A4071E;
}
.AnyTagClassName
{
color: #A4071E;
}
</style>
background-color css
<style>
a { background-color: #A4071E; }
a { background-color: rgb(164,7,30); }
div.DivClassName
{
background-color: #A4071E;
}
.BgClassName
{
background-color: #A4071E;
}
</style>
border-color css
<style>
span { border-color: #A4071E; }
span { border-color: rgb(164,7,30); }
td.TdClassName
{
border-color: #A4071E;
}
.TagClassName
{
border-color: #A4071E;
}
</style>