Shades of Medium Carmine #B3402D
Tints of Medium Carmine #B3402D
RGB
CMYK
RGB Variations
Color information
#B3402D (or 0xB3402D) is known color: Medium Carmine. HEX triplet: B3, 40 and 2D. RGB value is (179,64,45). Sum of RGB (Red+Green+Blue) = 179+64+45=288 (38% of max value = 765). Red value is 179 (70.31% from 255 or 62.15% from 288); Green value is 64 (25.39% from 255 or 22.22% from 288); Blue value is 45 (17.97% from 255 or 15.62% from 288); Max value from RGB is 179 - color contains mainly: red. Hex color #B3402D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3402D is #4CBFD2. Grayscale: #606060. Windows color (decimal): -5029843 or 2965683. OLE color: 2965683.
HSL color Cylindrical-coordinate representation of color #B3402D: hue angle of 8.51º 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 #B3402D is Cyan = 0, Magento = 0.64, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 64 | 45 | - |
| CMYK | 0 | 0.64 | 0.75 | 0.30 |
| HSL | 8.51º | 0.6% | 0.44% | - |
| HSV(B) | 8.51º | 0.75% | 0.7% | - |
| XYZ | 20.9 | 13.44 | 3.98 | - |
| YUV | 96.22 | 99.1 | 187.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 64 | 45 | 0 | 0.64 | 0.75 | 0.30 | 8.51 | 0.6 | 0.44 |
| Hex | B3 | 40 | 2D | 0 | 40 | 4B | 1E | 9 | 3C | 2C |
| Octal | 263 | 100 | 55 | 0 | 100 | 113 | 36 | 11 | 74 | 54 |
| Binary | 10110011 | 1000000 | 101101 | 0 | 1000000 | 1001011 | 11110 | 1001 | 111100 | 101100 |
Color Harmonies of #B3402D
Complementary color
Monochromatic Colors of #B3402D
Black with #B3402D
Text Example
Text Example
White with #B3402D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3402D; }
p { color: rgb(179,64,45); }
H1.HeaderClassName
{
color: #B3402D;
}
.AnyTagClassName
{
color: #B3402D;
}
</style>
background-color css
<style>
a { background-color: #B3402D; }
a { background-color: rgb(179,64,45); }
div.DivClassName
{
background-color: #B3402D;
}
.BgClassName
{
background-color: #B3402D;
}
</style>
border-color css
<style>
span { border-color: #B3402D; }
span { border-color: rgb(179,64,45); }
td.TdClassName
{
border-color: #B3402D;
}
.TagClassName
{
border-color: #B3402D;
}
</style>