Shades of Carmine #A00F1A
Tints of Carmine #A00F1A
RGB
CMYK
RGB Variations
Color information
#A00F1A (or 0xA00F1A) is known color: Carmine. HEX triplet: A0, 0F and 1A. RGB value is (160,15,26). Sum of RGB (Red+Green+Blue) = 160+15+26=201 (26% of max value = 765). Red value is 160 (62.89% from 255 or 79.60% from 201); Green value is 15 (6.25% from 255 or 7.46% from 201); Blue value is 26 (10.55% from 255 or 12.94% from 201); Max value from RGB is 160 - color contains mainly: red. Hex color #A00F1A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00F1A is #5FF0E5. Grayscale: #3B3B3B. Windows color (decimal): -6287590 or 1707936. OLE color: 1707936.
HSL color Cylindrical-coordinate representation of color #A00F1A: hue angle of 355.45º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A00F1A is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 15 | 26 | - |
| CMYK | 0 | 0.91 | 0.84 | 0.37 |
| HSL | 355.45º | 0.83% | 0.34% | - |
| HSV(B) | 355.45º | 0.91% | 0.63% | - |
| XYZ | 14.85 | 7.89 | 1.72 | - |
| YUV | 59.61 | 109.04 | 199.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 15 | 26 | 0 | 0.91 | 0.84 | 0.37 | 355.45 | 0.83 | 0.34 |
| Hex | A0 | F | 1A | 0 | 5B | 54 | 25 | 163 | 53 | 22 |
| Octal | 240 | 17 | 32 | 0 | 133 | 124 | 45 | 543 | 123 | 42 |
| Binary | 10100000 | 1111 | 11010 | 0 | 1011011 | 1010100 | 100101 | 101100011 | 1010011 | 100010 |
Color Harmonies of #A00F1A
Complementary color
Monochromatic Colors of #A00F1A
Black with #A00F1A
Text Example
Text Example
White with #A00F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00F1A; }
p { color: rgb(160,15,26); }
H1.HeaderClassName
{
color: #A00F1A;
}
.AnyTagClassName
{
color: #A00F1A;
}
</style>
background-color css
<style>
a { background-color: #A00F1A; }
a { background-color: rgb(160,15,26); }
div.DivClassName
{
background-color: #A00F1A;
}
.BgClassName
{
background-color: #A00F1A;
}
</style>
border-color css
<style>
span { border-color: #A00F1A; }
span { border-color: rgb(160,15,26); }
td.TdClassName
{
border-color: #A00F1A;
}
.TagClassName
{
border-color: #A00F1A;
}
</style>