Shades of Medium Carmine #B33C2D
Tints of Medium Carmine #B33C2D
RGB
CMYK
RGB Variations
Color information
#B33C2D (or 0xB33C2D) is known color: Medium Carmine. HEX triplet: B3, 3C and 2D. RGB value is (179,60,45). Sum of RGB (Red+Green+Blue) = 179+60+45=284 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.03% from 284); Green value is 60 (23.83% from 255 or 21.13% from 284); Blue value is 45 (17.97% from 255 or 15.85% from 284); Max value from RGB is 179 - color contains mainly: red. Hex color #B33C2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33C2D is #4CC3D2. Grayscale: #5E5E5E. Windows color (decimal): -5030867 or 2964659. OLE color: 2964659.
HSL color Cylindrical-coordinate representation of color #B33C2D: hue angle of 6.72º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B33C2D is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 60 | 45 | - |
| CMYK | 0 | 0.66 | 0.75 | 0.30 |
| HSL | 6.72º | 0.6% | 0.44% | - |
| HSV(B) | 6.72º | 0.75% | 0.7% | - |
| XYZ | 20.68 | 13 | 3.9 | - |
| YUV | 93.87 | 100.42 | 188.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 60 | 45 | 0 | 0.66 | 0.75 | 0.30 | 6.72 | 0.6 | 0.44 |
| Hex | B3 | 3C | 2D | 0 | 42 | 4B | 1E | 7 | 3C | 2C |
| Octal | 263 | 74 | 55 | 0 | 102 | 113 | 36 | 7 | 74 | 54 |
| Binary | 10110011 | 111100 | 101101 | 0 | 1000010 | 1001011 | 11110 | 111 | 111100 | 101100 |
Color Harmonies of #B33C2D
Complementary color
Monochromatic Colors of #B33C2D
Black with #B33C2D
Text Example
Text Example
White with #B33C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33C2D; }
p { color: rgb(179,60,45); }
H1.HeaderClassName
{
color: #B33C2D;
}
.AnyTagClassName
{
color: #B33C2D;
}
</style>
background-color css
<style>
a { background-color: #B33C2D; }
a { background-color: rgb(179,60,45); }
div.DivClassName
{
background-color: #B33C2D;
}
.BgClassName
{
background-color: #B33C2D;
}
</style>
border-color css
<style>
span { border-color: #B33C2D; }
span { border-color: rgb(179,60,45); }
td.TdClassName
{
border-color: #B33C2D;
}
.TagClassName
{
border-color: #B33C2D;
}
</style>