Shades of Medium Carmine #B3382C
Tints of Medium Carmine #B3382C
RGB
CMYK
RGB Variations
Color information
#B3382C (or 0xB3382C) is known color: Medium Carmine. HEX triplet: B3, 38 and 2C. RGB value is (179,56,44). Sum of RGB (Red+Green+Blue) = 179+56+44=279 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.16% from 279); Green value is 56 (22.27% from 255 or 20.07% from 279); Blue value is 44 (17.58% from 255 or 15.77% from 279); Max value from RGB is 179 - color contains mainly: red. Hex color #B3382C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3382C is #4CC7D3. Grayscale: #5B5B5B. Windows color (decimal): -5031892 or 2898099. OLE color: 2898099.
HSL color Cylindrical-coordinate representation of color #B3382C: hue angle of 5.33º degrees, saturation: 0.61, 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 #B3382C is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 56 | 44 | - |
| CMYK | 0 | 0.69 | 0.75 | 0.30 |
| HSL | 5.33º | 0.61% | 0.44% | - |
| HSV(B) | 5.33º | 0.75% | 0.7% | - |
| XYZ | 20.46 | 12.59 | 3.74 | - |
| YUV | 91.41 | 101.25 | 190.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 56 | 44 | 0 | 0.69 | 0.75 | 0.30 | 5.33 | 0.61 | 0.44 |
| Hex | B3 | 38 | 2C | 0 | 45 | 4B | 1E | 5 | 3D | 2C |
| Octal | 263 | 70 | 54 | 0 | 105 | 113 | 36 | 5 | 75 | 54 |
| Binary | 10110011 | 111000 | 101100 | 0 | 1000101 | 1001011 | 11110 | 101 | 111101 | 101100 |
Color Harmonies of #B3382C
Complementary color
Monochromatic Colors of #B3382C
Black with #B3382C
Text Example
Text Example
White with #B3382C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3382C; }
p { color: rgb(179,56,44); }
H1.HeaderClassName
{
color: #B3382C;
}
.AnyTagClassName
{
color: #B3382C;
}
</style>
background-color css
<style>
a { background-color: #B3382C; }
a { background-color: rgb(179,56,44); }
div.DivClassName
{
background-color: #B3382C;
}
.BgClassName
{
background-color: #B3382C;
}
</style>
border-color css
<style>
span { border-color: #B3382C; }
span { border-color: rgb(179,56,44); }
td.TdClassName
{
border-color: #B3382C;
}
.TagClassName
{
border-color: #B3382C;
}
</style>