Shades of Medium Carmine #B33534
Tints of Medium Carmine #B33534
RGB
CMYK
RGB Variations
Color information
#B33534 (or 0xB33534) is known color: Medium Carmine. HEX triplet: B3, 35 and 34. RGB value is (179,53,52). Sum of RGB (Red+Green+Blue) = 179+53+52=284 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.03% from 284); Green value is 53 (21.09% from 255 or 18.66% from 284); Blue value is 52 (20.70% from 255 or 18.31% from 284); Max value from RGB is 179 - color contains mainly: red. Hex color #B33534 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33534 is #4CCACB. Grayscale: #5A5A5A. Windows color (decimal): -5032652 or 3421619. OLE color: 3421619.
HSL color Cylindrical-coordinate representation of color #B33534: hue angle of 0.47º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B33534 is Cyan = 0, Magento = 0.70, Yellow = 0.71 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 53 | 52 | - |
| CMYK | 0 | 0.70 | 0.71 | 0.30 |
| HSL | 0.47º | 0.55% | 0.45% | - |
| HSV(B) | 0.47º | 0.71% | 0.7% | - |
| XYZ | 20.48 | 12.38 | 4.56 | - |
| YUV | 90.56 | 106.24 | 191.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 53 | 52 | 0 | 0.70 | 0.71 | 0.30 | 0.47 | 0.55 | 0.45 |
| Hex | B3 | 35 | 34 | 0 | 46 | 47 | 1E | 0 | 37 | 2D |
| Octal | 263 | 65 | 64 | 0 | 106 | 107 | 36 | 0 | 67 | 55 |
| Binary | 10110011 | 110101 | 110100 | 0 | 1000110 | 1000111 | 11110 | 0 | 110111 | 101101 |
Color Harmonies of #B33534
Complementary color
Monochromatic Colors of #B33534
Black with #B33534
Text Example
Text Example
White with #B33534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33534; }
p { color: rgb(179,53,52); }
H1.HeaderClassName
{
color: #B33534;
}
.AnyTagClassName
{
color: #B33534;
}
</style>
background-color css
<style>
a { background-color: #B33534; }
a { background-color: rgb(179,53,52); }
div.DivClassName
{
background-color: #B33534;
}
.BgClassName
{
background-color: #B33534;
}
</style>
border-color css
<style>
span { border-color: #B33534; }
span { border-color: rgb(179,53,52); }
td.TdClassName
{
border-color: #B33534;
}
.TagClassName
{
border-color: #B33534;
}
</style>