Shades of Carmine #A61423
Tints of Carmine #A61423
RGB
CMYK
RGB Variations
Color information
#A61423 (or 0xA61423) is known color: Carmine. HEX triplet: A6, 14 and 23. RGB value is (166,20,35). Sum of RGB (Red+Green+Blue) = 166+20+35=221 (29% of max value = 765). Red value is 166 (65.23% from 255 or 75.11% from 221); Green value is 20 (8.20% from 255 or 9.05% from 221); Blue value is 35 (14.06% from 255 or 15.84% from 221); Max value from RGB is 166 - color contains mainly: red. Hex color #A61423 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A61423 is #59EBDC. Grayscale: #414141. Windows color (decimal): -5893085 or 2299046. OLE color: 2299046.
HSL color Cylindrical-coordinate representation of color #A61423: hue angle of 353.84º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A61423 is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 20 | 35 | - |
| CMYK | 0 | 0.88 | 0.79 | 0.35 |
| HSL | 353.84º | 0.78% | 0.36% | - |
| HSV(B) | 353.84º | 0.88% | 0.65% | - |
| XYZ | 16.28 | 8.73 | 2.42 | - |
| YUV | 65.36 | 110.87 | 199.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 20 | 35 | 0 | 0.88 | 0.79 | 0.35 | 353.84 | 0.78 | 0.36 |
| Hex | A6 | 14 | 23 | 0 | 58 | 4F | 23 | 162 | 4E | 24 |
| Octal | 246 | 24 | 43 | 0 | 130 | 117 | 43 | 542 | 116 | 44 |
| Binary | 10100110 | 10100 | 100011 | 0 | 1011000 | 1001111 | 100011 | 101100010 | 1001110 | 100100 |
Color Harmonies of #A61423
Complementary color
Monochromatic Colors of #A61423
Black with #A61423
Text Example
Text Example
White with #A61423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61423; }
p { color: rgb(166,20,35); }
H1.HeaderClassName
{
color: #A61423;
}
.AnyTagClassName
{
color: #A61423;
}
</style>
background-color css
<style>
a { background-color: #A61423; }
a { background-color: rgb(166,20,35); }
div.DivClassName
{
background-color: #A61423;
}
.BgClassName
{
background-color: #A61423;
}
</style>
border-color css
<style>
span { border-color: #A61423; }
span { border-color: rgb(166,20,35); }
td.TdClassName
{
border-color: #A61423;
}
.TagClassName
{
border-color: #A61423;
}
</style>