Shades of Medium Carmine #B24125
Tints of Medium Carmine #B24125
RGB
CMYK
RGB Variations
Color information
#B24125 (or 0xB24125) is known color: Medium Carmine. HEX triplet: B2, 41 and 25. RGB value is (178,65,37). Sum of RGB (Red+Green+Blue) = 178+65+37=280 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.57% from 280); Green value is 65 (25.78% from 255 or 23.21% from 280); Blue value is 37 (14.84% from 255 or 13.21% from 280); Max value from RGB is 178 - color contains mainly: red. Hex color #B24125 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24125 is #4DBEDA. Grayscale: #5F5F5F. Windows color (decimal): -5095131 or 2441650. OLE color: 2441650.
HSL color Cylindrical-coordinate representation of color #B24125: hue angle of 11.91º 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 #B24125 is Cyan = 0, Magento = 0.63, Yellow = 0.79 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 65 | 37 | - |
| CMYK | 0 | 0.63 | 0.79 | 0.30 |
| HSL | 11.91º | 0.66% | 0.42% | - |
| HSV(B) | 11.91º | 0.79% | 0.7% | - |
| XYZ | 20.58 | 13.38 | 3.25 | - |
| YUV | 95.6 | 94.94 | 186.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 65 | 37 | 0 | 0.63 | 0.79 | 0.30 | 11.91 | 0.66 | 0.42 |
| Hex | B2 | 41 | 25 | 0 | 3F | 4F | 1E | C | 42 | 2A |
| Octal | 262 | 101 | 45 | 0 | 77 | 117 | 36 | 14 | 102 | 52 |
| Binary | 10110010 | 1000001 | 100101 | 0 | 111111 | 1001111 | 11110 | 1100 | 1000010 | 101010 |
Color Harmonies of #B24125
Complementary color
Monochromatic Colors of #B24125
Black with #B24125
Text Example
Text Example
White with #B24125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24125; }
p { color: rgb(178,65,37); }
H1.HeaderClassName
{
color: #B24125;
}
.AnyTagClassName
{
color: #B24125;
}
</style>
background-color css
<style>
a { background-color: #B24125; }
a { background-color: rgb(178,65,37); }
div.DivClassName
{
background-color: #B24125;
}
.BgClassName
{
background-color: #B24125;
}
</style>
border-color css
<style>
span { border-color: #B24125; }
span { border-color: rgb(178,65,37); }
td.TdClassName
{
border-color: #B24125;
}
.TagClassName
{
border-color: #B24125;
}
</style>