Shades of Carmine #B0031F
Tints of Carmine #B0031F
RGB
CMYK
RGB Variations
Color information
#B0031F (or 0xB0031F) is known color: Carmine. HEX triplet: B0, 03 and 1F. RGB value is (176,3,31). Sum of RGB (Red+Green+Blue) = 176+3+31=210 (27% of max value = 765). Red value is 176 (69.14% from 255 or 83.81% from 210); Green value is 3 (1.56% from 255 or 1.43% from 210); Blue value is 31 (12.5% from 255 or 14.76% from 210); Max value from RGB is 176 - color contains mainly: red. Hex color #B0031F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0031F is #4FFCE0. Grayscale: #393939. Windows color (decimal): -5242081 or 2032560. OLE color: 2032560.
HSL color Cylindrical-coordinate representation of color #B0031F: hue angle of 350.29º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B0031F is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 3 | 31 | - |
| CMYK | 0 | 0.98 | 0.82 | 0.31 |
| HSL | 350.29º | 0.97% | 0.35% | - |
| HSV(B) | 350.29º | 0.98% | 0.69% | - |
| XYZ | 18.18 | 9.39 | 2.15 | - |
| YUV | 57.92 | 112.81 | 212.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 3 | 31 | 0 | 0.98 | 0.82 | 0.31 | 350.29 | 0.97 | 0.35 |
| Hex | B0 | 3 | 1F | 0 | 62 | 52 | 1F | 15E | 61 | 23 |
| Octal | 260 | 3 | 37 | 0 | 142 | 122 | 37 | 536 | 141 | 43 |
| Binary | 10110000 | 11 | 11111 | 0 | 1100010 | 1010010 | 11111 | 101011110 | 1100001 | 100011 |
Color Harmonies of #B0031F
Complementary color
Monochromatic Colors of #B0031F
Black with #B0031F
Text Example
Text Example
White with #B0031F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0031F; }
p { color: rgb(176,3,31); }
H1.HeaderClassName
{
color: #B0031F;
}
.AnyTagClassName
{
color: #B0031F;
}
</style>
background-color css
<style>
a { background-color: #B0031F; }
a { background-color: rgb(176,3,31); }
div.DivClassName
{
background-color: #B0031F;
}
.BgClassName
{
background-color: #B0031F;
}
</style>
border-color css
<style>
span { border-color: #B0031F; }
span { border-color: rgb(176,3,31); }
td.TdClassName
{
border-color: #B0031F;
}
.TagClassName
{
border-color: #B0031F;
}
</style>