Shades of Medium Carmine #B33922
Tints of Medium Carmine #B33922
RGB
CMYK
RGB Variations
Color information
#B33922 (or 0xB33922) is known color: Medium Carmine. HEX triplet: B3, 39 and 22. RGB value is (179,57,34). Sum of RGB (Red+Green+Blue) = 179+57+34=270 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.30% from 270); Green value is 57 (22.66% from 255 or 21.11% from 270); Blue value is 34 (13.67% from 255 or 12.59% from 270); Max value from RGB is 179 - color contains mainly: red. Hex color #B33922 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33922 is #4CC6DD. Grayscale: #5B5B5B. Windows color (decimal): -5031646 or 2242995. OLE color: 2242995.
HSL color Cylindrical-coordinate representation of color #B33922: hue angle of 9.52º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B33922 is Cyan = 0, Magento = 0.68, Yellow = 0.81 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 57 | 34 | - |
| CMYK | 0 | 0.68 | 0.81 | 0.30 |
| HSL | 9.52º | 0.68% | 0.42% | - |
| HSV(B) | 9.52º | 0.81% | 0.7% | - |
| XYZ | 20.34 | 12.63 | 2.88 | - |
| YUV | 90.86 | 95.92 | 190.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 57 | 34 | 0 | 0.68 | 0.81 | 0.30 | 9.52 | 0.68 | 0.42 |
| Hex | B3 | 39 | 22 | 0 | 44 | 51 | 1E | A | 44 | 2A |
| Octal | 263 | 71 | 42 | 0 | 104 | 121 | 36 | 12 | 104 | 52 |
| Binary | 10110011 | 111001 | 100010 | 0 | 1000100 | 1010001 | 11110 | 1010 | 1000100 | 101010 |
Color Harmonies of #B33922
Complementary color
Monochromatic Colors of #B33922
Black with #B33922
Text Example
Text Example
White with #B33922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33922; }
p { color: rgb(179,57,34); }
H1.HeaderClassName
{
color: #B33922;
}
.AnyTagClassName
{
color: #B33922;
}
</style>
background-color css
<style>
a { background-color: #B33922; }
a { background-color: rgb(179,57,34); }
div.DivClassName
{
background-color: #B33922;
}
.BgClassName
{
background-color: #B33922;
}
</style>
border-color css
<style>
span { border-color: #B33922; }
span { border-color: rgb(179,57,34); }
td.TdClassName
{
border-color: #B33922;
}
.TagClassName
{
border-color: #B33922;
}
</style>