Shades of Medium Carmine #B54632
Tints of Medium Carmine #B54632
RGB
CMYK
RGB Variations
Color information
#B54632 (or 0xB54632) is known color: Medium Carmine. HEX triplet: B5, 46 and 32. RGB value is (181,70,50). Sum of RGB (Red+Green+Blue) = 181+70+50=301 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.13% from 301); Green value is 70 (27.73% from 255 or 23.26% from 301); Blue value is 50 (19.92% from 255 or 16.61% from 301); Max value from RGB is 181 - color contains mainly: red. Hex color #B54632 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54632 is #4AB9CD. Grayscale: #656565. Windows color (decimal): -4897230 or 3294901. OLE color: 3294901.
HSL color Cylindrical-coordinate representation of color #B54632: hue angle of 9.16º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B54632 is Cyan = 0, Magento = 0.61, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 70 | 50 | - |
| CMYK | 0 | 0.61 | 0.72 | 0.29 |
| HSL | 9.16º | 0.57% | 0.45% | - |
| HSV(B) | 9.16º | 0.72% | 0.71% | - |
| XYZ | 21.82 | 14.43 | 4.65 | - |
| YUV | 100.91 | 99.27 | 185.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 70 | 50 | 0 | 0.61 | 0.72 | 0.29 | 9.16 | 0.57 | 0.45 |
| Hex | B5 | 46 | 32 | 0 | 3D | 48 | 1D | 9 | 39 | 2D |
| Octal | 265 | 106 | 62 | 0 | 75 | 110 | 35 | 11 | 71 | 55 |
| Binary | 10110101 | 1000110 | 110010 | 0 | 111101 | 1001000 | 11101 | 1001 | 111001 | 101101 |
Color Harmonies of #B54632
Complementary color
Monochromatic Colors of #B54632
Black with #B54632
Text Example
Text Example
White with #B54632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54632; }
p { color: rgb(181,70,50); }
H1.HeaderClassName
{
color: #B54632;
}
.AnyTagClassName
{
color: #B54632;
}
</style>
background-color css
<style>
a { background-color: #B54632; }
a { background-color: rgb(181,70,50); }
div.DivClassName
{
background-color: #B54632;
}
.BgClassName
{
background-color: #B54632;
}
</style>
border-color css
<style>
span { border-color: #B54632; }
span { border-color: rgb(181,70,50); }
td.TdClassName
{
border-color: #B54632;
}
.TagClassName
{
border-color: #B54632;
}
</style>