Shades of Carmine #A60438
Tints of Carmine #A60438
RGB
CMYK
RGB Variations
Color information
#A60438 (or 0xA60438) is known color: Carmine. HEX triplet: A6, 04 and 38. RGB value is (166,4,56). Sum of RGB (Red+Green+Blue) = 166+4+56=226 (29% of max value = 765). Red value is 166 (65.23% from 255 or 73.45% from 226); Green value is 4 (1.95% from 255 or 1.77% from 226); Blue value is 56 (22.27% from 255 or 24.78% from 226); Max value from RGB is 166 - color contains mainly: red. Hex color #A60438 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60438 is #59FBC7. Grayscale: #3A3A3A. Windows color (decimal): -5897160 or 3671206. OLE color: 3671206.
HSL color Cylindrical-coordinate representation of color #A60438: hue angle of 340.74º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A60438 is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 4 | 56 | - |
| CMYK | 0 | 0.98 | 0.66 | 0.35 |
| HSL | 340.74º | 0.95% | 0.33% | - |
| HSV(B) | 340.74º | 0.98% | 0.65% | - |
| XYZ | 16.48 | 8.48 | 4.51 | - |
| YUV | 58.37 | 126.67 | 204.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 4 | 56 | 0 | 0.98 | 0.66 | 0.35 | 340.74 | 0.95 | 0.33 |
| Hex | A6 | 4 | 38 | 0 | 62 | 42 | 23 | 155 | 5F | 21 |
| Octal | 246 | 4 | 70 | 0 | 142 | 102 | 43 | 525 | 137 | 41 |
| Binary | 10100110 | 100 | 111000 | 0 | 1100010 | 1000010 | 100011 | 101010101 | 1011111 | 100001 |
Color Harmonies of #A60438
Complementary color
Monochromatic Colors of #A60438
Black with #A60438
Text Example
Text Example
White with #A60438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60438; }
p { color: rgb(166,4,56); }
H1.HeaderClassName
{
color: #A60438;
}
.AnyTagClassName
{
color: #A60438;
}
</style>
background-color css
<style>
a { background-color: #A60438; }
a { background-color: rgb(166,4,56); }
div.DivClassName
{
background-color: #A60438;
}
.BgClassName
{
background-color: #A60438;
}
</style>
border-color css
<style>
span { border-color: #A60438; }
span { border-color: rgb(166,4,56); }
td.TdClassName
{
border-color: #A60438;
}
.TagClassName
{
border-color: #A60438;
}
</style>