Shades of Medium Carmine #B3403F
Tints of Medium Carmine #B3403F
RGB
CMYK
RGB Variations
Color information
#B3403F (or 0xB3403F) is known color: Medium Carmine. HEX triplet: B3, 40 and 3F. RGB value is (179,64,63). Sum of RGB (Red+Green+Blue) = 179+64+63=306 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.50% from 306); Green value is 64 (25.39% from 255 or 20.92% from 306); Blue value is 63 (25% from 255 or 20.59% from 306); Max value from RGB is 179 - color contains mainly: red. Hex color #B3403F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3403F is #4CBFC0. Grayscale: #626262. Windows color (decimal): -5029825 or 4145331. OLE color: 4145331.
HSL color Cylindrical-coordinate representation of color #B3403F: hue angle of 0.52º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B3403F is Cyan = 0, Magento = 0.64, Yellow = 0.65 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 64 | 63 | - |
| CMYK | 0 | 0.64 | 0.65 | 0.30 |
| HSL | 0.52º | 0.48% | 0.47% | - |
| HSV(B) | 0.52º | 0.65% | 0.7% | - |
| XYZ | 21.32 | 13.61 | 6.21 | - |
| YUV | 98.27 | 108.1 | 185.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 64 | 63 | 0 | 0.64 | 0.65 | 0.30 | 0.52 | 0.48 | 0.47 |
| Hex | B3 | 40 | 3F | 0 | 40 | 41 | 1E | 1 | 30 | 2F |
| Octal | 263 | 100 | 77 | 0 | 100 | 101 | 36 | 1 | 60 | 57 |
| Binary | 10110011 | 1000000 | 111111 | 0 | 1000000 | 1000001 | 11110 | 1 | 110000 | 101111 |
Color Harmonies of #B3403F
Complementary color
Monochromatic Colors of #B3403F
Black with #B3403F
Text Example
Text Example
White with #B3403F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3403F; }
p { color: rgb(179,64,63); }
H1.HeaderClassName
{
color: #B3403F;
}
.AnyTagClassName
{
color: #B3403F;
}
</style>
background-color css
<style>
a { background-color: #B3403F; }
a { background-color: rgb(179,64,63); }
div.DivClassName
{
background-color: #B3403F;
}
.BgClassName
{
background-color: #B3403F;
}
</style>
border-color css
<style>
span { border-color: #B3403F; }
span { border-color: rgb(179,64,63); }
td.TdClassName
{
border-color: #B3403F;
}
.TagClassName
{
border-color: #B3403F;
}
</style>