Shades of Carmine #B0011E
Tints of Carmine #B0011E
RGB
CMYK
RGB Variations
Color information
#B0011E (or 0xB0011E) is known color: Carmine. HEX triplet: B0, 01 and 1E. RGB value is (176,1,30). Sum of RGB (Red+Green+Blue) = 176+1+30=207 (27% of max value = 765). Red value is 176 (69.14% from 255 or 85.02% from 207); Green value is 1 (0.78% from 255 or 0.48% from 207); Blue value is 30 (12.11% from 255 or 14.49% from 207); Max value from RGB is 176 - color contains mainly: red. Hex color #B0011E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0011E is #4FFEE1. Grayscale: #383838. Windows color (decimal): -5242594 or 1966512. OLE color: 1966512.
HSL color Cylindrical-coordinate representation of color #B0011E: hue angle of 350.06º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B0011E is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 1 | 30 | - |
| CMYK | 0 | 0.99 | 0.83 | 0.31 |
| HSL | 350.06º | 0.99% | 0.35% | - |
| HSV(B) | 350.06º | 0.99% | 0.69% | - |
| XYZ | 18.15 | 9.35 | 2.08 | - |
| YUV | 56.63 | 112.98 | 213.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 1 | 30 | 0 | 0.99 | 0.83 | 0.31 | 350.06 | 0.99 | 0.35 |
| Hex | B0 | 1 | 1E | 0 | 63 | 53 | 1F | 15E | 63 | 23 |
| Octal | 260 | 1 | 36 | 0 | 143 | 123 | 37 | 536 | 143 | 43 |
| Binary | 10110000 | 1 | 11110 | 0 | 1100011 | 1010011 | 11111 | 101011110 | 1100011 | 100011 |
Color Harmonies of #B0011E
Complementary color
Monochromatic Colors of #B0011E
Black with #B0011E
Text Example
Text Example
White with #B0011E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0011E; }
p { color: rgb(176,1,30); }
H1.HeaderClassName
{
color: #B0011E;
}
.AnyTagClassName
{
color: #B0011E;
}
</style>
background-color css
<style>
a { background-color: #B0011E; }
a { background-color: rgb(176,1,30); }
div.DivClassName
{
background-color: #B0011E;
}
.BgClassName
{
background-color: #B0011E;
}
</style>
border-color css
<style>
span { border-color: #B0011E; }
span { border-color: rgb(176,1,30); }
td.TdClassName
{
border-color: #B0011E;
}
.TagClassName
{
border-color: #B0011E;
}
</style>