Shades of Medium Carmine #B33623
Tints of Medium Carmine #B33623
RGB
CMYK
RGB Variations
Color information
#B33623 (or 0xB33623) is known color: Medium Carmine. HEX triplet: B3, 36 and 23. RGB value is (179,54,35). Sum of RGB (Red+Green+Blue) = 179+54+35=268 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.79% from 268); Green value is 54 (21.48% from 255 or 20.15% from 268); Blue value is 35 (14.06% from 255 or 13.06% from 268); Max value from RGB is 179 - color contains mainly: red. Hex color #B33623 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33623 is #4CC9DC. Grayscale: #595959. Windows color (decimal): -5032413 or 2307763. OLE color: 2307763.
HSL color Cylindrical-coordinate representation of color #B33623: hue angle of 7.92º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B33623 is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 54 | 35 | - |
| CMYK | 0 | 0.70 | 0.80 | 0.30 |
| HSL | 7.92º | 0.67% | 0.42% | - |
| HSV(B) | 7.92º | 0.8% | 0.7% | - |
| XYZ | 20.21 | 12.34 | 2.91 | - |
| YUV | 89.21 | 97.41 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 54 | 35 | 0 | 0.70 | 0.80 | 0.30 | 7.92 | 0.67 | 0.42 |
| Hex | B3 | 36 | 23 | 0 | 46 | 50 | 1E | 8 | 43 | 2A |
| Octal | 263 | 66 | 43 | 0 | 106 | 120 | 36 | 10 | 103 | 52 |
| Binary | 10110011 | 110110 | 100011 | 0 | 1000110 | 1010000 | 11110 | 1000 | 1000011 | 101010 |
Color Harmonies of #B33623
Complementary color
Monochromatic Colors of #B33623
Black with #B33623
Text Example
Text Example
White with #B33623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33623; }
p { color: rgb(179,54,35); }
H1.HeaderClassName
{
color: #B33623;
}
.AnyTagClassName
{
color: #B33623;
}
</style>
background-color css
<style>
a { background-color: #B33623; }
a { background-color: rgb(179,54,35); }
div.DivClassName
{
background-color: #B33623;
}
.BgClassName
{
background-color: #B33623;
}
</style>
border-color css
<style>
span { border-color: #B33623; }
span { border-color: rgb(179,54,35); }
td.TdClassName
{
border-color: #B33623;
}
.TagClassName
{
border-color: #B33623;
}
</style>