Shades of Medium Carmine #B93F25
Tints of Medium Carmine #B93F25
RGB
CMYK
RGB Variations
Color information
#B93F25 (or 0xB93F25) is known color: Medium Carmine. HEX triplet: B9, 3F and 25. RGB value is (185,63,37). Sum of RGB (Red+Green+Blue) = 185+63+37=285 (37% of max value = 765). Red value is 185 (72.66% from 255 or 64.91% from 285); Green value is 63 (25% from 255 or 22.11% from 285); Blue value is 37 (14.84% from 255 or 12.98% from 285); Max value from RGB is 185 - color contains mainly: red. Hex color #B93F25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93F25 is #46C0DA. Grayscale: #606060. Windows color (decimal): -4636891 or 2441145. OLE color: 2441145.
HSL color Cylindrical-coordinate representation of color #B93F25: hue angle of 10.54º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B93F25 is Cyan = 0, Magento = 0.66, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 63 | 37 | - |
| CMYK | 0 | 0.66 | 0.80 | 0.27 |
| HSL | 10.54º | 0.67% | 0.44% | - |
| HSV(B) | 10.54º | 0.8% | 0.73% | - |
| XYZ | 22.12 | 14 | 3.29 | - |
| YUV | 96.51 | 94.42 | 191.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 63 | 37 | 0 | 0.66 | 0.80 | 0.27 | 10.54 | 0.67 | 0.44 |
| Hex | B9 | 3F | 25 | 0 | 42 | 50 | 1B | B | 43 | 2C |
| Octal | 271 | 77 | 45 | 0 | 102 | 120 | 33 | 13 | 103 | 54 |
| Binary | 10111001 | 111111 | 100101 | 0 | 1000010 | 1010000 | 11011 | 1011 | 1000011 | 101100 |
Color Harmonies of #B93F25
Complementary color
Monochromatic Colors of #B93F25
Black with #B93F25
Text Example
Text Example
White with #B93F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93F25; }
p { color: rgb(185,63,37); }
H1.HeaderClassName
{
color: #B93F25;
}
.AnyTagClassName
{
color: #B93F25;
}
</style>
background-color css
<style>
a { background-color: #B93F25; }
a { background-color: rgb(185,63,37); }
div.DivClassName
{
background-color: #B93F25;
}
.BgClassName
{
background-color: #B93F25;
}
</style>
border-color css
<style>
span { border-color: #B93F25; }
span { border-color: rgb(185,63,37); }
td.TdClassName
{
border-color: #B93F25;
}
.TagClassName
{
border-color: #B93F25;
}
</style>