Shades of Medium Carmine #B0433D
Tints of Medium Carmine #B0433D
RGB
CMYK
RGB Variations
Color information
#B0433D (or 0xB0433D) is known color: Medium Carmine. HEX triplet: B0, 43 and 3D. RGB value is (176,67,61). Sum of RGB (Red+Green+Blue) = 176+67+61=304 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.89% from 304); Green value is 67 (26.56% from 255 or 22.04% from 304); Blue value is 61 (24.22% from 255 or 20.07% from 304); Max value from RGB is 176 - color contains mainly: red. Hex color #B0433D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0433D is #4FBCC2. Grayscale: #636363. Windows color (decimal): -5225667 or 4015024. OLE color: 4015024.
HSL color Cylindrical-coordinate representation of color #B0433D: hue angle of 3.13º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B0433D is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 67 | 61 | - |
| CMYK | 0 | 0.62 | 0.65 | 0.31 |
| HSL | 3.13º | 0.49% | 0.46% | - |
| HSV(B) | 3.13º | 0.65% | 0.69% | - |
| XYZ | 20.75 | 13.58 | 5.94 | - |
| YUV | 98.91 | 106.61 | 182.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 67 | 61 | 0 | 0.62 | 0.65 | 0.31 | 3.13 | 0.49 | 0.46 |
| Hex | B0 | 43 | 3D | 0 | 3E | 41 | 1F | 3 | 31 | 2E |
| Octal | 260 | 103 | 75 | 0 | 76 | 101 | 37 | 3 | 61 | 56 |
| Binary | 10110000 | 1000011 | 111101 | 0 | 111110 | 1000001 | 11111 | 11 | 110001 | 101110 |
Color Harmonies of #B0433D
Complementary color
Monochromatic Colors of #B0433D
Black with #B0433D
Text Example
Text Example
White with #B0433D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0433D; }
p { color: rgb(176,67,61); }
H1.HeaderClassName
{
color: #B0433D;
}
.AnyTagClassName
{
color: #B0433D;
}
</style>
background-color css
<style>
a { background-color: #B0433D; }
a { background-color: rgb(176,67,61); }
div.DivClassName
{
background-color: #B0433D;
}
.BgClassName
{
background-color: #B0433D;
}
</style>
border-color css
<style>
span { border-color: #B0433D; }
span { border-color: rgb(176,67,61); }
td.TdClassName
{
border-color: #B0433D;
}
.TagClassName
{
border-color: #B0433D;
}
</style>