Shades of Medium Carmine #B84328
Tints of Medium Carmine #B84328
RGB
CMYK
RGB Variations
Color information
#B84328 (or 0xB84328) is known color: Medium Carmine. HEX triplet: B8, 43 and 28. RGB value is (184,67,40). Sum of RGB (Red+Green+Blue) = 184+67+40=291 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.23% from 291); Green value is 67 (26.56% from 255 or 23.02% from 291); Blue value is 40 (16.02% from 255 or 13.75% from 291); Max value from RGB is 184 - color contains mainly: red. Hex color #B84328 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84328 is #47BCD7. Grayscale: #636363. Windows color (decimal): -4701400 or 2638776. OLE color: 2638776.
HSL color Cylindrical-coordinate representation of color #B84328: hue angle of 11.25º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B84328 is Cyan = 0, Magento = 0.64, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 67 | 40 | - |
| CMYK | 0 | 0.64 | 0.78 | 0.28 |
| HSL | 11.25º | 0.64% | 0.44% | - |
| HSV(B) | 11.25º | 0.78% | 0.72% | - |
| XYZ | 22.16 | 14.36 | 3.61 | - |
| YUV | 98.91 | 94.76 | 188.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 67 | 40 | 0 | 0.64 | 0.78 | 0.28 | 11.25 | 0.64 | 0.44 |
| Hex | B8 | 43 | 28 | 0 | 40 | 4E | 1C | B | 40 | 2C |
| Octal | 270 | 103 | 50 | 0 | 100 | 116 | 34 | 13 | 100 | 54 |
| Binary | 10111000 | 1000011 | 101000 | 0 | 1000000 | 1001110 | 11100 | 1011 | 1000000 | 101100 |
Color Harmonies of #B84328
Complementary color
Monochromatic Colors of #B84328
Black with #B84328
Text Example
Text Example
White with #B84328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84328; }
p { color: rgb(184,67,40); }
H1.HeaderClassName
{
color: #B84328;
}
.AnyTagClassName
{
color: #B84328;
}
</style>
background-color css
<style>
a { background-color: #B84328; }
a { background-color: rgb(184,67,40); }
div.DivClassName
{
background-color: #B84328;
}
.BgClassName
{
background-color: #B84328;
}
</style>
border-color css
<style>
span { border-color: #B84328; }
span { border-color: rgb(184,67,40); }
td.TdClassName
{
border-color: #B84328;
}
.TagClassName
{
border-color: #B84328;
}
</style>