Shades of Carmine #B0021D
Tints of Carmine #B0021D
RGB
CMYK
RGB Variations
Color information
#B0021D (or 0xB0021D) is known color: Carmine. HEX triplet: B0, 02 and 1D. RGB value is (176,2,29). Sum of RGB (Red+Green+Blue) = 176+2+29=207 (27% of max value = 765). Red value is 176 (69.14% from 255 or 85.02% from 207); Green value is 2 (1.17% from 255 or 0.97% from 207); Blue value is 29 (11.72% from 255 or 14.01% from 207); Max value from RGB is 176 - color contains mainly: red. Hex color #B0021D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0021D is #4FFDE2. Grayscale: #393939. Windows color (decimal): -5242339 or 1901232. OLE color: 1901232.
HSL color Cylindrical-coordinate representation of color #B0021D: hue angle of 350.69º degrees, saturation: 0.98, 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 #B0021D is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 2 | 29 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.31 |
| HSL | 350.69º | 0.98% | 0.35% | - |
| HSV(B) | 350.69º | 0.99% | 0.69% | - |
| XYZ | 18.15 | 9.36 | 2.01 | - |
| YUV | 57.1 | 112.15 | 212.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 2 | 29 | 0 | 0.99 | 0.84 | 0.31 | 350.69 | 0.98 | 0.35 |
| Hex | B0 | 2 | 1D | 0 | 63 | 54 | 1F | 15F | 62 | 23 |
| Octal | 260 | 2 | 35 | 0 | 143 | 124 | 37 | 537 | 142 | 43 |
| Binary | 10110000 | 10 | 11101 | 0 | 1100011 | 1010100 | 11111 | 101011111 | 1100010 | 100011 |
Color Harmonies of #B0021D
Complementary color
Monochromatic Colors of #B0021D
Black with #B0021D
Text Example
Text Example
White with #B0021D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0021D; }
p { color: rgb(176,2,29); }
H1.HeaderClassName
{
color: #B0021D;
}
.AnyTagClassName
{
color: #B0021D;
}
</style>
background-color css
<style>
a { background-color: #B0021D; }
a { background-color: rgb(176,2,29); }
div.DivClassName
{
background-color: #B0021D;
}
.BgClassName
{
background-color: #B0021D;
}
</style>
border-color css
<style>
span { border-color: #B0021D; }
span { border-color: rgb(176,2,29); }
td.TdClassName
{
border-color: #B0021D;
}
.TagClassName
{
border-color: #B0021D;
}
</style>