Shades of Medium Carmine #B7433C
Tints of Medium Carmine #B7433C
RGB
CMYK
RGB Variations
Color information
#B7433C (or 0xB7433C) is known color: Medium Carmine. HEX triplet: B7, 43 and 3C. RGB value is (183,67,60). Sum of RGB (Red+Green+Blue) = 183+67+60=310 (41% of max value = 765). Red value is 183 (71.88% from 255 or 59.03% from 310); Green value is 67 (26.56% from 255 or 21.61% from 310); Blue value is 60 (23.83% from 255 or 19.35% from 310); Max value from RGB is 183 - color contains mainly: red. Hex color #B7433C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7433C is #48BCC3. Grayscale: #656565. Windows color (decimal): -4766916 or 3949495. OLE color: 3949495.
HSL color Cylindrical-coordinate representation of color #B7433C: hue angle of 3.41º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B7433C is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 67 | 60 | - |
| CMYK | 0 | 0.63 | 0.67 | 0.28 |
| HSL | 3.41º | 0.51% | 0.48% | - |
| HSV(B) | 3.41º | 0.67% | 0.72% | - |
| XYZ | 22.35 | 14.41 | 5.88 | - |
| YUV | 100.89 | 104.93 | 186.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 67 | 60 | 0 | 0.63 | 0.67 | 0.28 | 3.41 | 0.51 | 0.48 |
| Hex | B7 | 43 | 3C | 0 | 3F | 43 | 1C | 3 | 33 | 30 |
| Octal | 267 | 103 | 74 | 0 | 77 | 103 | 34 | 3 | 63 | 60 |
| Binary | 10110111 | 1000011 | 111100 | 0 | 111111 | 1000011 | 11100 | 11 | 110011 | 110000 |
Color Harmonies of #B7433C
Complementary color
Monochromatic Colors of #B7433C
Black with #B7433C
Text Example
Text Example
White with #B7433C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7433C; }
p { color: rgb(183,67,60); }
H1.HeaderClassName
{
color: #B7433C;
}
.AnyTagClassName
{
color: #B7433C;
}
</style>
background-color css
<style>
a { background-color: #B7433C; }
a { background-color: rgb(183,67,60); }
div.DivClassName
{
background-color: #B7433C;
}
.BgClassName
{
background-color: #B7433C;
}
</style>
border-color css
<style>
span { border-color: #B7433C; }
span { border-color: rgb(183,67,60); }
td.TdClassName
{
border-color: #B7433C;
}
.TagClassName
{
border-color: #B7433C;
}
</style>