Shades of Medium Carmine #B03529
Tints of Medium Carmine #B03529
RGB
CMYK
RGB Variations
Color information
#B03529 (or 0xB03529) is known color: Medium Carmine. HEX triplet: B0, 35 and 29. RGB value is (176,53,41). Sum of RGB (Red+Green+Blue) = 176+53+41=270 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.19% from 270); Green value is 53 (21.09% from 255 or 19.63% from 270); Blue value is 41 (16.41% from 255 or 15.19% from 270); Max value from RGB is 176 - color contains mainly: red. Hex color #B03529 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03529 is #4FCAD6. Grayscale: #585858. Windows color (decimal): -5229271 or 2700720. OLE color: 2700720.
HSL color Cylindrical-coordinate representation of color #B03529: hue angle of 5.33º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B03529 is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 53 | 41 | - |
| CMYK | 0 | 0.70 | 0.77 | 0.31 |
| HSL | 5.33º | 0.62% | 0.43% | - |
| HSV(B) | 5.33º | 0.77% | 0.69% | - |
| XYZ | 19.58 | 11.94 | 3.37 | - |
| YUV | 88.41 | 101.25 | 190.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 53 | 41 | 0 | 0.70 | 0.77 | 0.31 | 5.33 | 0.62 | 0.43 |
| Hex | B0 | 35 | 29 | 0 | 46 | 4D | 1F | 5 | 3E | 2B |
| Octal | 260 | 65 | 51 | 0 | 106 | 115 | 37 | 5 | 76 | 53 |
| Binary | 10110000 | 110101 | 101001 | 0 | 1000110 | 1001101 | 11111 | 101 | 111110 | 101011 |
Color Harmonies of #B03529
Complementary color
Monochromatic Colors of #B03529
Black with #B03529
Text Example
Text Example
White with #B03529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03529; }
p { color: rgb(176,53,41); }
H1.HeaderClassName
{
color: #B03529;
}
.AnyTagClassName
{
color: #B03529;
}
</style>
background-color css
<style>
a { background-color: #B03529; }
a { background-color: rgb(176,53,41); }
div.DivClassName
{
background-color: #B03529;
}
.BgClassName
{
background-color: #B03529;
}
</style>
border-color css
<style>
span { border-color: #B03529; }
span { border-color: rgb(176,53,41); }
td.TdClassName
{
border-color: #B03529;
}
.TagClassName
{
border-color: #B03529;
}
</style>