Shades of Medium Carmine #B03829
Tints of Medium Carmine #B03829
RGB
CMYK
RGB Variations
Color information
#B03829 (or 0xB03829) is known color: Medium Carmine. HEX triplet: B0, 38 and 29. RGB value is (176,56,41). Sum of RGB (Red+Green+Blue) = 176+56+41=273 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.47% from 273); Green value is 56 (22.27% from 255 or 20.51% from 273); Blue value is 41 (16.41% from 255 or 15.02% from 273); Max value from RGB is 176 - color contains mainly: red. Hex color #B03829 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03829 is #4FC7D6. Grayscale: #5A5A5A. Windows color (decimal): -5228503 or 2701488. OLE color: 2701488.
HSL color Cylindrical-coordinate representation of color #B03829: hue angle of 6.67º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B03829 is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 56 | 41 | - |
| CMYK | 0 | 0.68 | 0.77 | 0.31 |
| HSL | 6.67º | 0.62% | 0.43% | - |
| HSV(B) | 6.67º | 0.77% | 0.69% | - |
| XYZ | 19.72 | 12.22 | 3.42 | - |
| YUV | 90.17 | 100.26 | 189.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 56 | 41 | 0 | 0.68 | 0.77 | 0.31 | 6.67 | 0.62 | 0.43 |
| Hex | B0 | 38 | 29 | 0 | 44 | 4D | 1F | 7 | 3E | 2B |
| Octal | 260 | 70 | 51 | 0 | 104 | 115 | 37 | 7 | 76 | 53 |
| Binary | 10110000 | 111000 | 101001 | 0 | 1000100 | 1001101 | 11111 | 111 | 111110 | 101011 |
Color Harmonies of #B03829
Complementary color
Monochromatic Colors of #B03829
Black with #B03829
Text Example
Text Example
White with #B03829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03829; }
p { color: rgb(176,56,41); }
H1.HeaderClassName
{
color: #B03829;
}
.AnyTagClassName
{
color: #B03829;
}
</style>
background-color css
<style>
a { background-color: #B03829; }
a { background-color: rgb(176,56,41); }
div.DivClassName
{
background-color: #B03829;
}
.BgClassName
{
background-color: #B03829;
}
</style>
border-color css
<style>
span { border-color: #B03829; }
span { border-color: rgb(176,56,41); }
td.TdClassName
{
border-color: #B03829;
}
.TagClassName
{
border-color: #B03829;
}
</style>