Shades of Medium Carmine #B03629
Tints of Medium Carmine #B03629
RGB
CMYK
RGB Variations
Color information
#B03629 (or 0xB03629) is known color: Medium Carmine. HEX triplet: B0, 36 and 29. RGB value is (176,54,41). Sum of RGB (Red+Green+Blue) = 176+54+41=271 (35% of max value = 765). Red value is 176 (69.14% from 255 or 64.94% from 271); Green value is 54 (21.48% from 255 or 19.93% from 271); Blue value is 41 (16.41% from 255 or 15.13% from 271); Max value from RGB is 176 - color contains mainly: red. Hex color #B03629 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03629 is #4FC9D6. Grayscale: #595959. Windows color (decimal): -5229015 or 2700976. OLE color: 2700976.
HSL color Cylindrical-coordinate representation of color #B03629: hue angle of 5.78º 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 #B03629 is Cyan = 0, Magento = 0.69, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 54 | 41 | - |
| CMYK | 0 | 0.69 | 0.77 | 0.31 |
| HSL | 5.78º | 0.62% | 0.43% | - |
| HSV(B) | 5.78º | 0.77% | 0.69% | - |
| XYZ | 19.62 | 12.03 | 3.39 | - |
| YUV | 89 | 100.92 | 190.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 54 | 41 | 0 | 0.69 | 0.77 | 0.31 | 5.78 | 0.62 | 0.43 |
| Hex | B0 | 36 | 29 | 0 | 45 | 4D | 1F | 6 | 3E | 2B |
| Octal | 260 | 66 | 51 | 0 | 105 | 115 | 37 | 6 | 76 | 53 |
| Binary | 10110000 | 110110 | 101001 | 0 | 1000101 | 1001101 | 11111 | 110 | 111110 | 101011 |
Color Harmonies of #B03629
Complementary color
Monochromatic Colors of #B03629
Black with #B03629
Text Example
Text Example
White with #B03629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03629; }
p { color: rgb(176,54,41); }
H1.HeaderClassName
{
color: #B03629;
}
.AnyTagClassName
{
color: #B03629;
}
</style>
background-color css
<style>
a { background-color: #B03629; }
a { background-color: rgb(176,54,41); }
div.DivClassName
{
background-color: #B03629;
}
.BgClassName
{
background-color: #B03629;
}
</style>
border-color css
<style>
span { border-color: #B03629; }
span { border-color: rgb(176,54,41); }
td.TdClassName
{
border-color: #B03629;
}
.TagClassName
{
border-color: #B03629;
}
</style>