Shades of Medium Carmine #B33F3A
Tints of Medium Carmine #B33F3A
RGB
CMYK
RGB Variations
Color information
#B33F3A (or 0xB33F3A) is known color: Medium Carmine. HEX triplet: B3, 3F and 3A. RGB value is (179,63,58). Sum of RGB (Red+Green+Blue) = 179+63+58=300 (39% of max value = 765). Red value is 179 (70.31% from 255 or 59.67% from 300); Green value is 63 (25% from 255 or 21% from 300); Blue value is 58 (23.05% from 255 or 19.33% from 300); Max value from RGB is 179 - color contains mainly: red. Hex color #B33F3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33F3A is #4CC0C5. Grayscale: #616161. Windows color (decimal): -5030086 or 3817395. OLE color: 3817395.
HSL color Cylindrical-coordinate representation of color #B33F3A: hue angle of 2.48º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B33F3A is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 63 | 58 | - |
| CMYK | 0 | 0.65 | 0.68 | 0.30 |
| HSL | 2.48º | 0.51% | 0.46% | - |
| HSV(B) | 2.48º | 0.68% | 0.7% | - |
| XYZ | 21.13 | 13.44 | 5.48 | - |
| YUV | 97.11 | 105.93 | 186.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 63 | 58 | 0 | 0.65 | 0.68 | 0.30 | 2.48 | 0.51 | 0.46 |
| Hex | B3 | 3F | 3A | 0 | 41 | 44 | 1E | 2 | 33 | 2E |
| Octal | 263 | 77 | 72 | 0 | 101 | 104 | 36 | 2 | 63 | 56 |
| Binary | 10110011 | 111111 | 111010 | 0 | 1000001 | 1000100 | 11110 | 10 | 110011 | 101110 |
Color Harmonies of #B33F3A
Complementary color
Monochromatic Colors of #B33F3A
Black with #B33F3A
Text Example
Text Example
White with #B33F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33F3A; }
p { color: rgb(179,63,58); }
H1.HeaderClassName
{
color: #B33F3A;
}
.AnyTagClassName
{
color: #B33F3A;
}
</style>
background-color css
<style>
a { background-color: #B33F3A; }
a { background-color: rgb(179,63,58); }
div.DivClassName
{
background-color: #B33F3A;
}
.BgClassName
{
background-color: #B33F3A;
}
</style>
border-color css
<style>
span { border-color: #B33F3A; }
span { border-color: rgb(179,63,58); }
td.TdClassName
{
border-color: #B33F3A;
}
.TagClassName
{
border-color: #B33F3A;
}
</style>