Shades of Medium Carmine #B34027
Tints of Medium Carmine #B34027
RGB
CMYK
RGB Variations
Color information
#B34027 (or 0xB34027) is known color: Medium Carmine. HEX triplet: B3, 40 and 27. RGB value is (179,64,39). Sum of RGB (Red+Green+Blue) = 179+64+39=282 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.48% from 282); Green value is 64 (25.39% from 255 or 22.70% from 282); Blue value is 39 (15.62% from 255 or 13.83% from 282); Max value from RGB is 179 - color contains mainly: red. Hex color #B34027 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34027 is #4CBFD8. Grayscale: #5F5F5F. Windows color (decimal): -5029849 or 2572467. OLE color: 2572467.
HSL color Cylindrical-coordinate representation of color #B34027: hue angle of 10.71º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B34027 is Cyan = 0, Magento = 0.64, Yellow = 0.78 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 64 | 39 | - |
| CMYK | 0 | 0.64 | 0.78 | 0.30 |
| HSL | 10.71º | 0.64% | 0.43% | - |
| HSV(B) | 10.71º | 0.78% | 0.7% | - |
| XYZ | 20.79 | 13.4 | 3.41 | - |
| YUV | 95.54 | 96.1 | 187.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 64 | 39 | 0 | 0.64 | 0.78 | 0.30 | 10.71 | 0.64 | 0.43 |
| Hex | B3 | 40 | 27 | 0 | 40 | 4E | 1E | B | 40 | 2B |
| Octal | 263 | 100 | 47 | 0 | 100 | 116 | 36 | 13 | 100 | 53 |
| Binary | 10110011 | 1000000 | 100111 | 0 | 1000000 | 1001110 | 11110 | 1011 | 1000000 | 101011 |
Color Harmonies of #B34027
Complementary color
Monochromatic Colors of #B34027
Black with #B34027
Text Example
Text Example
White with #B34027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34027; }
p { color: rgb(179,64,39); }
H1.HeaderClassName
{
color: #B34027;
}
.AnyTagClassName
{
color: #B34027;
}
</style>
background-color css
<style>
a { background-color: #B34027; }
a { background-color: rgb(179,64,39); }
div.DivClassName
{
background-color: #B34027;
}
.BgClassName
{
background-color: #B34027;
}
</style>
border-color css
<style>
span { border-color: #B34027; }
span { border-color: rgb(179,64,39); }
td.TdClassName
{
border-color: #B34027;
}
.TagClassName
{
border-color: #B34027;
}
</style>