Shades of Medium Carmine #B5362C
Tints of Medium Carmine #B5362C
RGB
CMYK
RGB Variations
Color information
#B5362C (or 0xB5362C) is known color: Medium Carmine. HEX triplet: B5, 36 and 2C. RGB value is (181,54,44). Sum of RGB (Red+Green+Blue) = 181+54+44=279 (36% of max value = 765). Red value is 181 (71.09% from 255 or 64.87% from 279); Green value is 54 (21.48% from 255 or 19.35% from 279); Blue value is 44 (17.58% from 255 or 15.77% from 279); Max value from RGB is 181 - color contains mainly: red. Hex color #B5362C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5362C is #4AC9D3. Grayscale: #5B5B5B. Windows color (decimal): -4901332 or 2897589. OLE color: 2897589.
HSL color Cylindrical-coordinate representation of color #B5362C: hue angle of 4.38º 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 #B5362C is Cyan = 0, Magento = 0.70, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 54 | 44 | - |
| CMYK | 0 | 0.70 | 0.76 | 0.29 |
| HSL | 4.38º | 0.61% | 0.44% | - |
| HSV(B) | 4.38º | 0.76% | 0.71% | - |
| XYZ | 20.83 | 12.64 | 3.73 | - |
| YUV | 90.83 | 101.58 | 192.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 54 | 44 | 0 | 0.70 | 0.76 | 0.29 | 4.38 | 0.61 | 0.44 |
| Hex | B5 | 36 | 2C | 0 | 46 | 4C | 1D | 4 | 3D | 2C |
| Octal | 265 | 66 | 54 | 0 | 106 | 114 | 35 | 4 | 75 | 54 |
| Binary | 10110101 | 110110 | 101100 | 0 | 1000110 | 1001100 | 11101 | 100 | 111101 | 101100 |
Color Harmonies of #B5362C
Complementary color
Monochromatic Colors of #B5362C
Black with #B5362C
Text Example
Text Example
White with #B5362C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5362C; }
p { color: rgb(181,54,44); }
H1.HeaderClassName
{
color: #B5362C;
}
.AnyTagClassName
{
color: #B5362C;
}
</style>
background-color css
<style>
a { background-color: #B5362C; }
a { background-color: rgb(181,54,44); }
div.DivClassName
{
background-color: #B5362C;
}
.BgClassName
{
background-color: #B5362C;
}
</style>
border-color css
<style>
span { border-color: #B5362C; }
span { border-color: rgb(181,54,44); }
td.TdClassName
{
border-color: #B5362C;
}
.TagClassName
{
border-color: #B5362C;
}
</style>