Shades of Medium Carmine #B34430
Tints of Medium Carmine #B34430
RGB
CMYK
RGB Variations
Color information
#B34430 (or 0xB34430) is known color: Medium Carmine. HEX triplet: B3, 44 and 30. RGB value is (179,68,48). Sum of RGB (Red+Green+Blue) = 179+68+48=295 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.68% from 295); Green value is 68 (26.95% from 255 or 23.05% from 295); Blue value is 48 (19.14% from 255 or 16.27% from 295); Max value from RGB is 179 - color contains mainly: red. Hex color #B34430 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34430 is #4CBBCF. Grayscale: #636363. Windows color (decimal): -5028816 or 3163315. OLE color: 3163315.
HSL color Cylindrical-coordinate representation of color #B34430: hue angle of 9.16º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B34430 is Cyan = 0, Magento = 0.62, Yellow = 0.73 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 68 | 48 | - |
| CMYK | 0 | 0.62 | 0.73 | 0.30 |
| HSL | 9.16º | 0.58% | 0.45% | - |
| HSV(B) | 9.16º | 0.73% | 0.7% | - |
| XYZ | 21.19 | 13.93 | 4.37 | - |
| YUV | 98.91 | 99.27 | 185.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 68 | 48 | 0 | 0.62 | 0.73 | 0.30 | 9.16 | 0.58 | 0.45 |
| Hex | B3 | 44 | 30 | 0 | 3E | 49 | 1E | 9 | 3A | 2D |
| Octal | 263 | 104 | 60 | 0 | 76 | 111 | 36 | 11 | 72 | 55 |
| Binary | 10110011 | 1000100 | 110000 | 0 | 111110 | 1001001 | 11110 | 1001 | 111010 | 101101 |
Color Harmonies of #B34430
Complementary color
Monochromatic Colors of #B34430
Black with #B34430
Text Example
Text Example
White with #B34430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34430; }
p { color: rgb(179,68,48); }
H1.HeaderClassName
{
color: #B34430;
}
.AnyTagClassName
{
color: #B34430;
}
</style>
background-color css
<style>
a { background-color: #B34430; }
a { background-color: rgb(179,68,48); }
div.DivClassName
{
background-color: #B34430;
}
.BgClassName
{
background-color: #B34430;
}
</style>
border-color css
<style>
span { border-color: #B34430; }
span { border-color: rgb(179,68,48); }
td.TdClassName
{
border-color: #B34430;
}
.TagClassName
{
border-color: #B34430;
}
</style>