Shades of Carmine #A1072A
Tints of Carmine #A1072A
RGB
CMYK
RGB Variations
Color information
#A1072A (or 0xA1072A) is known color: Carmine. HEX triplet: A1, 07 and 2A. RGB value is (161,7,42). Sum of RGB (Red+Green+Blue) = 161+7+42=210 (27% of max value = 765). Red value is 161 (63.28% from 255 or 76.67% from 210); Green value is 7 (3.12% from 255 or 3.33% from 210); Blue value is 42 (16.80% from 255 or 20% from 210); Max value from RGB is 161 - color contains mainly: red. Hex color #A1072A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1072A is #5EF8D5. Grayscale: #393939. Windows color (decimal): -6224086 or 2754465. OLE color: 2754465.
HSL color Cylindrical-coordinate representation of color #A1072A: hue angle of 346.36º degrees, saturation: 0.92, 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 #A1072A is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 7 | 42 | - |
| CMYK | 0 | 0.96 | 0.74 | 0.37 |
| HSL | 346.36º | 0.92% | 0.33% | - |
| HSV(B) | 346.36º | 0.96% | 0.63% | - |
| XYZ | 15.19 | 7.9 | 2.91 | - |
| YUV | 57.04 | 119.52 | 202.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 7 | 42 | 0 | 0.96 | 0.74 | 0.37 | 346.36 | 0.92 | 0.33 |
| Hex | A1 | 7 | 2A | 0 | 60 | 4A | 25 | 15A | 5C | 21 |
| Octal | 241 | 7 | 52 | 0 | 140 | 112 | 45 | 532 | 134 | 41 |
| Binary | 10100001 | 111 | 101010 | 0 | 1100000 | 1001010 | 100101 | 101011010 | 1011100 | 100001 |
Color Harmonies of #A1072A
Complementary color
Monochromatic Colors of #A1072A
Black with #A1072A
Text Example
Text Example
White with #A1072A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1072A; }
p { color: rgb(161,7,42); }
H1.HeaderClassName
{
color: #A1072A;
}
.AnyTagClassName
{
color: #A1072A;
}
</style>
background-color css
<style>
a { background-color: #A1072A; }
a { background-color: rgb(161,7,42); }
div.DivClassName
{
background-color: #A1072A;
}
.BgClassName
{
background-color: #A1072A;
}
</style>
border-color css
<style>
span { border-color: #A1072A; }
span { border-color: rgb(161,7,42); }
td.TdClassName
{
border-color: #A1072A;
}
.TagClassName
{
border-color: #A1072A;
}
</style>