Shades of Medium Carmine #B54038
Tints of Medium Carmine #B54038
RGB
CMYK
RGB Variations
Color information
#B54038 (or 0xB54038) is known color: Medium Carmine. HEX triplet: B5, 40 and 38. RGB value is (181,64,56). Sum of RGB (Red+Green+Blue) = 181+64+56=301 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.13% from 301); Green value is 64 (25.39% from 255 or 21.26% from 301); Blue value is 56 (22.27% from 255 or 18.60% from 301); Max value from RGB is 181 - color contains mainly: red. Hex color #B54038 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54038 is #4ABFC7. Grayscale: #626262. Windows color (decimal): -4898760 or 3686581. OLE color: 3686581.
HSL color Cylindrical-coordinate representation of color #B54038: hue angle of 3.84º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B54038 is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 64 | 56 | - |
| CMYK | 0 | 0.65 | 0.69 | 0.29 |
| HSL | 3.84º | 0.53% | 0.46% | - |
| HSV(B) | 3.84º | 0.69% | 0.71% | - |
| XYZ | 21.6 | 13.78 | 5.26 | - |
| YUV | 98.07 | 104.26 | 187.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 64 | 56 | 0 | 0.65 | 0.69 | 0.29 | 3.84 | 0.53 | 0.46 |
| Hex | B5 | 40 | 38 | 0 | 41 | 45 | 1D | 4 | 35 | 2E |
| Octal | 265 | 100 | 70 | 0 | 101 | 105 | 35 | 4 | 65 | 56 |
| Binary | 10110101 | 1000000 | 111000 | 0 | 1000001 | 1000101 | 11101 | 100 | 110101 | 101110 |
Color Harmonies of #B54038
Complementary color
Monochromatic Colors of #B54038
Black with #B54038
Text Example
Text Example
White with #B54038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54038; }
p { color: rgb(181,64,56); }
H1.HeaderClassName
{
color: #B54038;
}
.AnyTagClassName
{
color: #B54038;
}
</style>
background-color css
<style>
a { background-color: #B54038; }
a { background-color: rgb(181,64,56); }
div.DivClassName
{
background-color: #B54038;
}
.BgClassName
{
background-color: #B54038;
}
</style>
border-color css
<style>
span { border-color: #B54038; }
span { border-color: rgb(181,64,56); }
td.TdClassName
{
border-color: #B54038;
}
.TagClassName
{
border-color: #B54038;
}
</style>