Shades of Medium Carmine #B5332C
Tints of Medium Carmine #B5332C
RGB
CMYK
RGB Variations
Color information
#B5332C (or 0xB5332C) is known color: Medium Carmine. HEX triplet: B5, 33 and 2C. RGB value is (181,51,44). Sum of RGB (Red+Green+Blue) = 181+51+44=276 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.58% from 276); Green value is 51 (20.31% from 255 or 18.48% from 276); Blue value is 44 (17.58% from 255 or 15.94% from 276); Max value from RGB is 181 - color contains mainly: red. Hex color #B5332C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5332C is #4ACCD3. Grayscale: #595959. Windows color (decimal): -4902100 or 2896821. OLE color: 2896821.
HSL color Cylindrical-coordinate representation of color #B5332C: hue angle of 3.07º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B5332C is Cyan = 0, Magento = 0.72, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 51 | 44 | - |
| CMYK | 0 | 0.72 | 0.76 | 0.29 |
| HSL | 3.07º | 0.61% | 0.44% | - |
| HSV(B) | 3.07º | 0.76% | 0.71% | - |
| XYZ | 20.69 | 12.37 | 3.68 | - |
| YUV | 89.07 | 102.57 | 193.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 51 | 44 | 0 | 0.72 | 0.76 | 0.29 | 3.07 | 0.61 | 0.44 |
| Hex | B5 | 33 | 2C | 0 | 48 | 4C | 1D | 3 | 3D | 2C |
| Octal | 265 | 63 | 54 | 0 | 110 | 114 | 35 | 3 | 75 | 54 |
| Binary | 10110101 | 110011 | 101100 | 0 | 1001000 | 1001100 | 11101 | 11 | 111101 | 101100 |
Color Harmonies of #B5332C
Complementary color
Monochromatic Colors of #B5332C
Black with #B5332C
Text Example
Text Example
White with #B5332C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5332C; }
p { color: rgb(181,51,44); }
H1.HeaderClassName
{
color: #B5332C;
}
.AnyTagClassName
{
color: #B5332C;
}
</style>
background-color css
<style>
a { background-color: #B5332C; }
a { background-color: rgb(181,51,44); }
div.DivClassName
{
background-color: #B5332C;
}
.BgClassName
{
background-color: #B5332C;
}
</style>
border-color css
<style>
span { border-color: #B5332C; }
span { border-color: rgb(181,51,44); }
td.TdClassName
{
border-color: #B5332C;
}
.TagClassName
{
border-color: #B5332C;
}
</style>