Shades of Medium Carmine #B13927
Tints of Medium Carmine #B13927
RGB
CMYK
RGB Variations
Color information
#B13927 (or 0xB13927) is known color: Medium Carmine. HEX triplet: B1, 39 and 27. RGB value is (177,57,39). Sum of RGB (Red+Green+Blue) = 177+57+39=273 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.84% from 273); Green value is 57 (22.66% from 255 or 20.88% from 273); Blue value is 39 (15.62% from 255 or 14.29% from 273); Max value from RGB is 177 - color contains mainly: red. Hex color #B13927 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13927 is #4EC6D8. Grayscale: #5B5B5B. Windows color (decimal): -5162713 or 2570673. OLE color: 2570673.
HSL color Cylindrical-coordinate representation of color #B13927: hue angle of 7.83º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B13927 is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 57 | 39 | - |
| CMYK | 0 | 0.68 | 0.78 | 0.31 |
| HSL | 7.83º | 0.64% | 0.42% | - |
| HSV(B) | 7.83º | 0.78% | 0.69% | - |
| XYZ | 19.96 | 12.42 | 3.26 | - |
| YUV | 90.83 | 98.76 | 189.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 57 | 39 | 0 | 0.68 | 0.78 | 0.31 | 7.83 | 0.64 | 0.42 |
| Hex | B1 | 39 | 27 | 0 | 44 | 4E | 1F | 8 | 40 | 2A |
| Octal | 261 | 71 | 47 | 0 | 104 | 116 | 37 | 10 | 100 | 52 |
| Binary | 10110001 | 111001 | 100111 | 0 | 1000100 | 1001110 | 11111 | 1000 | 1000000 | 101010 |
Color Harmonies of #B13927
Complementary color
Monochromatic Colors of #B13927
Black with #B13927
Text Example
Text Example
White with #B13927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13927; }
p { color: rgb(177,57,39); }
H1.HeaderClassName
{
color: #B13927;
}
.AnyTagClassName
{
color: #B13927;
}
</style>
background-color css
<style>
a { background-color: #B13927; }
a { background-color: rgb(177,57,39); }
div.DivClassName
{
background-color: #B13927;
}
.BgClassName
{
background-color: #B13927;
}
</style>
border-color css
<style>
span { border-color: #B13927; }
span { border-color: rgb(177,57,39); }
td.TdClassName
{
border-color: #B13927;
}
.TagClassName
{
border-color: #B13927;
}
</style>