Shades of Carmine #A40025
Tints of Carmine #A40025
RGB
CMYK
RGB Variations
Color information
#A40025 (or 0xA40025) is known color: Carmine. HEX triplet: A4, 00 and 25. RGB value is (164,0,37). Sum of RGB (Red+Green+Blue) = 164+0+37=201 (26% of max value = 765). Red value is 164 (64.45% from 255 or 81.59% from 201); Green value is 0 (0.39% from 255 or 0% from 201); Blue value is 37 (14.84% from 255 or 18.41% from 201); Max value from RGB is 164 - color contains mainly: red. Hex color #A40025 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40025 is #5BFFDA. Grayscale: #353535. Windows color (decimal): -6029275 or 2424996. OLE color: 2424996.
HSL color Cylindrical-coordinate representation of color #A40025: hue angle of 346.46º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A40025 is Cyan = 0, Magento = 1, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 0 | 37 | - |
| CMYK | 0 | 1 | 0.77 | 0.36 |
| HSL | 346.46º | 1% | 0.32% | - |
| HSV(B) | 346.46º | 1% | 0.64% | - |
| XYZ | 15.64 | 8.03 | 2.47 | - |
| YUV | 53.25 | 118.83 | 206.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 0 | 37 | 0 | 1 | 0.77 | 0.36 | 346.46 | 1 | 0.32 |
| Hex | A4 | 0 | 25 | 0 | 64 | 4D | 24 | 15A | 64 | 20 |
| Octal | 244 | 0 | 45 | 0 | 144 | 115 | 44 | 532 | 144 | 40 |
| Binary | 10100100 | 0 | 100101 | 0 | 1100100 | 1001101 | 100100 | 101011010 | 1100100 | 100000 |
Color Harmonies of #A40025
Complementary color
Monochromatic Colors of #A40025
Black with #A40025
Text Example
Text Example
White with #A40025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40025; }
p { color: rgb(164,0,37); }
H1.HeaderClassName
{
color: #A40025;
}
.AnyTagClassName
{
color: #A40025;
}
</style>
background-color css
<style>
a { background-color: #A40025; }
a { background-color: rgb(164,0,37); }
div.DivClassName
{
background-color: #A40025;
}
.BgClassName
{
background-color: #A40025;
}
</style>
border-color css
<style>
span { border-color: #A40025; }
span { border-color: rgb(164,0,37); }
td.TdClassName
{
border-color: #A40025;
}
.TagClassName
{
border-color: #A40025;
}
</style>