Shades of Medium Carmine #B5382C
Tints of Medium Carmine #B5382C
RGB
CMYK
RGB Variations
Color information
#B5382C (or 0xB5382C) is known color: Medium Carmine. HEX triplet: B5, 38 and 2C. RGB value is (181,56,44). Sum of RGB (Red+Green+Blue) = 181+56+44=281 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.41% from 281); Green value is 56 (22.27% from 255 or 19.93% from 281); Blue value is 44 (17.58% from 255 or 15.66% from 281); Max value from RGB is 181 - color contains mainly: red. Hex color #B5382C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5382C is #4AC7D3. Grayscale: #5C5C5C. Windows color (decimal): -4900820 or 2898101. OLE color: 2898101.
HSL color Cylindrical-coordinate representation of color #B5382C: hue angle of 5.26º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B5382C is Cyan = 0, Magento = 0.69, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 56 | 44 | - |
| CMYK | 0 | 0.69 | 0.76 | 0.29 |
| HSL | 5.26º | 0.61% | 0.44% | - |
| HSV(B) | 5.26º | 0.76% | 0.71% | - |
| XYZ | 20.92 | 12.83 | 3.76 | - |
| YUV | 92.01 | 100.91 | 191.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 56 | 44 | 0 | 0.69 | 0.76 | 0.29 | 5.26 | 0.61 | 0.44 |
| Hex | B5 | 38 | 2C | 0 | 45 | 4C | 1D | 5 | 3D | 2C |
| Octal | 265 | 70 | 54 | 0 | 105 | 114 | 35 | 5 | 75 | 54 |
| Binary | 10110101 | 111000 | 101100 | 0 | 1000101 | 1001100 | 11101 | 101 | 111101 | 101100 |
Color Harmonies of #B5382C
Complementary color
Monochromatic Colors of #B5382C
Black with #B5382C
Text Example
Text Example
White with #B5382C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5382C; }
p { color: rgb(181,56,44); }
H1.HeaderClassName
{
color: #B5382C;
}
.AnyTagClassName
{
color: #B5382C;
}
</style>
background-color css
<style>
a { background-color: #B5382C; }
a { background-color: rgb(181,56,44); }
div.DivClassName
{
background-color: #B5382C;
}
.BgClassName
{
background-color: #B5382C;
}
</style>
border-color css
<style>
span { border-color: #B5382C; }
span { border-color: rgb(181,56,44); }
td.TdClassName
{
border-color: #B5382C;
}
.TagClassName
{
border-color: #B5382C;
}
</style>