Shades of Medium Carmine #B93624
Tints of Medium Carmine #B93624
RGB
CMYK
RGB Variations
Color information
#B93624 (or 0xB93624) is known color: Medium Carmine. HEX triplet: B9, 36 and 24. RGB value is (185,54,36). Sum of RGB (Red+Green+Blue) = 185+54+36=275 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.27% from 275); Green value is 54 (21.48% from 255 or 19.64% from 275); Blue value is 36 (14.45% from 255 or 13.09% from 275); Max value from RGB is 185 - color contains mainly: red. Hex color #B93624 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93624 is #46C9DB. Grayscale: #5B5B5B. Windows color (decimal): -4639196 or 2373305. OLE color: 2373305.
HSL color Cylindrical-coordinate representation of color #B93624: hue angle of 7.25º degrees, saturation: 0.67, 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 #B93624 is Cyan = 0, Magento = 0.71, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 54 | 36 | - |
| CMYK | 0 | 0.71 | 0.81 | 0.27 |
| HSL | 7.25º | 0.67% | 0.43% | - |
| HSV(B) | 7.25º | 0.81% | 0.73% | - |
| XYZ | 21.65 | 13.08 | 3.05 | - |
| YUV | 91.12 | 96.9 | 194.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 54 | 36 | 0 | 0.71 | 0.81 | 0.27 | 7.25 | 0.67 | 0.43 |
| Hex | B9 | 36 | 24 | 0 | 47 | 51 | 1B | 7 | 43 | 2B |
| Octal | 271 | 66 | 44 | 0 | 107 | 121 | 33 | 7 | 103 | 53 |
| Binary | 10111001 | 110110 | 100100 | 0 | 1000111 | 1010001 | 11011 | 111 | 1000011 | 101011 |
Color Harmonies of #B93624
Complementary color
Monochromatic Colors of #B93624
Black with #B93624
Text Example
Text Example
White with #B93624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93624; }
p { color: rgb(185,54,36); }
H1.HeaderClassName
{
color: #B93624;
}
.AnyTagClassName
{
color: #B93624;
}
</style>
background-color css
<style>
a { background-color: #B93624; }
a { background-color: rgb(185,54,36); }
div.DivClassName
{
background-color: #B93624;
}
.BgClassName
{
background-color: #B93624;
}
</style>
border-color css
<style>
span { border-color: #B93624; }
span { border-color: rgb(185,54,36); }
td.TdClassName
{
border-color: #B93624;
}
.TagClassName
{
border-color: #B93624;
}
</style>