Shades of Medium Carmine #B33525
Tints of Medium Carmine #B33525
RGB
CMYK
RGB Variations
Color information
#B33525 (or 0xB33525) is known color: Medium Carmine. HEX triplet: B3, 35 and 25. RGB value is (179,53,37). Sum of RGB (Red+Green+Blue) = 179+53+37=269 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.54% from 269); Green value is 53 (21.09% from 255 or 19.70% from 269); Blue value is 37 (14.84% from 255 or 13.75% from 269); Max value from RGB is 179 - color contains mainly: red. Hex color #B33525 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33525 is #4CCADA. Grayscale: #595959. Windows color (decimal): -5032667 or 2438579. OLE color: 2438579.
HSL color Cylindrical-coordinate representation of color #B33525: hue angle of 6.76º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B33525 is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 53 | 37 | - |
| CMYK | 0 | 0.70 | 0.79 | 0.30 |
| HSL | 6.76º | 0.66% | 0.42% | - |
| HSV(B) | 6.76º | 0.79% | 0.7% | - |
| XYZ | 20.2 | 12.26 | 3.05 | - |
| YUV | 88.85 | 98.74 | 192.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 53 | 37 | 0 | 0.70 | 0.79 | 0.30 | 6.76 | 0.66 | 0.42 |
| Hex | B3 | 35 | 25 | 0 | 46 | 4F | 1E | 7 | 42 | 2A |
| Octal | 263 | 65 | 45 | 0 | 106 | 117 | 36 | 7 | 102 | 52 |
| Binary | 10110011 | 110101 | 100101 | 0 | 1000110 | 1001111 | 11110 | 111 | 1000010 | 101010 |
Color Harmonies of #B33525
Complementary color
Monochromatic Colors of #B33525
Black with #B33525
Text Example
Text Example
White with #B33525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33525; }
p { color: rgb(179,53,37); }
H1.HeaderClassName
{
color: #B33525;
}
.AnyTagClassName
{
color: #B33525;
}
</style>
background-color css
<style>
a { background-color: #B33525; }
a { background-color: rgb(179,53,37); }
div.DivClassName
{
background-color: #B33525;
}
.BgClassName
{
background-color: #B33525;
}
</style>
border-color css
<style>
span { border-color: #B33525; }
span { border-color: rgb(179,53,37); }
td.TdClassName
{
border-color: #B33525;
}
.TagClassName
{
border-color: #B33525;
}
</style>