Shades of Carmine #A50025
Tints of Carmine #A50025
RGB
CMYK
RGB Variations
Color information
#A50025 (or 0xA50025) is known color: Carmine. HEX triplet: A5, 00 and 25. RGB value is (165,0,37). Sum of RGB (Red+Green+Blue) = 165+0+37=202 (26% of max value = 765). Red value is 165 (64.84% from 255 or 81.68% from 202); Green value is 0 (0.39% from 255 or 0% from 202); Blue value is 37 (14.84% from 255 or 18.32% from 202); Max value from RGB is 165 - color contains mainly: red. Hex color #A50025 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50025 is #5AFFDA. Grayscale: #353535. Windows color (decimal): -5963739 or 2424997. OLE color: 2424997.
HSL color Cylindrical-coordinate representation of color #A50025: hue angle of 346.55º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A50025 is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 0 | 37 | - |
| CMYK | 0 | 1 | 0.78 | 0.35 |
| HSL | 346.55º | 1% | 0.32% | - |
| HSV(B) | 346.55º | 1% | 0.65% | - |
| XYZ | 15.85 | 8.13 | 2.48 | - |
| YUV | 53.55 | 118.66 | 207.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 0 | 37 | 0 | 1 | 0.78 | 0.35 | 346.55 | 1 | 0.32 |
| Hex | A5 | 0 | 25 | 0 | 64 | 4E | 23 | 15B | 64 | 20 |
| Octal | 245 | 0 | 45 | 0 | 144 | 116 | 43 | 533 | 144 | 40 |
| Binary | 10100101 | 0 | 100101 | 0 | 1100100 | 1001110 | 100011 | 101011011 | 1100100 | 100000 |
Color Harmonies of #A50025
Complementary color
Monochromatic Colors of #A50025
Black with #A50025
Text Example
Text Example
White with #A50025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50025; }
p { color: rgb(165,0,37); }
H1.HeaderClassName
{
color: #A50025;
}
.AnyTagClassName
{
color: #A50025;
}
</style>
background-color css
<style>
a { background-color: #A50025; }
a { background-color: rgb(165,0,37); }
div.DivClassName
{
background-color: #A50025;
}
.BgClassName
{
background-color: #A50025;
}
</style>
border-color css
<style>
span { border-color: #A50025; }
span { border-color: rgb(165,0,37); }
td.TdClassName
{
border-color: #A50025;
}
.TagClassName
{
border-color: #A50025;
}
</style>