Shades of Medium Carmine #B9433C
Tints of Medium Carmine #B9433C
RGB
CMYK
RGB Variations
Color information
#B9433C (or 0xB9433C) is known color: Medium Carmine. HEX triplet: B9, 43 and 3C. RGB value is (185,67,60). Sum of RGB (Red+Green+Blue) = 185+67+60=312 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.29% from 312); Green value is 67 (26.56% from 255 or 21.47% from 312); Blue value is 60 (23.83% from 255 or 19.23% from 312); Max value from RGB is 185 - color contains mainly: red. Hex color #B9433C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9433C is #46BCC3. Grayscale: #656565. Windows color (decimal): -4635844 or 3949497. OLE color: 3949497.
HSL color Cylindrical-coordinate representation of color #B9433C: hue angle of 3.36º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B9433C is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 67 | 60 | - |
| CMYK | 0 | 0.64 | 0.68 | 0.27 |
| HSL | 3.36º | 0.51% | 0.48% | - |
| HSV(B) | 3.36º | 0.68% | 0.73% | - |
| XYZ | 22.83 | 14.65 | 5.9 | - |
| YUV | 101.48 | 104.59 | 187.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 67 | 60 | 0 | 0.64 | 0.68 | 0.27 | 3.36 | 0.51 | 0.48 |
| Hex | B9 | 43 | 3C | 0 | 40 | 44 | 1B | 3 | 33 | 30 |
| Octal | 271 | 103 | 74 | 0 | 100 | 104 | 33 | 3 | 63 | 60 |
| Binary | 10111001 | 1000011 | 111100 | 0 | 1000000 | 1000100 | 11011 | 11 | 110011 | 110000 |
Color Harmonies of #B9433C
Complementary color
Monochromatic Colors of #B9433C
Black with #B9433C
Text Example
Text Example
White with #B9433C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9433C; }
p { color: rgb(185,67,60); }
H1.HeaderClassName
{
color: #B9433C;
}
.AnyTagClassName
{
color: #B9433C;
}
</style>
background-color css
<style>
a { background-color: #B9433C; }
a { background-color: rgb(185,67,60); }
div.DivClassName
{
background-color: #B9433C;
}
.BgClassName
{
background-color: #B9433C;
}
</style>
border-color css
<style>
span { border-color: #B9433C; }
span { border-color: rgb(185,67,60); }
td.TdClassName
{
border-color: #B9433C;
}
.TagClassName
{
border-color: #B9433C;
}
</style>