Shades of Medium Carmine #B7433B
Tints of Medium Carmine #B7433B
RGB
CMYK
RGB Variations
Color information
#B7433B (or 0xB7433B) is known color: Medium Carmine. HEX triplet: B7, 43 and 3B. RGB value is (183,67,59). Sum of RGB (Red+Green+Blue) = 183+67+59=309 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.22% from 309); Green value is 67 (26.56% from 255 or 21.68% from 309); Blue value is 59 (23.44% from 255 or 19.09% from 309); Max value from RGB is 183 - color contains mainly: red. Hex color #B7433B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7433B is #48BCC4. Grayscale: #646464. Windows color (decimal): -4766917 or 3883959. OLE color: 3883959.
HSL color Cylindrical-coordinate representation of color #B7433B: hue angle of 3.87º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B7433B is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 67 | 59 | - |
| CMYK | 0 | 0.63 | 0.68 | 0.28 |
| HSL | 3.87º | 0.51% | 0.47% | - |
| HSV(B) | 3.87º | 0.68% | 0.72% | - |
| XYZ | 22.33 | 14.4 | 5.74 | - |
| YUV | 100.77 | 104.43 | 186.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 67 | 59 | 0 | 0.63 | 0.68 | 0.28 | 3.87 | 0.51 | 0.47 |
| Hex | B7 | 43 | 3B | 0 | 3F | 44 | 1C | 4 | 33 | 2F |
| Octal | 267 | 103 | 73 | 0 | 77 | 104 | 34 | 4 | 63 | 57 |
| Binary | 10110111 | 1000011 | 111011 | 0 | 111111 | 1000100 | 11100 | 100 | 110011 | 101111 |
Color Harmonies of #B7433B
Complementary color
Monochromatic Colors of #B7433B
Black with #B7433B
Text Example
Text Example
White with #B7433B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7433B; }
p { color: rgb(183,67,59); }
H1.HeaderClassName
{
color: #B7433B;
}
.AnyTagClassName
{
color: #B7433B;
}
</style>
background-color css
<style>
a { background-color: #B7433B; }
a { background-color: rgb(183,67,59); }
div.DivClassName
{
background-color: #B7433B;
}
.BgClassName
{
background-color: #B7433B;
}
</style>
border-color css
<style>
span { border-color: #B7433B; }
span { border-color: rgb(183,67,59); }
td.TdClassName
{
border-color: #B7433B;
}
.TagClassName
{
border-color: #B7433B;
}
</style>