Shades of Medium Carmine #B23529
Tints of Medium Carmine #B23529
RGB
CMYK
RGB Variations
Color information
#B23529 (or 0xB23529) is known color: Medium Carmine. HEX triplet: B2, 35 and 29. RGB value is (178,53,41). Sum of RGB (Red+Green+Blue) = 178+53+41=272 (36% of max value = 765). Red value is 178 (69.92% from 255 or 65.44% from 272); Green value is 53 (21.09% from 255 or 19.49% from 272); Blue value is 41 (16.41% from 255 or 15.07% from 272); Max value from RGB is 178 - color contains mainly: red. Hex color #B23529 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23529 is #4DCAD6. Grayscale: #595959. Windows color (decimal): -5098199 or 2700722. OLE color: 2700722.
HSL color Cylindrical-coordinate representation of color #B23529: hue angle of 5.26º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B23529 is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 53 | 41 | - |
| CMYK | 0 | 0.70 | 0.77 | 0.30 |
| HSL | 5.26º | 0.63% | 0.43% | - |
| HSV(B) | 5.26º | 0.77% | 0.7% | - |
| XYZ | 20.03 | 12.17 | 3.39 | - |
| YUV | 89.01 | 100.91 | 191.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 53 | 41 | 0 | 0.70 | 0.77 | 0.30 | 5.26 | 0.63 | 0.43 |
| Hex | B2 | 35 | 29 | 0 | 46 | 4D | 1E | 5 | 3F | 2B |
| Octal | 262 | 65 | 51 | 0 | 106 | 115 | 36 | 5 | 77 | 53 |
| Binary | 10110010 | 110101 | 101001 | 0 | 1000110 | 1001101 | 11110 | 101 | 111111 | 101011 |
Color Harmonies of #B23529
Complementary color
Monochromatic Colors of #B23529
Black with #B23529
Text Example
Text Example
White with #B23529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23529; }
p { color: rgb(178,53,41); }
H1.HeaderClassName
{
color: #B23529;
}
.AnyTagClassName
{
color: #B23529;
}
</style>
background-color css
<style>
a { background-color: #B23529; }
a { background-color: rgb(178,53,41); }
div.DivClassName
{
background-color: #B23529;
}
.BgClassName
{
background-color: #B23529;
}
</style>
border-color css
<style>
span { border-color: #B23529; }
span { border-color: rgb(178,53,41); }
td.TdClassName
{
border-color: #B23529;
}
.TagClassName
{
border-color: #B23529;
}
</style>