Shades of Medium Carmine #B5322E
Tints of Medium Carmine #B5322E
RGB
CMYK
RGB Variations
Color information
#B5322E (or 0xB5322E) is known color: Medium Carmine. HEX triplet: B5, 32 and 2E. RGB value is (181,50,46). Sum of RGB (Red+Green+Blue) = 181+50+46=277 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.34% from 277); Green value is 50 (19.92% from 255 or 18.05% from 277); Blue value is 46 (18.36% from 255 or 16.61% from 277); Max value from RGB is 181 - color contains mainly: red. Hex color #B5322E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5322E is #4ACDD1. Grayscale: #585858. Windows color (decimal): -4902354 or 3027637. OLE color: 3027637.
HSL color Cylindrical-coordinate representation of color #B5322E: hue angle of 1.78º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B5322E is Cyan = 0, Magento = 0.72, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 50 | 46 | - |
| CMYK | 0 | 0.72 | 0.75 | 0.29 |
| HSL | 1.78º | 0.59% | 0.45% | - |
| HSV(B) | 1.78º | 0.75% | 0.71% | - |
| XYZ | 20.69 | 12.3 | 3.87 | - |
| YUV | 88.71 | 103.9 | 193.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 50 | 46 | 0 | 0.72 | 0.75 | 0.29 | 1.78 | 0.59 | 0.45 |
| Hex | B5 | 32 | 2E | 0 | 48 | 4B | 1D | 2 | 3B | 2D |
| Octal | 265 | 62 | 56 | 0 | 110 | 113 | 35 | 2 | 73 | 55 |
| Binary | 10110101 | 110010 | 101110 | 0 | 1001000 | 1001011 | 11101 | 10 | 111011 | 101101 |
Color Harmonies of #B5322E
Complementary color
Monochromatic Colors of #B5322E
Black with #B5322E
Text Example
Text Example
White with #B5322E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5322E; }
p { color: rgb(181,50,46); }
H1.HeaderClassName
{
color: #B5322E;
}
.AnyTagClassName
{
color: #B5322E;
}
</style>
background-color css
<style>
a { background-color: #B5322E; }
a { background-color: rgb(181,50,46); }
div.DivClassName
{
background-color: #B5322E;
}
.BgClassName
{
background-color: #B5322E;
}
</style>
border-color css
<style>
span { border-color: #B5322E; }
span { border-color: rgb(181,50,46); }
td.TdClassName
{
border-color: #B5322E;
}
.TagClassName
{
border-color: #B5322E;
}
</style>