Shades of Medium Carmine #B24028
Tints of Medium Carmine #B24028
RGB
CMYK
RGB Variations
Color information
#B24028 (or 0xB24028) is known color: Medium Carmine. HEX triplet: B2, 40 and 28. RGB value is (178,64,40). Sum of RGB (Red+Green+Blue) = 178+64+40=282 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.12% from 282); Green value is 64 (25.39% from 255 or 22.70% from 282); Blue value is 40 (16.02% from 255 or 14.18% from 282); Max value from RGB is 178 - color contains mainly: red. Hex color #B24028 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24028 is #4DBFD7. Grayscale: #5F5F5F. Windows color (decimal): -5095384 or 2638002. OLE color: 2638002.
HSL color Cylindrical-coordinate representation of color #B24028: hue angle of 10.43º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B24028 is Cyan = 0, Magento = 0.64, Yellow = 0.78 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 64 | 40 | - |
| CMYK | 0 | 0.64 | 0.78 | 0.30 |
| HSL | 10.43º | 0.63% | 0.43% | - |
| HSV(B) | 10.43º | 0.78% | 0.7% | - |
| XYZ | 20.58 | 13.28 | 3.49 | - |
| YUV | 95.35 | 96.77 | 186.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 64 | 40 | 0 | 0.64 | 0.78 | 0.30 | 10.43 | 0.63 | 0.43 |
| Hex | B2 | 40 | 28 | 0 | 40 | 4E | 1E | A | 3F | 2B |
| Octal | 262 | 100 | 50 | 0 | 100 | 116 | 36 | 12 | 77 | 53 |
| Binary | 10110010 | 1000000 | 101000 | 0 | 1000000 | 1001110 | 11110 | 1010 | 111111 | 101011 |
Color Harmonies of #B24028
Complementary color
Monochromatic Colors of #B24028
Black with #B24028
Text Example
Text Example
White with #B24028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24028; }
p { color: rgb(178,64,40); }
H1.HeaderClassName
{
color: #B24028;
}
.AnyTagClassName
{
color: #B24028;
}
</style>
background-color css
<style>
a { background-color: #B24028; }
a { background-color: rgb(178,64,40); }
div.DivClassName
{
background-color: #B24028;
}
.BgClassName
{
background-color: #B24028;
}
</style>
border-color css
<style>
span { border-color: #B24028; }
span { border-color: rgb(178,64,40); }
td.TdClassName
{
border-color: #B24028;
}
.TagClassName
{
border-color: #B24028;
}
</style>