Shades of Medium Carmine #B04333
Tints of Medium Carmine #B04333
RGB
CMYK
RGB Variations
Color information
#B04333 (or 0xB04333) is known color: Medium Carmine. HEX triplet: B0, 43 and 33. RGB value is (176,67,51). Sum of RGB (Red+Green+Blue) = 176+67+51=294 (38% of max value = 765). Red value is 176 (69.14% from 255 or 59.86% from 294); Green value is 67 (26.56% from 255 or 22.79% from 294); Blue value is 51 (20.31% from 255 or 17.35% from 294); Max value from RGB is 176 - color contains mainly: red. Hex color #B04333 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04333 is #4FBCCC. Grayscale: #616161. Windows color (decimal): -5225677 or 3359664. OLE color: 3359664.
HSL color Cylindrical-coordinate representation of color #B04333: hue angle of 7.68º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B04333 is Cyan = 0, Magento = 0.62, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 67 | 51 | - |
| CMYK | 0 | 0.62 | 0.71 | 0.31 |
| HSL | 7.68º | 0.55% | 0.45% | - |
| HSV(B) | 7.68º | 0.71% | 0.69% | - |
| XYZ | 20.51 | 13.48 | 4.65 | - |
| YUV | 97.77 | 101.61 | 183.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 67 | 51 | 0 | 0.62 | 0.71 | 0.31 | 7.68 | 0.55 | 0.45 |
| Hex | B0 | 43 | 33 | 0 | 3E | 47 | 1F | 8 | 37 | 2D |
| Octal | 260 | 103 | 63 | 0 | 76 | 107 | 37 | 10 | 67 | 55 |
| Binary | 10110000 | 1000011 | 110011 | 0 | 111110 | 1000111 | 11111 | 1000 | 110111 | 101101 |
Color Harmonies of #B04333
Complementary color
Monochromatic Colors of #B04333
Black with #B04333
Text Example
Text Example
White with #B04333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04333; }
p { color: rgb(176,67,51); }
H1.HeaderClassName
{
color: #B04333;
}
.AnyTagClassName
{
color: #B04333;
}
</style>
background-color css
<style>
a { background-color: #B04333; }
a { background-color: rgb(176,67,51); }
div.DivClassName
{
background-color: #B04333;
}
.BgClassName
{
background-color: #B04333;
}
</style>
border-color css
<style>
span { border-color: #B04333; }
span { border-color: rgb(176,67,51); }
td.TdClassName
{
border-color: #B04333;
}
.TagClassName
{
border-color: #B04333;
}
</style>