Shades of Carmine #A4082A
Tints of Carmine #A4082A
RGB
CMYK
RGB Variations
Color information
#A4082A (or 0xA4082A) is known color: Carmine. HEX triplet: A4, 08 and 2A. RGB value is (164,8,42). Sum of RGB (Red+Green+Blue) = 164+8+42=214 (28% of max value = 765). Red value is 164 (64.45% from 255 or 76.64% from 214); Green value is 8 (3.52% from 255 or 3.74% from 214); Blue value is 42 (16.80% from 255 or 19.63% from 214); Max value from RGB is 164 - color contains mainly: red. Hex color #A4082A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4082A is #5BF7D5. Grayscale: #3A3A3A. Windows color (decimal): -6027222 or 2754724. OLE color: 2754724.
HSL color Cylindrical-coordinate representation of color #A4082A: hue angle of 346.92º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A4082A is Cyan = 0, Magento = 0.95, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 8 | 42 | - |
| CMYK | 0 | 0.95 | 0.74 | 0.36 |
| HSL | 346.92º | 0.91% | 0.34% | - |
| HSV(B) | 346.92º | 0.95% | 0.64% | - |
| XYZ | 15.81 | 8.23 | 2.95 | - |
| YUV | 58.52 | 118.68 | 203.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 8 | 42 | 0 | 0.95 | 0.74 | 0.36 | 346.92 | 0.91 | 0.34 |
| Hex | A4 | 8 | 2A | 0 | 5F | 4A | 24 | 15B | 5B | 22 |
| Octal | 244 | 10 | 52 | 0 | 137 | 112 | 44 | 533 | 133 | 42 |
| Binary | 10100100 | 1000 | 101010 | 0 | 1011111 | 1001010 | 100100 | 101011011 | 1011011 | 100010 |
Color Harmonies of #A4082A
Complementary color
Monochromatic Colors of #A4082A
Black with #A4082A
Text Example
Text Example
White with #A4082A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4082A; }
p { color: rgb(164,8,42); }
H1.HeaderClassName
{
color: #A4082A;
}
.AnyTagClassName
{
color: #A4082A;
}
</style>
background-color css
<style>
a { background-color: #A4082A; }
a { background-color: rgb(164,8,42); }
div.DivClassName
{
background-color: #A4082A;
}
.BgClassName
{
background-color: #A4082A;
}
</style>
border-color css
<style>
span { border-color: #A4082A; }
span { border-color: rgb(164,8,42); }
td.TdClassName
{
border-color: #A4082A;
}
.TagClassName
{
border-color: #A4082A;
}
</style>