Shades of Medium Carmine #B34933
Tints of Medium Carmine #B34933
RGB
CMYK
RGB Variations
Color information
#B34933 (or 0xB34933) is known color: Medium Carmine. HEX triplet: B3, 49 and 33. RGB value is (179,73,51). Sum of RGB (Red+Green+Blue) = 179+73+51=303 (40% of max value = 765). Red value is 179 (70.31% from 255 or 59.08% from 303); Green value is 73 (28.91% from 255 or 24.09% from 303); Blue value is 51 (20.31% from 255 or 16.83% from 303); Max value from RGB is 179 - color contains mainly: red. Hex color #B34933 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34933 is #4CB6CC. Grayscale: #666666. Windows color (decimal): -5027533 or 3361203. OLE color: 3361203.
HSL color Cylindrical-coordinate representation of color #B34933: hue angle of 10.31º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B34933 is Cyan = 0, Magento = 0.59, Yellow = 0.72 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 73 | 51 | - |
| CMYK | 0 | 0.59 | 0.72 | 0.30 |
| HSL | 10.31º | 0.56% | 0.45% | - |
| HSV(B) | 10.31º | 0.72% | 0.7% | - |
| XYZ | 21.57 | 14.59 | 4.81 | - |
| YUV | 102.19 | 99.12 | 182.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 73 | 51 | 0 | 0.59 | 0.72 | 0.30 | 10.31 | 0.56 | 0.45 |
| Hex | B3 | 49 | 33 | 0 | 3B | 48 | 1E | A | 38 | 2D |
| Octal | 263 | 111 | 63 | 0 | 73 | 110 | 36 | 12 | 70 | 55 |
| Binary | 10110011 | 1001001 | 110011 | 0 | 111011 | 1001000 | 11110 | 1010 | 111000 | 101101 |
Color Harmonies of #B34933
Complementary color
Monochromatic Colors of #B34933
Black with #B34933
Text Example
Text Example
White with #B34933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34933; }
p { color: rgb(179,73,51); }
H1.HeaderClassName
{
color: #B34933;
}
.AnyTagClassName
{
color: #B34933;
}
</style>
background-color css
<style>
a { background-color: #B34933; }
a { background-color: rgb(179,73,51); }
div.DivClassName
{
background-color: #B34933;
}
.BgClassName
{
background-color: #B34933;
}
</style>
border-color css
<style>
span { border-color: #B34933; }
span { border-color: rgb(179,73,51); }
td.TdClassName
{
border-color: #B34933;
}
.TagClassName
{
border-color: #B34933;
}
</style>