Shades of Carmine #A70025
Tints of Carmine #A70025
RGB
CMYK
RGB Variations
Color information
#A70025 (or 0xA70025) is known color: Carmine. HEX triplet: A7, 00 and 25. RGB value is (167,0,37). Sum of RGB (Red+Green+Blue) = 167+0+37=204 (27% of max value = 765). Red value is 167 (65.62% from 255 or 81.86% from 204); Green value is 0 (0.39% from 255 or 0% from 204); Blue value is 37 (14.84% from 255 or 18.14% from 204); Max value from RGB is 167 - color contains mainly: red. Hex color #A70025 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A70025 is #58FFDA. Grayscale: #363636. Windows color (decimal): -5832667 or 2424999. OLE color: 2424999.
HSL color Cylindrical-coordinate representation of color #A70025: hue angle of 346.71º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A70025 is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 0 | 37 | - |
| CMYK | 0 | 1 | 0.78 | 0.35 |
| HSL | 346.71º | 1% | 0.33% | - |
| HSV(B) | 346.71º | 1% | 0.65% | - |
| XYZ | 16.27 | 8.35 | 2.5 | - |
| YUV | 54.15 | 118.33 | 208.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 0 | 37 | 0 | 1 | 0.78 | 0.35 | 346.71 | 1 | 0.33 |
| Hex | A7 | 0 | 25 | 0 | 64 | 4E | 23 | 15B | 64 | 21 |
| Octal | 247 | 0 | 45 | 0 | 144 | 116 | 43 | 533 | 144 | 41 |
| Binary | 10100111 | 0 | 100101 | 0 | 1100100 | 1001110 | 100011 | 101011011 | 1100100 | 100001 |
Color Harmonies of #A70025
Complementary color
Monochromatic Colors of #A70025
Black with #A70025
Text Example
Text Example
White with #A70025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70025; }
p { color: rgb(167,0,37); }
H1.HeaderClassName
{
color: #A70025;
}
.AnyTagClassName
{
color: #A70025;
}
</style>
background-color css
<style>
a { background-color: #A70025; }
a { background-color: rgb(167,0,37); }
div.DivClassName
{
background-color: #A70025;
}
.BgClassName
{
background-color: #A70025;
}
</style>
border-color css
<style>
span { border-color: #A70025; }
span { border-color: rgb(167,0,37); }
td.TdClassName
{
border-color: #A70025;
}
.TagClassName
{
border-color: #A70025;
}
</style>