Shades of Medium Carmine #B24530
Tints of Medium Carmine #B24530
RGB
CMYK
RGB Variations
Color information
#B24530 (or 0xB24530) is known color: Medium Carmine. HEX triplet: B2, 45 and 30. RGB value is (178,69,48). Sum of RGB (Red+Green+Blue) = 178+69+48=295 (39% of max value = 765). Red value is 178 (69.92% from 255 or 60.34% from 295); Green value is 69 (27.34% from 255 or 23.39% from 295); Blue value is 48 (19.14% from 255 or 16.27% from 295); Max value from RGB is 178 - color contains mainly: red. Hex color #B24530 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24530 is #4DBACF. Grayscale: #636363. Windows color (decimal): -5094096 or 3163570. OLE color: 3163570.
HSL color Cylindrical-coordinate representation of color #B24530: hue angle of 9.69º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B24530 is Cyan = 0, Magento = 0.61, Yellow = 0.73 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 69 | 48 | - |
| CMYK | 0 | 0.61 | 0.73 | 0.30 |
| HSL | 9.69º | 0.58% | 0.44% | - |
| HSV(B) | 9.69º | 0.73% | 0.7% | - |
| XYZ | 21.02 | 13.93 | 4.38 | - |
| YUV | 99.2 | 99.11 | 184.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 69 | 48 | 0 | 0.61 | 0.73 | 0.30 | 9.69 | 0.58 | 0.44 |
| Hex | B2 | 45 | 30 | 0 | 3D | 49 | 1E | A | 3A | 2C |
| Octal | 262 | 105 | 60 | 0 | 75 | 111 | 36 | 12 | 72 | 54 |
| Binary | 10110010 | 1000101 | 110000 | 0 | 111101 | 1001001 | 11110 | 1010 | 111010 | 101100 |
Color Harmonies of #B24530
Complementary color
Monochromatic Colors of #B24530
Black with #B24530
Text Example
Text Example
White with #B24530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24530; }
p { color: rgb(178,69,48); }
H1.HeaderClassName
{
color: #B24530;
}
.AnyTagClassName
{
color: #B24530;
}
</style>
background-color css
<style>
a { background-color: #B24530; }
a { background-color: rgb(178,69,48); }
div.DivClassName
{
background-color: #B24530;
}
.BgClassName
{
background-color: #B24530;
}
</style>
border-color css
<style>
span { border-color: #B24530; }
span { border-color: rgb(178,69,48); }
td.TdClassName
{
border-color: #B24530;
}
.TagClassName
{
border-color: #B24530;
}
</style>