Shades of Carmine #A40130
Tints of Carmine #A40130
RGB
CMYK
RGB Variations
Color information
#A40130 (or 0xA40130) is known color: Carmine. HEX triplet: A4, 01 and 30. RGB value is (164,1,48). Sum of RGB (Red+Green+Blue) = 164+1+48=213 (28% of max value = 765). Red value is 164 (64.45% from 255 or 77.00% from 213); Green value is 1 (0.78% from 255 or 0.47% from 213); Blue value is 48 (19.14% from 255 or 22.54% from 213); Max value from RGB is 164 - color contains mainly: red. Hex color #A40130 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40130 is #5BFECF. Grayscale: #373737. Windows color (decimal): -6029008 or 3146148. OLE color: 3146148.
HSL color Cylindrical-coordinate representation of color #A40130: hue angle of 342.7º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A40130 is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 1 | 48 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.36 |
| HSL | 342.7º | 0.99% | 0.32% | - |
| HSV(B) | 342.7º | 0.99% | 0.64% | - |
| XYZ | 15.85 | 8.13 | 3.53 | - |
| YUV | 55.1 | 124 | 205.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 1 | 48 | 0 | 0.99 | 0.71 | 0.36 | 342.7 | 0.99 | 0.32 |
| Hex | A4 | 1 | 30 | 0 | 63 | 47 | 24 | 157 | 63 | 20 |
| Octal | 244 | 1 | 60 | 0 | 143 | 107 | 44 | 527 | 143 | 40 |
| Binary | 10100100 | 1 | 110000 | 0 | 1100011 | 1000111 | 100100 | 101010111 | 1100011 | 100000 |
Color Harmonies of #A40130
Complementary color
Monochromatic Colors of #A40130
Black with #A40130
Text Example
Text Example
White with #A40130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40130; }
p { color: rgb(164,1,48); }
H1.HeaderClassName
{
color: #A40130;
}
.AnyTagClassName
{
color: #A40130;
}
</style>
background-color css
<style>
a { background-color: #A40130; }
a { background-color: rgb(164,1,48); }
div.DivClassName
{
background-color: #A40130;
}
.BgClassName
{
background-color: #A40130;
}
</style>
border-color css
<style>
span { border-color: #A40130; }
span { border-color: rgb(164,1,48); }
td.TdClassName
{
border-color: #A40130;
}
.TagClassName
{
border-color: #A40130;
}
</style>