Shades of Medium Carmine #B03430
Tints of Medium Carmine #B03430
RGB
CMYK
RGB Variations
Color information
#B03430 (or 0xB03430) is known color: Medium Carmine. HEX triplet: B0, 34 and 30. RGB value is (176,52,48). Sum of RGB (Red+Green+Blue) = 176+52+48=276 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.77% from 276); Green value is 52 (20.70% from 255 or 18.84% from 276); Blue value is 48 (19.14% from 255 or 17.39% from 276); Max value from RGB is 176 - color contains mainly: red. Hex color #B03430 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03430 is #4FCBCF. Grayscale: #585858. Windows color (decimal): -5229520 or 3159216. OLE color: 3159216.
HSL color Cylindrical-coordinate representation of color #B03430: hue angle of 1.88º degrees, saturation: 0.57, 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 #B03430 is Cyan = 0, Magento = 0.70, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 52 | 48 | - |
| CMYK | 0 | 0.70 | 0.73 | 0.31 |
| HSL | 1.88º | 0.57% | 0.44% | - |
| HSV(B) | 1.88º | 0.73% | 0.69% | - |
| XYZ | 19.67 | 11.9 | 4.06 | - |
| YUV | 88.62 | 105.08 | 190.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 52 | 48 | 0 | 0.70 | 0.73 | 0.31 | 1.88 | 0.57 | 0.44 |
| Hex | B0 | 34 | 30 | 0 | 46 | 49 | 1F | 2 | 39 | 2C |
| Octal | 260 | 64 | 60 | 0 | 106 | 111 | 37 | 2 | 71 | 54 |
| Binary | 10110000 | 110100 | 110000 | 0 | 1000110 | 1001001 | 11111 | 10 | 111001 | 101100 |
Color Harmonies of #B03430
Complementary color
Monochromatic Colors of #B03430
Black with #B03430
Text Example
Text Example
White with #B03430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03430; }
p { color: rgb(176,52,48); }
H1.HeaderClassName
{
color: #B03430;
}
.AnyTagClassName
{
color: #B03430;
}
</style>
background-color css
<style>
a { background-color: #B03430; }
a { background-color: rgb(176,52,48); }
div.DivClassName
{
background-color: #B03430;
}
.BgClassName
{
background-color: #B03430;
}
</style>
border-color css
<style>
span { border-color: #B03430; }
span { border-color: rgb(176,52,48); }
td.TdClassName
{
border-color: #B03430;
}
.TagClassName
{
border-color: #B03430;
}
</style>