Shades of Medium Carmine #B04338
Tints of Medium Carmine #B04338
RGB
CMYK
RGB Variations
Color information
#B04338 (or 0xB04338) is known color: Medium Carmine. HEX triplet: B0, 43 and 38. RGB value is (176,67,56). Sum of RGB (Red+Green+Blue) = 176+67+56=299 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.86% from 299); Green value is 67 (26.56% from 255 or 22.41% from 299); Blue value is 56 (22.27% from 255 or 18.73% from 299); Max value from RGB is 176 - color contains mainly: red. Hex color #B04338 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04338 is #4FBCC7. Grayscale: #626262. Windows color (decimal): -5225672 or 3687344. OLE color: 3687344.
HSL color Cylindrical-coordinate representation of color #B04338: hue angle of 5.5º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B04338 is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 67 | 56 | - |
| CMYK | 0 | 0.62 | 0.68 | 0.31 |
| HSL | 5.5º | 0.52% | 0.45% | - |
| HSV(B) | 5.5º | 0.68% | 0.69% | - |
| XYZ | 20.63 | 13.53 | 5.27 | - |
| YUV | 98.34 | 104.11 | 183.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 67 | 56 | 0 | 0.62 | 0.68 | 0.31 | 5.5 | 0.52 | 0.45 |
| Hex | B0 | 43 | 38 | 0 | 3E | 44 | 1F | 6 | 34 | 2D |
| Octal | 260 | 103 | 70 | 0 | 76 | 104 | 37 | 6 | 64 | 55 |
| Binary | 10110000 | 1000011 | 111000 | 0 | 111110 | 1000100 | 11111 | 110 | 110100 | 101101 |
Color Harmonies of #B04338
Complementary color
Monochromatic Colors of #B04338
Black with #B04338
Text Example
Text Example
White with #B04338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04338; }
p { color: rgb(176,67,56); }
H1.HeaderClassName
{
color: #B04338;
}
.AnyTagClassName
{
color: #B04338;
}
</style>
background-color css
<style>
a { background-color: #B04338; }
a { background-color: rgb(176,67,56); }
div.DivClassName
{
background-color: #B04338;
}
.BgClassName
{
background-color: #B04338;
}
</style>
border-color css
<style>
span { border-color: #B04338; }
span { border-color: rgb(176,67,56); }
td.TdClassName
{
border-color: #B04338;
}
.TagClassName
{
border-color: #B04338;
}
</style>