Shades of Carmine #A40934
Tints of Carmine #A40934
RGB
CMYK
RGB Variations
Color information
#A40934 (or 0xA40934) is known color: Carmine. HEX triplet: A4, 09 and 34. RGB value is (164,9,52). Sum of RGB (Red+Green+Blue) = 164+9+52=225 (29% of max value = 765). Red value is 164 (64.45% from 255 or 72.89% from 225); Green value is 9 (3.91% from 255 or 4% from 225); Blue value is 52 (20.70% from 255 or 23.11% from 225); Max value from RGB is 164 - color contains mainly: red. Hex color #A40934 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40934 is #5BF6CB. Grayscale: #3C3C3C. Windows color (decimal): -6026956 or 3410340. OLE color: 3410340.
HSL color Cylindrical-coordinate representation of color #A40934: hue angle of 343.35º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A40934 is Cyan = 0, Magento = 0.95, Yellow = 0.68 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 9 | 52 | - |
| CMYK | 0 | 0.95 | 0.68 | 0.36 |
| HSL | 343.35º | 0.9% | 0.34% | - |
| HSV(B) | 343.35º | 0.95% | 0.64% | - |
| XYZ | 16.03 | 8.34 | 4.01 | - |
| YUV | 60.25 | 123.35 | 202 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 9 | 52 | 0 | 0.95 | 0.68 | 0.36 | 343.35 | 0.9 | 0.34 |
| Hex | A4 | 9 | 34 | 0 | 5F | 44 | 24 | 157 | 5A | 22 |
| Octal | 244 | 11 | 64 | 0 | 137 | 104 | 44 | 527 | 132 | 42 |
| Binary | 10100100 | 1001 | 110100 | 0 | 1011111 | 1000100 | 100100 | 101010111 | 1011010 | 100010 |
Color Harmonies of #A40934
Complementary color
Monochromatic Colors of #A40934
Black with #A40934
Text Example
Text Example
White with #A40934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40934; }
p { color: rgb(164,9,52); }
H1.HeaderClassName
{
color: #A40934;
}
.AnyTagClassName
{
color: #A40934;
}
</style>
background-color css
<style>
a { background-color: #A40934; }
a { background-color: rgb(164,9,52); }
div.DivClassName
{
background-color: #A40934;
}
.BgClassName
{
background-color: #A40934;
}
</style>
border-color css
<style>
span { border-color: #A40934; }
span { border-color: rgb(164,9,52); }
td.TdClassName
{
border-color: #A40934;
}
.TagClassName
{
border-color: #A40934;
}
</style>