Shades of Medium Carmine #B33F2F
Tints of Medium Carmine #B33F2F
RGB
CMYK
RGB Variations
Color information
#B33F2F (or 0xB33F2F) is known color: Medium Carmine. HEX triplet: B3, 3F and 2F. RGB value is (179,63,47). Sum of RGB (Red+Green+Blue) = 179+63+47=289 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.94% from 289); Green value is 63 (25% from 255 or 21.80% from 289); Blue value is 47 (18.75% from 255 or 16.26% from 289); Max value from RGB is 179 - color contains mainly: red. Hex color #B33F2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33F2F is #4CC0D0. Grayscale: #606060. Windows color (decimal): -5030097 or 3096499. OLE color: 3096499.
HSL color Cylindrical-coordinate representation of color #B33F2F: hue angle of 7.27º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B33F2F is Cyan = 0, Magento = 0.65, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 63 | 47 | - |
| CMYK | 0 | 0.65 | 0.74 | 0.30 |
| HSL | 7.27º | 0.58% | 0.44% | - |
| HSV(B) | 7.27º | 0.74% | 0.7% | - |
| XYZ | 20.88 | 13.34 | 4.16 | - |
| YUV | 95.86 | 100.43 | 187.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 63 | 47 | 0 | 0.65 | 0.74 | 0.30 | 7.27 | 0.58 | 0.44 |
| Hex | B3 | 3F | 2F | 0 | 41 | 4A | 1E | 7 | 3A | 2C |
| Octal | 263 | 77 | 57 | 0 | 101 | 112 | 36 | 7 | 72 | 54 |
| Binary | 10110011 | 111111 | 101111 | 0 | 1000001 | 1001010 | 11110 | 111 | 111010 | 101100 |
Color Harmonies of #B33F2F
Complementary color
Monochromatic Colors of #B33F2F
Black with #B33F2F
Text Example
Text Example
White with #B33F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33F2F; }
p { color: rgb(179,63,47); }
H1.HeaderClassName
{
color: #B33F2F;
}
.AnyTagClassName
{
color: #B33F2F;
}
</style>
background-color css
<style>
a { background-color: #B33F2F; }
a { background-color: rgb(179,63,47); }
div.DivClassName
{
background-color: #B33F2F;
}
.BgClassName
{
background-color: #B33F2F;
}
</style>
border-color css
<style>
span { border-color: #B33F2F; }
span { border-color: rgb(179,63,47); }
td.TdClassName
{
border-color: #B33F2F;
}
.TagClassName
{
border-color: #B33F2F;
}
</style>