Shades of Medium Carmine #B33A2E
Tints of Medium Carmine #B33A2E
RGB
CMYK
RGB Variations
Color information
#B33A2E (or 0xB33A2E) is known color: Medium Carmine. HEX triplet: B3, 3A and 2E. RGB value is (179,58,46). Sum of RGB (Red+Green+Blue) = 179+58+46=283 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.25% from 283); Green value is 58 (23.05% from 255 or 20.49% from 283); Blue value is 46 (18.36% from 255 or 16.25% from 283); Max value from RGB is 179 - color contains mainly: red. Hex color #B33A2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33A2E is #4CC5D1. Grayscale: #5C5C5C. Windows color (decimal): -5031378 or 3029683. OLE color: 3029683.
HSL color Cylindrical-coordinate representation of color #B33A2E: hue angle of 5.41º degrees, saturation: 0.59, 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 #B33A2E is Cyan = 0, Magento = 0.68, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 58 | 46 | - |
| CMYK | 0 | 0.68 | 0.74 | 0.30 |
| HSL | 5.41º | 0.59% | 0.44% | - |
| HSV(B) | 5.41º | 0.74% | 0.7% | - |
| XYZ | 20.6 | 12.81 | 3.97 | - |
| YUV | 92.81 | 101.59 | 189.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 58 | 46 | 0 | 0.68 | 0.74 | 0.30 | 5.41 | 0.59 | 0.44 |
| Hex | B3 | 3A | 2E | 0 | 44 | 4A | 1E | 5 | 3B | 2C |
| Octal | 263 | 72 | 56 | 0 | 104 | 112 | 36 | 5 | 73 | 54 |
| Binary | 10110011 | 111010 | 101110 | 0 | 1000100 | 1001010 | 11110 | 101 | 111011 | 101100 |
Color Harmonies of #B33A2E
Complementary color
Monochromatic Colors of #B33A2E
Black with #B33A2E
Text Example
Text Example
White with #B33A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33A2E; }
p { color: rgb(179,58,46); }
H1.HeaderClassName
{
color: #B33A2E;
}
.AnyTagClassName
{
color: #B33A2E;
}
</style>
background-color css
<style>
a { background-color: #B33A2E; }
a { background-color: rgb(179,58,46); }
div.DivClassName
{
background-color: #B33A2E;
}
.BgClassName
{
background-color: #B33A2E;
}
</style>
border-color css
<style>
span { border-color: #B33A2E; }
span { border-color: rgb(179,58,46); }
td.TdClassName
{
border-color: #B33A2E;
}
.TagClassName
{
border-color: #B33A2E;
}
</style>