Shades of Medium Carmine #B93628
Tints of Medium Carmine #B93628
RGB
CMYK
RGB Variations
Color information
#B93628 (or 0xB93628) is known color: Medium Carmine. HEX triplet: B9, 36 and 28. RGB value is (185,54,40). Sum of RGB (Red+Green+Blue) = 185+54+40=279 (36% of max value = 765). Red value is 185 (72.66% from 255 or 66.31% from 279); Green value is 54 (21.48% from 255 or 19.35% from 279); Blue value is 40 (16.02% from 255 or 14.34% from 279); Max value from RGB is 185 - color contains mainly: red. Hex color #B93628 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93628 is #46C9D7. Grayscale: #5B5B5B. Windows color (decimal): -4639192 or 2635449. OLE color: 2635449.
HSL color Cylindrical-coordinate representation of color #B93628: hue angle of 5.79º 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 #B93628 is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 54 | 40 | - |
| CMYK | 0 | 0.71 | 0.78 | 0.27 |
| HSL | 5.79º | 0.64% | 0.44% | - |
| HSV(B) | 5.79º | 0.78% | 0.73% | - |
| XYZ | 21.71 | 13.11 | 3.39 | - |
| YUV | 91.57 | 98.9 | 194.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 54 | 40 | 0 | 0.71 | 0.78 | 0.27 | 5.79 | 0.64 | 0.44 |
| Hex | B9 | 36 | 28 | 0 | 47 | 4E | 1B | 6 | 40 | 2C |
| Octal | 271 | 66 | 50 | 0 | 107 | 116 | 33 | 6 | 100 | 54 |
| Binary | 10111001 | 110110 | 101000 | 0 | 1000111 | 1001110 | 11011 | 110 | 1000000 | 101100 |
Color Harmonies of #B93628
Complementary color
Monochromatic Colors of #B93628
Black with #B93628
Text Example
Text Example
White with #B93628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93628; }
p { color: rgb(185,54,40); }
H1.HeaderClassName
{
color: #B93628;
}
.AnyTagClassName
{
color: #B93628;
}
</style>
background-color css
<style>
a { background-color: #B93628; }
a { background-color: rgb(185,54,40); }
div.DivClassName
{
background-color: #B93628;
}
.BgClassName
{
background-color: #B93628;
}
</style>
border-color css
<style>
span { border-color: #B93628; }
span { border-color: rgb(185,54,40); }
td.TdClassName
{
border-color: #B93628;
}
.TagClassName
{
border-color: #B93628;
}
</style>