Shades of Carmine #A8061B
Tints of Carmine #A8061B
RGB
CMYK
RGB Variations
Color information
#A8061B (or 0xA8061B) is known color: Carmine. HEX triplet: A8, 06 and 1B. RGB value is (168,6,27). Sum of RGB (Red+Green+Blue) = 168+6+27=201 (26% of max value = 765). Red value is 168 (66.02% from 255 or 83.58% from 201); Green value is 6 (2.73% from 255 or 2.99% from 201); Blue value is 27 (10.94% from 255 or 13.43% from 201); Max value from RGB is 168 - color contains mainly: red. Hex color #A8061B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8061B is #57F9E4. Grayscale: #383838. Windows color (decimal): -5765605 or 1771176. OLE color: 1771176.
HSL color Cylindrical-coordinate representation of color #A8061B: hue angle of 352.22º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A8061B is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 6 | 27 | - |
| CMYK | 0 | 0.96 | 0.84 | 0.34 |
| HSL | 352.22º | 0.93% | 0.34% | - |
| HSV(B) | 352.22º | 0.96% | 0.66% | - |
| XYZ | 16.41 | 8.53 | 1.82 | - |
| YUV | 56.83 | 111.17 | 207.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 6 | 27 | 0 | 0.96 | 0.84 | 0.34 | 352.22 | 0.93 | 0.34 |
| Hex | A8 | 6 | 1B | 0 | 60 | 54 | 22 | 160 | 5D | 22 |
| Octal | 250 | 6 | 33 | 0 | 140 | 124 | 42 | 540 | 135 | 42 |
| Binary | 10101000 | 110 | 11011 | 0 | 1100000 | 1010100 | 100010 | 101100000 | 1011101 | 100010 |
Color Harmonies of #A8061B
Complementary color
Monochromatic Colors of #A8061B
Black with #A8061B
Text Example
Text Example
White with #A8061B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8061B; }
p { color: rgb(168,6,27); }
H1.HeaderClassName
{
color: #A8061B;
}
.AnyTagClassName
{
color: #A8061B;
}
</style>
background-color css
<style>
a { background-color: #A8061B; }
a { background-color: rgb(168,6,27); }
div.DivClassName
{
background-color: #A8061B;
}
.BgClassName
{
background-color: #A8061B;
}
</style>
border-color css
<style>
span { border-color: #A8061B; }
span { border-color: rgb(168,6,27); }
td.TdClassName
{
border-color: #A8061B;
}
.TagClassName
{
border-color: #A8061B;
}
</style>