Shades of Carmine #A8001B
Tints of Carmine #A8001B
RGB
CMYK
RGB Variations
Color information
#A8001B (or 0xA8001B) is known color: Carmine. HEX triplet: A8, 00 and 1B. RGB value is (168,0,27). Sum of RGB (Red+Green+Blue) = 168+0+27=195 (25% of max value = 765). Red value is 168 (66.02% from 255 or 86.15% from 195); Green value is 0 (0.39% from 255 or 0% from 195); Blue value is 27 (10.94% from 255 or 13.85% from 195); Max value from RGB is 168 - color contains mainly: red. Hex color #A8001B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8001B is #57FFE4. Grayscale: #353535. Windows color (decimal): -5767141 or 1769640. OLE color: 1769640.
HSL color Cylindrical-coordinate representation of color #A8001B: hue angle of 350.36º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A8001B is Cyan = 0, Magento = 1, Yellow = 0.84 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 0 | 27 | - |
| CMYK | 0 | 1 | 0.84 | 0.34 |
| HSL | 350.36º | 1% | 0.33% | - |
| HSV(B) | 350.36º | 1% | 0.66% | - |
| XYZ | 16.35 | 8.4 | 1.8 | - |
| YUV | 53.31 | 113.16 | 209.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 0 | 27 | 0 | 1 | 0.84 | 0.34 | 350.36 | 1 | 0.33 |
| Hex | A8 | 0 | 1B | 0 | 64 | 54 | 22 | 15E | 64 | 21 |
| Octal | 250 | 0 | 33 | 0 | 144 | 124 | 42 | 536 | 144 | 41 |
| Binary | 10101000 | 0 | 11011 | 0 | 1100100 | 1010100 | 100010 | 101011110 | 1100100 | 100001 |
Color Harmonies of #A8001B
Complementary color
Monochromatic Colors of #A8001B
Black with #A8001B
Text Example
Text Example
White with #A8001B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8001B; }
p { color: rgb(168,0,27); }
H1.HeaderClassName
{
color: #A8001B;
}
.AnyTagClassName
{
color: #A8001B;
}
</style>
background-color css
<style>
a { background-color: #A8001B; }
a { background-color: rgb(168,0,27); }
div.DivClassName
{
background-color: #A8001B;
}
.BgClassName
{
background-color: #A8001B;
}
</style>
border-color css
<style>
span { border-color: #A8001B; }
span { border-color: rgb(168,0,27); }
td.TdClassName
{
border-color: #A8001B;
}
.TagClassName
{
border-color: #A8001B;
}
</style>