Shades of Medium Carmine #B33A32
Tints of Medium Carmine #B33A32
RGB
CMYK
RGB Variations
Color information
#B33A32 (or 0xB33A32) is known color: Medium Carmine. HEX triplet: B3, 3A and 32. RGB value is (179,58,50). Sum of RGB (Red+Green+Blue) = 179+58+50=287 (38% of max value = 765). Red value is 179 (70.31% from 255 or 62.37% from 287); Green value is 58 (23.05% from 255 or 20.21% from 287); Blue value is 50 (19.92% from 255 or 17.42% from 287); Max value from RGB is 179 - color contains mainly: red. Hex color #B33A32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33A32 is #4CC5CD. Grayscale: #5D5D5D. Windows color (decimal): -5031374 or 3291827. OLE color: 3291827.
HSL color Cylindrical-coordinate representation of color #B33A32: hue angle of 3.72º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B33A32 is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 58 | 50 | - |
| CMYK | 0 | 0.68 | 0.72 | 0.30 |
| HSL | 3.72º | 0.56% | 0.45% | - |
| HSV(B) | 3.72º | 0.72% | 0.7% | - |
| XYZ | 20.68 | 12.84 | 4.41 | - |
| YUV | 93.27 | 103.59 | 189.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 58 | 50 | 0 | 0.68 | 0.72 | 0.30 | 3.72 | 0.56 | 0.45 |
| Hex | B3 | 3A | 32 | 0 | 44 | 48 | 1E | 4 | 38 | 2D |
| Octal | 263 | 72 | 62 | 0 | 104 | 110 | 36 | 4 | 70 | 55 |
| Binary | 10110011 | 111010 | 110010 | 0 | 1000100 | 1001000 | 11110 | 100 | 111000 | 101101 |
Color Harmonies of #B33A32
Complementary color
Monochromatic Colors of #B33A32
Black with #B33A32
Text Example
Text Example
White with #B33A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33A32; }
p { color: rgb(179,58,50); }
H1.HeaderClassName
{
color: #B33A32;
}
.AnyTagClassName
{
color: #B33A32;
}
</style>
background-color css
<style>
a { background-color: #B33A32; }
a { background-color: rgb(179,58,50); }
div.DivClassName
{
background-color: #B33A32;
}
.BgClassName
{
background-color: #B33A32;
}
</style>
border-color css
<style>
span { border-color: #B33A32; }
span { border-color: rgb(179,58,50); }
td.TdClassName
{
border-color: #B33A32;
}
.TagClassName
{
border-color: #B33A32;
}
</style>