Shades of Carmine #A5000F
Tints of Carmine #A5000F
RGB
CMYK
RGB Variations
Color information
#A5000F (or 0xA5000F) is known color: Carmine. HEX triplet: A5, 00 and 0F. RGB value is (165,0,15). Sum of RGB (Red+Green+Blue) = 165+0+15=180 (23% of max value = 765). Red value is 165 (64.84% from 255 or 91.67% from 180); Green value is 0 (0.39% from 255 or 0% from 180); Blue value is 15 (6.25% from 255 or 8.33% from 180); Max value from RGB is 165 - color contains mainly: red. Hex color #A5000F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A5000F is #5AFFF0. Grayscale: #333333. Windows color (decimal): -5963761 or 983205. OLE color: 983205.
HSL color Cylindrical-coordinate representation of color #A5000F: hue angle of 354.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 #A5000F is Cyan = 0, Magento = 1, Yellow = 0.91 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 0 | 15 | - |
| CMYK | 0 | 1 | 0.91 | 0.35 |
| HSL | 354.55º | 1% | 0.32% | - |
| HSV(B) | 354.55º | 1% | 0.65% | - |
| XYZ | 15.6 | 8.03 | 1.18 | - |
| YUV | 51.05 | 107.66 | 209.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 0 | 15 | 0 | 1 | 0.91 | 0.35 | 354.55 | 1 | 0.32 |
| Hex | A5 | 0 | F | 0 | 64 | 5B | 23 | 163 | 64 | 20 |
| Octal | 245 | 0 | 17 | 0 | 144 | 133 | 43 | 543 | 144 | 40 |
| Binary | 10100101 | 0 | 1111 | 0 | 1100100 | 1011011 | 100011 | 101100011 | 1100100 | 100000 |
Color Harmonies of #A5000F
Complementary color
Monochromatic Colors of #A5000F
Black with #A5000F
Text Example
Text Example
White with #A5000F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5000F; }
p { color: rgb(165,0,15); }
H1.HeaderClassName
{
color: #A5000F;
}
.AnyTagClassName
{
color: #A5000F;
}
</style>
background-color css
<style>
a { background-color: #A5000F; }
a { background-color: rgb(165,0,15); }
div.DivClassName
{
background-color: #A5000F;
}
.BgClassName
{
background-color: #A5000F;
}
</style>
border-color css
<style>
span { border-color: #A5000F; }
span { border-color: rgb(165,0,15); }
td.TdClassName
{
border-color: #A5000F;
}
.TagClassName
{
border-color: #A5000F;
}
</style>