Shades of Medium Carmine #B04233
Tints of Medium Carmine #B04233
RGB
CMYK
RGB Variations
Color information
#B04233 (or 0xB04233) is known color: Medium Carmine. HEX triplet: B0, 42 and 33. RGB value is (176,66,51). Sum of RGB (Red+Green+Blue) = 176+66+51=293 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.07% from 293); Green value is 66 (26.17% from 255 or 22.53% from 293); Blue value is 51 (20.31% from 255 or 17.41% from 293); Max value from RGB is 176 - color contains mainly: red. Hex color #B04233 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04233 is #4FBDCC. Grayscale: #616161. Windows color (decimal): -5225933 or 3359408. OLE color: 3359408.
HSL color Cylindrical-coordinate representation of color #B04233: hue angle of 7.2º 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 #B04233 is Cyan = 0, Magento = 0.62, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 66 | 51 | - |
| CMYK | 0 | 0.62 | 0.71 | 0.31 |
| HSL | 7.2º | 0.55% | 0.45% | - |
| HSV(B) | 7.2º | 0.71% | 0.69% | - |
| XYZ | 20.45 | 13.37 | 4.63 | - |
| YUV | 97.18 | 101.94 | 184.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 66 | 51 | 0 | 0.62 | 0.71 | 0.31 | 7.2 | 0.55 | 0.45 |
| Hex | B0 | 42 | 33 | 0 | 3E | 47 | 1F | 7 | 37 | 2D |
| Octal | 260 | 102 | 63 | 0 | 76 | 107 | 37 | 7 | 67 | 55 |
| Binary | 10110000 | 1000010 | 110011 | 0 | 111110 | 1000111 | 11111 | 111 | 110111 | 101101 |
Color Harmonies of #B04233
Complementary color
Monochromatic Colors of #B04233
Black with #B04233
Text Example
Text Example
White with #B04233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04233; }
p { color: rgb(176,66,51); }
H1.HeaderClassName
{
color: #B04233;
}
.AnyTagClassName
{
color: #B04233;
}
</style>
background-color css
<style>
a { background-color: #B04233; }
a { background-color: rgb(176,66,51); }
div.DivClassName
{
background-color: #B04233;
}
.BgClassName
{
background-color: #B04233;
}
</style>
border-color css
<style>
span { border-color: #B04233; }
span { border-color: rgb(176,66,51); }
td.TdClassName
{
border-color: #B04233;
}
.TagClassName
{
border-color: #B04233;
}
</style>