Shades of Medium Carmine #B94329
Tints of Medium Carmine #B94329
RGB
CMYK
RGB Variations
Color information
#B94329 (or 0xB94329) is known color: Medium Carmine. HEX triplet: B9, 43 and 29. RGB value is (185,67,41). Sum of RGB (Red+Green+Blue) = 185+67+41=293 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.14% from 293); Green value is 67 (26.56% from 255 or 22.87% from 293); Blue value is 41 (16.41% from 255 or 13.99% from 293); Max value from RGB is 185 - color contains mainly: red. Hex color #B94329 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94329 is #46BCD6. Grayscale: #636363. Windows color (decimal): -4635863 or 2704313. OLE color: 2704313.
HSL color Cylindrical-coordinate representation of color #B94329: hue angle of 10.83º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B94329 is Cyan = 0, Magento = 0.64, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 67 | 41 | - |
| CMYK | 0 | 0.64 | 0.78 | 0.27 |
| HSL | 10.83º | 0.64% | 0.44% | - |
| HSV(B) | 10.83º | 0.78% | 0.73% | - |
| XYZ | 22.41 | 14.49 | 3.71 | - |
| YUV | 99.32 | 95.09 | 189.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 67 | 41 | 0 | 0.64 | 0.78 | 0.27 | 10.83 | 0.64 | 0.44 |
| Hex | B9 | 43 | 29 | 0 | 40 | 4E | 1B | B | 40 | 2C |
| Octal | 271 | 103 | 51 | 0 | 100 | 116 | 33 | 13 | 100 | 54 |
| Binary | 10111001 | 1000011 | 101001 | 0 | 1000000 | 1001110 | 11011 | 1011 | 1000000 | 101100 |
Color Harmonies of #B94329
Complementary color
Monochromatic Colors of #B94329
Black with #B94329
Text Example
Text Example
White with #B94329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94329; }
p { color: rgb(185,67,41); }
H1.HeaderClassName
{
color: #B94329;
}
.AnyTagClassName
{
color: #B94329;
}
</style>
background-color css
<style>
a { background-color: #B94329; }
a { background-color: rgb(185,67,41); }
div.DivClassName
{
background-color: #B94329;
}
.BgClassName
{
background-color: #B94329;
}
</style>
border-color css
<style>
span { border-color: #B94329; }
span { border-color: rgb(185,67,41); }
td.TdClassName
{
border-color: #B94329;
}
.TagClassName
{
border-color: #B94329;
}
</style>