Shades of Medium Carmine #B33725
Tints of Medium Carmine #B33725
RGB
CMYK
RGB Variations
Color information
#B33725 (or 0xB33725) is known color: Medium Carmine. HEX triplet: B3, 37 and 25. RGB value is (179,55,37). Sum of RGB (Red+Green+Blue) = 179+55+37=271 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.05% from 271); Green value is 55 (21.88% from 255 or 20.30% from 271); Blue value is 37 (14.84% from 255 or 13.65% from 271); Max value from RGB is 179 - color contains mainly: red. Hex color #B33725 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33725 is #4CC8DA. Grayscale: #5A5A5A. Windows color (decimal): -5032155 or 2439091. OLE color: 2439091.
HSL color Cylindrical-coordinate representation of color #B33725: hue angle of 7.61º 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 #B33725 is Cyan = 0, Magento = 0.69, Yellow = 0.79 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 55 | 37 | - |
| CMYK | 0 | 0.69 | 0.79 | 0.30 |
| HSL | 7.61º | 0.66% | 0.42% | - |
| HSV(B) | 7.61º | 0.79% | 0.7% | - |
| XYZ | 20.29 | 12.45 | 3.08 | - |
| YUV | 90.02 | 98.08 | 191.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 55 | 37 | 0 | 0.69 | 0.79 | 0.30 | 7.61 | 0.66 | 0.42 |
| Hex | B3 | 37 | 25 | 0 | 45 | 4F | 1E | 8 | 42 | 2A |
| Octal | 263 | 67 | 45 | 0 | 105 | 117 | 36 | 10 | 102 | 52 |
| Binary | 10110011 | 110111 | 100101 | 0 | 1000101 | 1001111 | 11110 | 1000 | 1000010 | 101010 |
Color Harmonies of #B33725
Complementary color
Monochromatic Colors of #B33725
Black with #B33725
Text Example
Text Example
White with #B33725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33725; }
p { color: rgb(179,55,37); }
H1.HeaderClassName
{
color: #B33725;
}
.AnyTagClassName
{
color: #B33725;
}
</style>
background-color css
<style>
a { background-color: #B33725; }
a { background-color: rgb(179,55,37); }
div.DivClassName
{
background-color: #B33725;
}
.BgClassName
{
background-color: #B33725;
}
</style>
border-color css
<style>
span { border-color: #B33725; }
span { border-color: rgb(179,55,37); }
td.TdClassName
{
border-color: #B33725;
}
.TagClassName
{
border-color: #B33725;
}
</style>