Shades of Medium Carmine #B04026
Tints of Medium Carmine #B04026
RGB
CMYK
RGB Variations
Color information
#B04026 (or 0xB04026) is known color: Medium Carmine. HEX triplet: B0, 40 and 26. RGB value is (176,64,38). Sum of RGB (Red+Green+Blue) = 176+64+38=278 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.31% from 278); Green value is 64 (25.39% from 255 or 23.02% from 278); Blue value is 38 (15.23% from 255 or 13.67% from 278); Max value from RGB is 176 - color contains mainly: red. Hex color #B04026 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04026 is #4FBFD9. Grayscale: #5E5E5E. Windows color (decimal): -5226458 or 2506928. OLE color: 2506928.
HSL color Cylindrical-coordinate representation of color #B04026: hue angle of 11.3º 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 #B04026 is Cyan = 0, Magento = 0.64, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 64 | 38 | - |
| CMYK | 0 | 0.64 | 0.78 | 0.31 |
| HSL | 11.3º | 0.64% | 0.42% | - |
| HSV(B) | 11.3º | 0.78% | 0.69% | - |
| XYZ | 20.09 | 13.04 | 3.29 | - |
| YUV | 94.52 | 96.11 | 186.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 64 | 38 | 0 | 0.64 | 0.78 | 0.31 | 11.3 | 0.64 | 0.42 |
| Hex | B0 | 40 | 26 | 0 | 40 | 4E | 1F | B | 40 | 2A |
| Octal | 260 | 100 | 46 | 0 | 100 | 116 | 37 | 13 | 100 | 52 |
| Binary | 10110000 | 1000000 | 100110 | 0 | 1000000 | 1001110 | 11111 | 1011 | 1000000 | 101010 |
Color Harmonies of #B04026
Complementary color
Monochromatic Colors of #B04026
Black with #B04026
Text Example
Text Example
White with #B04026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04026; }
p { color: rgb(176,64,38); }
H1.HeaderClassName
{
color: #B04026;
}
.AnyTagClassName
{
color: #B04026;
}
</style>
background-color css
<style>
a { background-color: #B04026; }
a { background-color: rgb(176,64,38); }
div.DivClassName
{
background-color: #B04026;
}
.BgClassName
{
background-color: #B04026;
}
</style>
border-color css
<style>
span { border-color: #B04026; }
span { border-color: rgb(176,64,38); }
td.TdClassName
{
border-color: #B04026;
}
.TagClassName
{
border-color: #B04026;
}
</style>