Shades of Medium Carmine #B33B2A
Tints of Medium Carmine #B33B2A
RGB
CMYK
RGB Variations
Color information
#B33B2A (or 0xB33B2A) is known color: Medium Carmine. HEX triplet: B3, 3B and 2A. RGB value is (179,59,42). Sum of RGB (Red+Green+Blue) = 179+59+42=280 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.93% from 280); Green value is 59 (23.44% from 255 or 21.07% from 280); Blue value is 42 (16.80% from 255 or 15% from 280); Max value from RGB is 179 - color contains mainly: red. Hex color #B33B2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33B2A is #4CC4D5. Grayscale: #5D5D5D. Windows color (decimal): -5031126 or 2767795. OLE color: 2767795.
HSL color Cylindrical-coordinate representation of color #B33B2A: hue angle of 7.45º degrees, saturation: 0.62, 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 #B33B2A is Cyan = 0, Magento = 0.67, Yellow = 0.77 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 59 | 42 | - |
| CMYK | 0 | 0.67 | 0.77 | 0.30 |
| HSL | 7.45º | 0.62% | 0.43% | - |
| HSV(B) | 7.45º | 0.77% | 0.7% | - |
| XYZ | 20.57 | 12.88 | 3.59 | - |
| YUV | 92.94 | 99.26 | 189.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 59 | 42 | 0 | 0.67 | 0.77 | 0.30 | 7.45 | 0.62 | 0.43 |
| Hex | B3 | 3B | 2A | 0 | 43 | 4D | 1E | 7 | 3E | 2B |
| Octal | 263 | 73 | 52 | 0 | 103 | 115 | 36 | 7 | 76 | 53 |
| Binary | 10110011 | 111011 | 101010 | 0 | 1000011 | 1001101 | 11110 | 111 | 111110 | 101011 |
Color Harmonies of #B33B2A
Complementary color
Monochromatic Colors of #B33B2A
Black with #B33B2A
Text Example
Text Example
White with #B33B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33B2A; }
p { color: rgb(179,59,42); }
H1.HeaderClassName
{
color: #B33B2A;
}
.AnyTagClassName
{
color: #B33B2A;
}
</style>
background-color css
<style>
a { background-color: #B33B2A; }
a { background-color: rgb(179,59,42); }
div.DivClassName
{
background-color: #B33B2A;
}
.BgClassName
{
background-color: #B33B2A;
}
</style>
border-color css
<style>
span { border-color: #B33B2A; }
span { border-color: rgb(179,59,42); }
td.TdClassName
{
border-color: #B33B2A;
}
.TagClassName
{
border-color: #B33B2A;
}
</style>