Shades of Carmine #A40239
Tints of Carmine #A40239
RGB
CMYK
RGB Variations
Color information
#A40239 (or 0xA40239) is known color: Carmine. HEX triplet: A4, 02 and 39. RGB value is (164,2,57). Sum of RGB (Red+Green+Blue) = 164+2+57=223 (29% of max value = 765). Red value is 164 (64.45% from 255 or 73.54% from 223); Green value is 2 (1.17% from 255 or 0.90% from 223); Blue value is 57 (22.66% from 255 or 25.56% from 223); Max value from RGB is 164 - color contains mainly: red. Hex color #A40239 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40239 is #5BFDC6. Grayscale: #383838. Windows color (decimal): -6028743 or 3736228. OLE color: 3736228.
HSL color Cylindrical-coordinate representation of color #A40239: hue angle of 339.63º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A40239 is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 2 | 57 | - |
| CMYK | 0 | 0.99 | 0.65 | 0.36 |
| HSL | 339.63º | 0.98% | 0.33% | - |
| HSV(B) | 339.63º | 0.99% | 0.64% | - |
| XYZ | 16.07 | 8.23 | 4.61 | - |
| YUV | 56.71 | 128.17 | 204.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 2 | 57 | 0 | 0.99 | 0.65 | 0.36 | 339.63 | 0.98 | 0.33 |
| Hex | A4 | 2 | 39 | 0 | 63 | 41 | 24 | 154 | 62 | 21 |
| Octal | 244 | 2 | 71 | 0 | 143 | 101 | 44 | 524 | 142 | 41 |
| Binary | 10100100 | 10 | 111001 | 0 | 1100011 | 1000001 | 100100 | 101010100 | 1100010 | 100001 |
Color Harmonies of #A40239
Complementary color
Monochromatic Colors of #A40239
Black with #A40239
Text Example
Text Example
White with #A40239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40239; }
p { color: rgb(164,2,57); }
H1.HeaderClassName
{
color: #A40239;
}
.AnyTagClassName
{
color: #A40239;
}
</style>
background-color css
<style>
a { background-color: #A40239; }
a { background-color: rgb(164,2,57); }
div.DivClassName
{
background-color: #A40239;
}
.BgClassName
{
background-color: #A40239;
}
</style>
border-color css
<style>
span { border-color: #A40239; }
span { border-color: rgb(164,2,57); }
td.TdClassName
{
border-color: #A40239;
}
.TagClassName
{
border-color: #A40239;
}
</style>