Shades of Medium Carmine #B3443A
Tints of Medium Carmine #B3443A
RGB
CMYK
RGB Variations
Color information
#B3443A (or 0xB3443A) is known color: Medium Carmine. HEX triplet: B3, 44 and 3A. RGB value is (179,68,58). Sum of RGB (Red+Green+Blue) = 179+68+58=305 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.69% from 305); Green value is 68 (26.95% from 255 or 22.30% from 305); Blue value is 58 (23.05% from 255 or 19.02% from 305); Max value from RGB is 179 - color contains mainly: red. Hex color #B3443A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3443A is #4CBBC5. Grayscale: #646464. Windows color (decimal): -5028806 or 3818675. OLE color: 3818675.
HSL color Cylindrical-coordinate representation of color #B3443A: hue angle of 4.96º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B3443A is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 68 | 58 | - |
| CMYK | 0 | 0.62 | 0.68 | 0.30 |
| HSL | 4.96º | 0.51% | 0.46% | - |
| HSV(B) | 4.96º | 0.68% | 0.7% | - |
| XYZ | 21.42 | 14.02 | 5.58 | - |
| YUV | 100.05 | 104.27 | 184.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 68 | 58 | 0 | 0.62 | 0.68 | 0.30 | 4.96 | 0.51 | 0.46 |
| Hex | B3 | 44 | 3A | 0 | 3E | 44 | 1E | 5 | 33 | 2E |
| Octal | 263 | 104 | 72 | 0 | 76 | 104 | 36 | 5 | 63 | 56 |
| Binary | 10110011 | 1000100 | 111010 | 0 | 111110 | 1000100 | 11110 | 101 | 110011 | 101110 |
Color Harmonies of #B3443A
Complementary color
Monochromatic Colors of #B3443A
Black with #B3443A
Text Example
Text Example
White with #B3443A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3443A; }
p { color: rgb(179,68,58); }
H1.HeaderClassName
{
color: #B3443A;
}
.AnyTagClassName
{
color: #B3443A;
}
</style>
background-color css
<style>
a { background-color: #B3443A; }
a { background-color: rgb(179,68,58); }
div.DivClassName
{
background-color: #B3443A;
}
.BgClassName
{
background-color: #B3443A;
}
</style>
border-color css
<style>
span { border-color: #B3443A; }
span { border-color: rgb(179,68,58); }
td.TdClassName
{
border-color: #B3443A;
}
.TagClassName
{
border-color: #B3443A;
}
</style>