Shades of Medium Carmine #B04430
Tints of Medium Carmine #B04430
RGB
CMYK
RGB Variations
Color information
#B04430 (or 0xB04430) is known color: Medium Carmine. HEX triplet: B0, 44 and 30. RGB value is (176,68,48). Sum of RGB (Red+Green+Blue) = 176+68+48=292 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.27% from 292); Green value is 68 (26.95% from 255 or 23.29% from 292); Blue value is 48 (19.14% from 255 or 16.44% from 292); Max value from RGB is 176 - color contains mainly: red. Hex color #B04430 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04430 is #4FBBCF. Grayscale: #626262. Windows color (decimal): -5225424 or 3163312. OLE color: 3163312.
HSL color Cylindrical-coordinate representation of color #B04430: hue angle of 9.38º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B04430 is Cyan = 0, Magento = 0.61, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 68 | 48 | - |
| CMYK | 0 | 0.61 | 0.73 | 0.31 |
| HSL | 9.38º | 0.57% | 0.44% | - |
| HSV(B) | 9.38º | 0.73% | 0.69% | - |
| XYZ | 20.51 | 13.58 | 4.34 | - |
| YUV | 98.01 | 99.78 | 183.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 68 | 48 | 0 | 0.61 | 0.73 | 0.31 | 9.38 | 0.57 | 0.44 |
| Hex | B0 | 44 | 30 | 0 | 3D | 49 | 1F | 9 | 39 | 2C |
| Octal | 260 | 104 | 60 | 0 | 75 | 111 | 37 | 11 | 71 | 54 |
| Binary | 10110000 | 1000100 | 110000 | 0 | 111101 | 1001001 | 11111 | 1001 | 111001 | 101100 |
Color Harmonies of #B04430
Complementary color
Monochromatic Colors of #B04430
Black with #B04430
Text Example
Text Example
White with #B04430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04430; }
p { color: rgb(176,68,48); }
H1.HeaderClassName
{
color: #B04430;
}
.AnyTagClassName
{
color: #B04430;
}
</style>
background-color css
<style>
a { background-color: #B04430; }
a { background-color: rgb(176,68,48); }
div.DivClassName
{
background-color: #B04430;
}
.BgClassName
{
background-color: #B04430;
}
</style>
border-color css
<style>
span { border-color: #B04430; }
span { border-color: rgb(176,68,48); }
td.TdClassName
{
border-color: #B04430;
}
.TagClassName
{
border-color: #B04430;
}
</style>