Shades of Medium Carmine #B14028
Tints of Medium Carmine #B14028
RGB
CMYK
RGB Variations
Color information
#B14028 (or 0xB14028) is known color: Medium Carmine. HEX triplet: B1, 40 and 28. RGB value is (177,64,40). Sum of RGB (Red+Green+Blue) = 177+64+40=281 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.99% from 281); Green value is 64 (25.39% from 255 or 22.78% from 281); Blue value is 40 (16.02% from 255 or 14.23% from 281); Max value from RGB is 177 - color contains mainly: red. Hex color #B14028 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14028 is #4EBFD7. Grayscale: #5F5F5F. Windows color (decimal): -5160920 or 2638001. OLE color: 2638001.
HSL color Cylindrical-coordinate representation of color #B14028: hue angle of 10.51º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B14028 is Cyan = 0, Magento = 0.64, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 64 | 40 | - |
| CMYK | 0 | 0.64 | 0.77 | 0.31 |
| HSL | 10.51º | 0.63% | 0.43% | - |
| HSV(B) | 10.51º | 0.77% | 0.69% | - |
| XYZ | 20.35 | 13.17 | 3.48 | - |
| YUV | 95.05 | 96.94 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 64 | 40 | 0 | 0.64 | 0.77 | 0.31 | 10.51 | 0.63 | 0.43 |
| Hex | B1 | 40 | 28 | 0 | 40 | 4D | 1F | B | 3F | 2B |
| Octal | 261 | 100 | 50 | 0 | 100 | 115 | 37 | 13 | 77 | 53 |
| Binary | 10110001 | 1000000 | 101000 | 0 | 1000000 | 1001101 | 11111 | 1011 | 111111 | 101011 |
Color Harmonies of #B14028
Complementary color
Monochromatic Colors of #B14028
Black with #B14028
Text Example
Text Example
White with #B14028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14028; }
p { color: rgb(177,64,40); }
H1.HeaderClassName
{
color: #B14028;
}
.AnyTagClassName
{
color: #B14028;
}
</style>
background-color css
<style>
a { background-color: #B14028; }
a { background-color: rgb(177,64,40); }
div.DivClassName
{
background-color: #B14028;
}
.BgClassName
{
background-color: #B14028;
}
</style>
border-color css
<style>
span { border-color: #B14028; }
span { border-color: rgb(177,64,40); }
td.TdClassName
{
border-color: #B14028;
}
.TagClassName
{
border-color: #B14028;
}
</style>