Shades of Medium Carmine #B43833
Tints of Medium Carmine #B43833
RGB
CMYK
RGB Variations
Color information
#B43833 (or 0xB43833) is known color: Medium Carmine. HEX triplet: B4, 38 and 33. RGB value is (180,56,51). Sum of RGB (Red+Green+Blue) = 180+56+51=287 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.72% from 287); Green value is 56 (22.27% from 255 or 19.51% from 287); Blue value is 51 (20.31% from 255 or 17.77% from 287); Max value from RGB is 180 - color contains mainly: red. Hex color #B43833 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43833 is #4BC7CC. Grayscale: #5C5C5C. Windows color (decimal): -4966349 or 3356852. OLE color: 3356852.
HSL color Cylindrical-coordinate representation of color #B43833: hue angle of 2.33º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B43833 is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 56 | 51 | - |
| CMYK | 0 | 0.69 | 0.72 | 0.29 |
| HSL | 2.33º | 0.56% | 0.45% | - |
| HSV(B) | 2.33º | 0.72% | 0.71% | - |
| XYZ | 20.83 | 12.77 | 4.5 | - |
| YUV | 92.51 | 104.58 | 190.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 56 | 51 | 0 | 0.69 | 0.72 | 0.29 | 2.33 | 0.56 | 0.45 |
| Hex | B4 | 38 | 33 | 0 | 45 | 48 | 1D | 2 | 38 | 2D |
| Octal | 264 | 70 | 63 | 0 | 105 | 110 | 35 | 2 | 70 | 55 |
| Binary | 10110100 | 111000 | 110011 | 0 | 1000101 | 1001000 | 11101 | 10 | 111000 | 101101 |
Color Harmonies of #B43833
Complementary color
Monochromatic Colors of #B43833
Black with #B43833
Text Example
Text Example
White with #B43833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43833; }
p { color: rgb(180,56,51); }
H1.HeaderClassName
{
color: #B43833;
}
.AnyTagClassName
{
color: #B43833;
}
</style>
background-color css
<style>
a { background-color: #B43833; }
a { background-color: rgb(180,56,51); }
div.DivClassName
{
background-color: #B43833;
}
.BgClassName
{
background-color: #B43833;
}
</style>
border-color css
<style>
span { border-color: #B43833; }
span { border-color: rgb(180,56,51); }
td.TdClassName
{
border-color: #B43833;
}
.TagClassName
{
border-color: #B43833;
}
</style>