Shades of Medium Carmine #B33C29
Tints of Medium Carmine #B33C29
RGB
CMYK
RGB Variations
Color information
#B33C29 (or 0xB33C29) is known color: Medium Carmine. HEX triplet: B3, 3C and 29. RGB value is (179,60,41). Sum of RGB (Red+Green+Blue) = 179+60+41=280 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.93% from 280); Green value is 60 (23.83% from 255 or 21.43% from 280); Blue value is 41 (16.41% from 255 or 14.64% from 280); Max value from RGB is 179 - color contains mainly: red. Hex color #B33C29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33C29 is #4CC3D6. Grayscale: #5D5D5D. Windows color (decimal): -5030871 or 2702515. OLE color: 2702515.
HSL color Cylindrical-coordinate representation of color #B33C29: hue angle of 8.26º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B33C29 is Cyan = 0, Magento = 0.66, Yellow = 0.77 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 60 | 41 | - |
| CMYK | 0 | 0.66 | 0.77 | 0.30 |
| HSL | 8.26º | 0.63% | 0.43% | - |
| HSV(B) | 8.26º | 0.77% | 0.7% | - |
| XYZ | 20.61 | 12.98 | 3.52 | - |
| YUV | 93.42 | 98.42 | 189.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 60 | 41 | 0 | 0.66 | 0.77 | 0.30 | 8.26 | 0.63 | 0.43 |
| Hex | B3 | 3C | 29 | 0 | 42 | 4D | 1E | 8 | 3F | 2B |
| Octal | 263 | 74 | 51 | 0 | 102 | 115 | 36 | 10 | 77 | 53 |
| Binary | 10110011 | 111100 | 101001 | 0 | 1000010 | 1001101 | 11110 | 1000 | 111111 | 101011 |
Color Harmonies of #B33C29
Complementary color
Monochromatic Colors of #B33C29
Black with #B33C29
Text Example
Text Example
White with #B33C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33C29; }
p { color: rgb(179,60,41); }
H1.HeaderClassName
{
color: #B33C29;
}
.AnyTagClassName
{
color: #B33C29;
}
</style>
background-color css
<style>
a { background-color: #B33C29; }
a { background-color: rgb(179,60,41); }
div.DivClassName
{
background-color: #B33C29;
}
.BgClassName
{
background-color: #B33C29;
}
</style>
border-color css
<style>
span { border-color: #B33C29; }
span { border-color: rgb(179,60,41); }
td.TdClassName
{
border-color: #B33C29;
}
.TagClassName
{
border-color: #B33C29;
}
</style>