Shades of Medium Carmine #B3443C
Tints of Medium Carmine #B3443C
RGB
CMYK
RGB Variations
Color information
#B3443C (or 0xB3443C) is known color: Medium Carmine. HEX triplet: B3, 44 and 3C. RGB value is (179,68,60). Sum of RGB (Red+Green+Blue) = 179+68+60=307 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.31% from 307); Green value is 68 (26.95% from 255 or 22.15% from 307); Blue value is 60 (23.83% from 255 or 19.54% from 307); Max value from RGB is 179 - color contains mainly: red. Hex color #B3443C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3443C is #4CBBC3. Grayscale: #646464. Windows color (decimal): -5028804 or 3949747. OLE color: 3949747.
HSL color Cylindrical-coordinate representation of color #B3443C: hue angle of 4.03º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B3443C is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 68 | 60 | - |
| CMYK | 0 | 0.62 | 0.66 | 0.30 |
| HSL | 4.03º | 0.5% | 0.47% | - |
| HSV(B) | 4.03º | 0.66% | 0.7% | - |
| XYZ | 21.47 | 14.04 | 5.85 | - |
| YUV | 100.28 | 105.27 | 184.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 68 | 60 | 0 | 0.62 | 0.66 | 0.30 | 4.03 | 0.5 | 0.47 |
| Hex | B3 | 44 | 3C | 0 | 3E | 42 | 1E | 4 | 32 | 2F |
| Octal | 263 | 104 | 74 | 0 | 76 | 102 | 36 | 4 | 62 | 57 |
| Binary | 10110011 | 1000100 | 111100 | 0 | 111110 | 1000010 | 11110 | 100 | 110010 | 101111 |
Color Harmonies of #B3443C
Complementary color
Monochromatic Colors of #B3443C
Black with #B3443C
Text Example
Text Example
White with #B3443C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3443C; }
p { color: rgb(179,68,60); }
H1.HeaderClassName
{
color: #B3443C;
}
.AnyTagClassName
{
color: #B3443C;
}
</style>
background-color css
<style>
a { background-color: #B3443C; }
a { background-color: rgb(179,68,60); }
div.DivClassName
{
background-color: #B3443C;
}
.BgClassName
{
background-color: #B3443C;
}
</style>
border-color css
<style>
span { border-color: #B3443C; }
span { border-color: rgb(179,68,60); }
td.TdClassName
{
border-color: #B3443C;
}
.TagClassName
{
border-color: #B3443C;
}
</style>