Shades of Carmine #A41423
Tints of Carmine #A41423
RGB
CMYK
RGB Variations
Color information
#A41423 (or 0xA41423) is known color: Carmine. HEX triplet: A4, 14 and 23. RGB value is (164,20,35). Sum of RGB (Red+Green+Blue) = 164+20+35=219 (29% of max value = 765). Red value is 164 (64.45% from 255 or 74.89% from 219); Green value is 20 (8.20% from 255 or 9.13% from 219); Blue value is 35 (14.06% from 255 or 15.98% from 219); Max value from RGB is 164 - color contains mainly: red. Hex color #A41423 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A41423 is #5BEBDC. Grayscale: #404040. Windows color (decimal): -6024157 or 2299044. OLE color: 2299044.
HSL color Cylindrical-coordinate representation of color #A41423: hue angle of 353.75º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A41423 is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 20 | 35 | - |
| CMYK | 0 | 0.88 | 0.79 | 0.36 |
| HSL | 353.75º | 0.78% | 0.36% | - |
| HSV(B) | 353.75º | 0.88% | 0.64% | - |
| XYZ | 15.86 | 8.51 | 2.4 | - |
| YUV | 64.77 | 111.21 | 198.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 20 | 35 | 0 | 0.88 | 0.79 | 0.36 | 353.75 | 0.78 | 0.36 |
| Hex | A4 | 14 | 23 | 0 | 58 | 4F | 24 | 162 | 4E | 24 |
| Octal | 244 | 24 | 43 | 0 | 130 | 117 | 44 | 542 | 116 | 44 |
| Binary | 10100100 | 10100 | 100011 | 0 | 1011000 | 1001111 | 100100 | 101100010 | 1001110 | 100100 |
Color Harmonies of #A41423
Complementary color
Monochromatic Colors of #A41423
Black with #A41423
Text Example
Text Example
White with #A41423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41423; }
p { color: rgb(164,20,35); }
H1.HeaderClassName
{
color: #A41423;
}
.AnyTagClassName
{
color: #A41423;
}
</style>
background-color css
<style>
a { background-color: #A41423; }
a { background-color: rgb(164,20,35); }
div.DivClassName
{
background-color: #A41423;
}
.BgClassName
{
background-color: #A41423;
}
</style>
border-color css
<style>
span { border-color: #A41423; }
span { border-color: rgb(164,20,35); }
td.TdClassName
{
border-color: #A41423;
}
.TagClassName
{
border-color: #A41423;
}
</style>