Shades of Medium Carmine #B3442D
Tints of Medium Carmine #B3442D
RGB
CMYK
RGB Variations
Color information
#B3442D (or 0xB3442D) is known color: Medium Carmine. HEX triplet: B3, 44 and 2D. RGB value is (179,68,45). Sum of RGB (Red+Green+Blue) = 179+68+45=292 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.30% from 292); Green value is 68 (26.95% from 255 or 23.29% from 292); Blue value is 45 (17.97% from 255 or 15.41% from 292); Max value from RGB is 179 - color contains mainly: red. Hex color #B3442D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3442D is #4CBBD2. Grayscale: #626262. Windows color (decimal): -5028819 or 2966707. OLE color: 2966707.
HSL color Cylindrical-coordinate representation of color #B3442D: hue angle of 10.3º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B3442D is Cyan = 0, Magento = 0.62, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 68 | 45 | - |
| CMYK | 0 | 0.62 | 0.75 | 0.30 |
| HSL | 10.3º | 0.6% | 0.44% | - |
| HSV(B) | 10.3º | 0.75% | 0.7% | - |
| XYZ | 21.13 | 13.91 | 4.05 | - |
| YUV | 98.57 | 97.77 | 185.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 68 | 45 | 0 | 0.62 | 0.75 | 0.30 | 10.3 | 0.6 | 0.44 |
| Hex | B3 | 44 | 2D | 0 | 3E | 4B | 1E | A | 3C | 2C |
| Octal | 263 | 104 | 55 | 0 | 76 | 113 | 36 | 12 | 74 | 54 |
| Binary | 10110011 | 1000100 | 101101 | 0 | 111110 | 1001011 | 11110 | 1010 | 111100 | 101100 |
Color Harmonies of #B3442D
Complementary color
Monochromatic Colors of #B3442D
Black with #B3442D
Text Example
Text Example
White with #B3442D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3442D; }
p { color: rgb(179,68,45); }
H1.HeaderClassName
{
color: #B3442D;
}
.AnyTagClassName
{
color: #B3442D;
}
</style>
background-color css
<style>
a { background-color: #B3442D; }
a { background-color: rgb(179,68,45); }
div.DivClassName
{
background-color: #B3442D;
}
.BgClassName
{
background-color: #B3442D;
}
</style>
border-color css
<style>
span { border-color: #B3442D; }
span { border-color: rgb(179,68,45); }
td.TdClassName
{
border-color: #B3442D;
}
.TagClassName
{
border-color: #B3442D;
}
</style>