Shades of Medium Carmine #B0402F
Tints of Medium Carmine #B0402F
RGB
CMYK
RGB Variations
Color information
#B0402F (or 0xB0402F) is known color: Medium Carmine. HEX triplet: B0, 40 and 2F. RGB value is (176,64,47). Sum of RGB (Red+Green+Blue) = 176+64+47=287 (38% of max value = 765). Red value is 176 (69.14% from 255 or 61.32% from 287); Green value is 64 (25.39% from 255 or 22.30% from 287); Blue value is 47 (18.75% from 255 or 16.38% from 287); Max value from RGB is 176 - color contains mainly: red. Hex color #B0402F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0402F is #4FBFD0. Grayscale: #5F5F5F. Windows color (decimal): -5226449 or 3096752. OLE color: 3096752.
HSL color Cylindrical-coordinate representation of color #B0402F: hue angle of 7.91º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B0402F is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 64 | 47 | - |
| CMYK | 0 | 0.64 | 0.73 | 0.31 |
| HSL | 7.91º | 0.58% | 0.44% | - |
| HSV(B) | 7.91º | 0.73% | 0.69% | - |
| XYZ | 20.25 | 13.1 | 4.15 | - |
| YUV | 95.55 | 100.61 | 185.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 64 | 47 | 0 | 0.64 | 0.73 | 0.31 | 7.91 | 0.58 | 0.44 |
| Hex | B0 | 40 | 2F | 0 | 40 | 49 | 1F | 8 | 3A | 2C |
| Octal | 260 | 100 | 57 | 0 | 100 | 111 | 37 | 10 | 72 | 54 |
| Binary | 10110000 | 1000000 | 101111 | 0 | 1000000 | 1001001 | 11111 | 1000 | 111010 | 101100 |
Color Harmonies of #B0402F
Complementary color
Monochromatic Colors of #B0402F
Black with #B0402F
Text Example
Text Example
White with #B0402F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0402F; }
p { color: rgb(176,64,47); }
H1.HeaderClassName
{
color: #B0402F;
}
.AnyTagClassName
{
color: #B0402F;
}
</style>
background-color css
<style>
a { background-color: #B0402F; }
a { background-color: rgb(176,64,47); }
div.DivClassName
{
background-color: #B0402F;
}
.BgClassName
{
background-color: #B0402F;
}
</style>
border-color css
<style>
span { border-color: #B0402F; }
span { border-color: rgb(176,64,47); }
td.TdClassName
{
border-color: #B0402F;
}
.TagClassName
{
border-color: #B0402F;
}
</style>