Shades of Medium Carmine #B03D32
Tints of Medium Carmine #B03D32
RGB
CMYK
RGB Variations
Color information
#B03D32 (or 0xB03D32) is known color: Medium Carmine. HEX triplet: B0, 3D and 32. RGB value is (176,61,50). Sum of RGB (Red+Green+Blue) = 176+61+50=287 (38% of max value = 765). Red value is 176 (69.14% from 255 or 61.32% from 287); Green value is 61 (24.22% from 255 or 21.25% from 287); Blue value is 50 (19.92% from 255 or 17.42% from 287); Max value from RGB is 176 - color contains mainly: red. Hex color #B03D32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03D32 is #4FC2CD. Grayscale: #5E5E5E. Windows color (decimal): -5227214 or 3292592. OLE color: 3292592.
HSL color Cylindrical-coordinate representation of color #B03D32: hue angle of 5.24º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B03D32 is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 61 | 50 | - |
| CMYK | 0 | 0.65 | 0.72 | 0.31 |
| HSL | 5.24º | 0.56% | 0.44% | - |
| HSV(B) | 5.24º | 0.72% | 0.69% | - |
| XYZ | 20.15 | 12.8 | 4.43 | - |
| YUV | 94.13 | 103.1 | 186.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 61 | 50 | 0 | 0.65 | 0.72 | 0.31 | 5.24 | 0.56 | 0.44 |
| Hex | B0 | 3D | 32 | 0 | 41 | 48 | 1F | 5 | 38 | 2C |
| Octal | 260 | 75 | 62 | 0 | 101 | 110 | 37 | 5 | 70 | 54 |
| Binary | 10110000 | 111101 | 110010 | 0 | 1000001 | 1001000 | 11111 | 101 | 111000 | 101100 |
Color Harmonies of #B03D32
Complementary color
Monochromatic Colors of #B03D32
Black with #B03D32
Text Example
Text Example
White with #B03D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03D32; }
p { color: rgb(176,61,50); }
H1.HeaderClassName
{
color: #B03D32;
}
.AnyTagClassName
{
color: #B03D32;
}
</style>
background-color css
<style>
a { background-color: #B03D32; }
a { background-color: rgb(176,61,50); }
div.DivClassName
{
background-color: #B03D32;
}
.BgClassName
{
background-color: #B03D32;
}
</style>
border-color css
<style>
span { border-color: #B03D32; }
span { border-color: rgb(176,61,50); }
td.TdClassName
{
border-color: #B03D32;
}
.TagClassName
{
border-color: #B03D32;
}
</style>