Shades of Carmine #A40825
Tints of Carmine #A40825
RGB
CMYK
RGB Variations
Color information
#A40825 (or 0xA40825) is known color: Carmine. HEX triplet: A4, 08 and 25. RGB value is (164,8,37). Sum of RGB (Red+Green+Blue) = 164+8+37=209 (27% of max value = 765). Red value is 164 (64.45% from 255 or 78.47% from 209); Green value is 8 (3.52% from 255 or 3.83% from 209); Blue value is 37 (14.84% from 255 or 17.70% from 209); Max value from RGB is 164 - color contains mainly: red. Hex color #A40825 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40825 is #5BF7DA. Grayscale: #393939. Windows color (decimal): -6027227 or 2427044. OLE color: 2427044.
HSL color Cylindrical-coordinate representation of color #A40825: hue angle of 348.85º degrees, saturation: 0.91, 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 #A40825 is Cyan = 0, Magento = 0.95, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 8 | 37 | - |
| CMYK | 0 | 0.95 | 0.77 | 0.36 |
| HSL | 348.85º | 0.91% | 0.34% | - |
| HSV(B) | 348.85º | 0.95% | 0.64% | - |
| XYZ | 15.73 | 8.2 | 2.5 | - |
| YUV | 57.95 | 116.18 | 203.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 8 | 37 | 0 | 0.95 | 0.77 | 0.36 | 348.85 | 0.91 | 0.34 |
| Hex | A4 | 8 | 25 | 0 | 5F | 4D | 24 | 15D | 5B | 22 |
| Octal | 244 | 10 | 45 | 0 | 137 | 115 | 44 | 535 | 133 | 42 |
| Binary | 10100100 | 1000 | 100101 | 0 | 1011111 | 1001101 | 100100 | 101011101 | 1011011 | 100010 |
Color Harmonies of #A40825
Complementary color
Monochromatic Colors of #A40825
Black with #A40825
Text Example
Text Example
White with #A40825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40825; }
p { color: rgb(164,8,37); }
H1.HeaderClassName
{
color: #A40825;
}
.AnyTagClassName
{
color: #A40825;
}
</style>
background-color css
<style>
a { background-color: #A40825; }
a { background-color: rgb(164,8,37); }
div.DivClassName
{
background-color: #A40825;
}
.BgClassName
{
background-color: #A40825;
}
</style>
border-color css
<style>
span { border-color: #A40825; }
span { border-color: rgb(164,8,37); }
td.TdClassName
{
border-color: #A40825;
}
.TagClassName
{
border-color: #A40825;
}
</style>