Shades of Medium Carmine #B0433C
Tints of Medium Carmine #B0433C
RGB
CMYK
RGB Variations
Color information
#B0433C (or 0xB0433C) is known color: Medium Carmine. HEX triplet: B0, 43 and 3C. RGB value is (176,67,60). Sum of RGB (Red+Green+Blue) = 176+67+60=303 (40% of max value = 765). Red value is 176 (69.14% from 255 or 58.09% from 303); Green value is 67 (26.56% from 255 or 22.11% from 303); Blue value is 60 (23.83% from 255 or 19.80% from 303); Max value from RGB is 176 - color contains mainly: red. Hex color #B0433C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0433C is #4FBCC3. Grayscale: #626262. Windows color (decimal): -5225668 or 3949488. OLE color: 3949488.
HSL color Cylindrical-coordinate representation of color #B0433C: hue angle of 3.62º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B0433C is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 67 | 60 | - |
| CMYK | 0 | 0.62 | 0.66 | 0.31 |
| HSL | 3.62º | 0.49% | 0.46% | - |
| HSV(B) | 3.62º | 0.66% | 0.69% | - |
| XYZ | 20.73 | 13.57 | 5.8 | - |
| YUV | 98.79 | 106.11 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 67 | 60 | 0 | 0.62 | 0.66 | 0.31 | 3.62 | 0.49 | 0.46 |
| Hex | B0 | 43 | 3C | 0 | 3E | 42 | 1F | 4 | 31 | 2E |
| Octal | 260 | 103 | 74 | 0 | 76 | 102 | 37 | 4 | 61 | 56 |
| Binary | 10110000 | 1000011 | 111100 | 0 | 111110 | 1000010 | 11111 | 100 | 110001 | 101110 |
Color Harmonies of #B0433C
Complementary color
Monochromatic Colors of #B0433C
Black with #B0433C
Text Example
Text Example
White with #B0433C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0433C; }
p { color: rgb(176,67,60); }
H1.HeaderClassName
{
color: #B0433C;
}
.AnyTagClassName
{
color: #B0433C;
}
</style>
background-color css
<style>
a { background-color: #B0433C; }
a { background-color: rgb(176,67,60); }
div.DivClassName
{
background-color: #B0433C;
}
.BgClassName
{
background-color: #B0433C;
}
</style>
border-color css
<style>
span { border-color: #B0433C; }
span { border-color: rgb(176,67,60); }
td.TdClassName
{
border-color: #B0433C;
}
.TagClassName
{
border-color: #B0433C;
}
</style>