Shades of Medium Carmine #B93823
Tints of Medium Carmine #B93823
RGB
CMYK
RGB Variations
Color information
#B93823 (or 0xB93823) is known color: Medium Carmine. HEX triplet: B9, 38 and 23. RGB value is (185,56,35). Sum of RGB (Red+Green+Blue) = 185+56+35=276 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.03% from 276); Green value is 56 (22.27% from 255 or 20.29% from 276); Blue value is 35 (14.06% from 255 or 12.68% from 276); Max value from RGB is 185 - color contains mainly: red. Hex color #B93823 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93823 is #46C7DC. Grayscale: #5C5C5C. Windows color (decimal): -4638685 or 2308281. OLE color: 2308281.
HSL color Cylindrical-coordinate representation of color #B93823: hue angle of 8.4º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B93823 is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 56 | 35 | - |
| CMYK | 0 | 0.70 | 0.81 | 0.27 |
| HSL | 8.4º | 0.68% | 0.43% | - |
| HSV(B) | 8.4º | 0.81% | 0.73% | - |
| XYZ | 21.73 | 13.26 | 3.01 | - |
| YUV | 92.18 | 95.74 | 194.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 56 | 35 | 0 | 0.70 | 0.81 | 0.27 | 8.4 | 0.68 | 0.43 |
| Hex | B9 | 38 | 23 | 0 | 46 | 51 | 1B | 8 | 44 | 2B |
| Octal | 271 | 70 | 43 | 0 | 106 | 121 | 33 | 10 | 104 | 53 |
| Binary | 10111001 | 111000 | 100011 | 0 | 1000110 | 1010001 | 11011 | 1000 | 1000100 | 101011 |
Color Harmonies of #B93823
Complementary color
Monochromatic Colors of #B93823
Black with #B93823
Text Example
Text Example
White with #B93823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93823; }
p { color: rgb(185,56,35); }
H1.HeaderClassName
{
color: #B93823;
}
.AnyTagClassName
{
color: #B93823;
}
</style>
background-color css
<style>
a { background-color: #B93823; }
a { background-color: rgb(185,56,35); }
div.DivClassName
{
background-color: #B93823;
}
.BgClassName
{
background-color: #B93823;
}
</style>
border-color css
<style>
span { border-color: #B93823; }
span { border-color: rgb(185,56,35); }
td.TdClassName
{
border-color: #B93823;
}
.TagClassName
{
border-color: #B93823;
}
</style>