Shades of Carmine #A40725
Tints of Carmine #A40725
RGB
CMYK
RGB Variations
Color information
#A40725 (or 0xA40725) is known color: Carmine. HEX triplet: A4, 07 and 25. RGB value is (164,7,37). Sum of RGB (Red+Green+Blue) = 164+7+37=208 (27% of max value = 765). Red value is 164 (64.45% from 255 or 78.85% from 208); Green value is 7 (3.12% from 255 or 3.37% from 208); Blue value is 37 (14.84% from 255 or 17.79% from 208); Max value from RGB is 164 - color contains mainly: red. Hex color #A40725 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40725 is #5BF8DA. Grayscale: #393939. Windows color (decimal): -6027483 or 2426788. OLE color: 2426788.
HSL color Cylindrical-coordinate representation of color #A40725: hue angle of 348.54º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A40725 is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 7 | 37 | - |
| CMYK | 0 | 0.96 | 0.77 | 0.36 |
| HSL | 348.54º | 0.92% | 0.34% | - |
| HSV(B) | 348.54º | 0.96% | 0.64% | - |
| XYZ | 15.72 | 8.18 | 2.5 | - |
| YUV | 57.36 | 116.51 | 204.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 7 | 37 | 0 | 0.96 | 0.77 | 0.36 | 348.54 | 0.92 | 0.34 |
| Hex | A4 | 7 | 25 | 0 | 60 | 4D | 24 | 15D | 5C | 22 |
| Octal | 244 | 7 | 45 | 0 | 140 | 115 | 44 | 535 | 134 | 42 |
| Binary | 10100100 | 111 | 100101 | 0 | 1100000 | 1001101 | 100100 | 101011101 | 1011100 | 100010 |
Color Harmonies of #A40725
Complementary color
Monochromatic Colors of #A40725
Black with #A40725
Text Example
Text Example
White with #A40725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40725; }
p { color: rgb(164,7,37); }
H1.HeaderClassName
{
color: #A40725;
}
.AnyTagClassName
{
color: #A40725;
}
</style>
background-color css
<style>
a { background-color: #A40725; }
a { background-color: rgb(164,7,37); }
div.DivClassName
{
background-color: #A40725;
}
.BgClassName
{
background-color: #A40725;
}
</style>
border-color css
<style>
span { border-color: #A40725; }
span { border-color: rgb(164,7,37); }
td.TdClassName
{
border-color: #A40725;
}
.TagClassName
{
border-color: #A40725;
}
</style>