Shades of Carmine #A0000F
Tints of Carmine #A0000F
RGB
CMYK
RGB Variations
Color information
#A0000F (or 0xA0000F) is known color: Carmine. HEX triplet: A0, 00 and 0F. RGB value is (160,0,15). Sum of RGB (Red+Green+Blue) = 160+0+15=175 (23% of max value = 765). Red value is 160 (62.89% from 255 or 91.43% from 175); Green value is 0 (0.39% from 255 or 0% from 175); Blue value is 15 (6.25% from 255 or 8.57% from 175); Max value from RGB is 160 - color contains mainly: red. Hex color #A0000F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A0000F is #5FFFF0. Grayscale: #313131. Windows color (decimal): -6291441 or 983200. OLE color: 983200.
HSL color Cylindrical-coordinate representation of color #A0000F: hue angle of 354.38º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A0000F is Cyan = 0, Magento = 1, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 0 | 15 | - |
| CMYK | 0 | 1 | 0.91 | 0.37 |
| HSL | 354.38º | 1% | 0.31% | - |
| HSV(B) | 354.38º | 1% | 0.63% | - |
| XYZ | 14.58 | 7.51 | 1.13 | - |
| YUV | 49.55 | 108.51 | 206.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 0 | 15 | 0 | 1 | 0.91 | 0.37 | 354.38 | 1 | 0.31 |
| Hex | A0 | 0 | F | 0 | 64 | 5B | 25 | 162 | 64 | 1F |
| Octal | 240 | 0 | 17 | 0 | 144 | 133 | 45 | 542 | 144 | 37 |
| Binary | 10100000 | 0 | 1111 | 0 | 1100100 | 1011011 | 100101 | 101100010 | 1100100 | 11111 |
Color Harmonies of #A0000F
Complementary color
Monochromatic Colors of #A0000F
Black with #A0000F
Text Example
Text Example
White with #A0000F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0000F; }
p { color: rgb(160,0,15); }
H1.HeaderClassName
{
color: #A0000F;
}
.AnyTagClassName
{
color: #A0000F;
}
</style>
background-color css
<style>
a { background-color: #A0000F; }
a { background-color: rgb(160,0,15); }
div.DivClassName
{
background-color: #A0000F;
}
.BgClassName
{
background-color: #A0000F;
}
</style>
border-color css
<style>
span { border-color: #A0000F; }
span { border-color: rgb(160,0,15); }
td.TdClassName
{
border-color: #A0000F;
}
.TagClassName
{
border-color: #A0000F;
}
</style>