Shades of Medium Carmine #B8433C
Tints of Medium Carmine #B8433C
RGB
CMYK
RGB Variations
Color information
#B8433C (or 0xB8433C) is known color: Medium Carmine. HEX triplet: B8, 43 and 3C. RGB value is (184,67,60). Sum of RGB (Red+Green+Blue) = 184+67+60=311 (41% of max value = 765). Red value is 184 (72.27% from 255 or 59.16% from 311); Green value is 67 (26.56% from 255 or 21.54% from 311); Blue value is 60 (23.83% from 255 or 19.29% from 311); Max value from RGB is 184 - color contains mainly: red. Hex color #B8433C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8433C is #47BCC3. Grayscale: #656565. Windows color (decimal): -4701380 or 3949496. OLE color: 3949496.
HSL color Cylindrical-coordinate representation of color #B8433C: hue angle of 3.39º 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 #B8433C is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 67 | 60 | - |
| CMYK | 0 | 0.64 | 0.67 | 0.28 |
| HSL | 3.39º | 0.51% | 0.48% | - |
| HSV(B) | 3.39º | 0.67% | 0.72% | - |
| XYZ | 22.59 | 14.53 | 5.89 | - |
| YUV | 101.19 | 104.76 | 187.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 67 | 60 | 0 | 0.64 | 0.67 | 0.28 | 3.39 | 0.51 | 0.48 |
| Hex | B8 | 43 | 3C | 0 | 40 | 43 | 1C | 3 | 33 | 30 |
| Octal | 270 | 103 | 74 | 0 | 100 | 103 | 34 | 3 | 63 | 60 |
| Binary | 10111000 | 1000011 | 111100 | 0 | 1000000 | 1000011 | 11100 | 11 | 110011 | 110000 |
Color Harmonies of #B8433C
Complementary color
Monochromatic Colors of #B8433C
Black with #B8433C
Text Example
Text Example
White with #B8433C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8433C; }
p { color: rgb(184,67,60); }
H1.HeaderClassName
{
color: #B8433C;
}
.AnyTagClassName
{
color: #B8433C;
}
</style>
background-color css
<style>
a { background-color: #B8433C; }
a { background-color: rgb(184,67,60); }
div.DivClassName
{
background-color: #B8433C;
}
.BgClassName
{
background-color: #B8433C;
}
</style>
border-color css
<style>
span { border-color: #B8433C; }
span { border-color: rgb(184,67,60); }
td.TdClassName
{
border-color: #B8433C;
}
.TagClassName
{
border-color: #B8433C;
}
</style>