Shades of Carmine #A60433
Tints of Carmine #A60433
RGB
CMYK
RGB Variations
Color information
#A60433 (or 0xA60433) is known color: Carmine. HEX triplet: A6, 04 and 33. RGB value is (166,4,51). Sum of RGB (Red+Green+Blue) = 166+4+51=221 (29% of max value = 765). Red value is 166 (65.23% from 255 or 75.11% from 221); Green value is 4 (1.95% from 255 or 1.81% from 221); Blue value is 51 (20.31% from 255 or 23.08% from 221); Max value from RGB is 166 - color contains mainly: red. Hex color #A60433 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60433 is #59FBCC. Grayscale: #393939. Windows color (decimal): -5897165 or 3343526. OLE color: 3343526.
HSL color Cylindrical-coordinate representation of color #A60433: hue angle of 342.59º 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 #A60433 is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 4 | 51 | - |
| CMYK | 0 | 0.98 | 0.69 | 0.35 |
| HSL | 342.59º | 0.95% | 0.33% | - |
| HSV(B) | 342.59º | 0.98% | 0.65% | - |
| XYZ | 16.37 | 8.43 | 3.9 | - |
| YUV | 57.8 | 124.17 | 205.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 4 | 51 | 0 | 0.98 | 0.69 | 0.35 | 342.59 | 0.95 | 0.33 |
| Hex | A6 | 4 | 33 | 0 | 62 | 45 | 23 | 157 | 5F | 21 |
| Octal | 246 | 4 | 63 | 0 | 142 | 105 | 43 | 527 | 137 | 41 |
| Binary | 10100110 | 100 | 110011 | 0 | 1100010 | 1000101 | 100011 | 101010111 | 1011111 | 100001 |
Color Harmonies of #A60433
Complementary color
Monochromatic Colors of #A60433
Black with #A60433
Text Example
Text Example
White with #A60433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60433; }
p { color: rgb(166,4,51); }
H1.HeaderClassName
{
color: #A60433;
}
.AnyTagClassName
{
color: #A60433;
}
</style>
background-color css
<style>
a { background-color: #A60433; }
a { background-color: rgb(166,4,51); }
div.DivClassName
{
background-color: #A60433;
}
.BgClassName
{
background-color: #A60433;
}
</style>
border-color css
<style>
span { border-color: #A60433; }
span { border-color: rgb(166,4,51); }
td.TdClassName
{
border-color: #A60433;
}
.TagClassName
{
border-color: #A60433;
}
</style>