Shades of Medium Carmine #B5362B
Tints of Medium Carmine #B5362B
RGB
CMYK
RGB Variations
Color information
#B5362B (or 0xB5362B) is known color: Medium Carmine. HEX triplet: B5, 36 and 2B. RGB value is (181,54,43). Sum of RGB (Red+Green+Blue) = 181+54+43=278 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.11% from 278); Green value is 54 (21.48% from 255 or 19.42% from 278); Blue value is 43 (17.19% from 255 or 15.47% from 278); Max value from RGB is 181 - color contains mainly: red. Hex color #B5362B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5362B is #4AC9D4. Grayscale: #5A5A5A. Windows color (decimal): -4901333 or 2832053. OLE color: 2832053.
HSL color Cylindrical-coordinate representation of color #B5362B: hue angle of 4.78º degrees, saturation: 0.62, 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 #B5362B is Cyan = 0, Magento = 0.70, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 54 | 43 | - |
| CMYK | 0 | 0.70 | 0.76 | 0.29 |
| HSL | 4.78º | 0.62% | 0.44% | - |
| HSV(B) | 4.78º | 0.76% | 0.71% | - |
| XYZ | 20.81 | 12.64 | 3.63 | - |
| YUV | 90.72 | 101.08 | 192.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 54 | 43 | 0 | 0.70 | 0.76 | 0.29 | 4.78 | 0.62 | 0.44 |
| Hex | B5 | 36 | 2B | 0 | 46 | 4C | 1D | 5 | 3E | 2C |
| Octal | 265 | 66 | 53 | 0 | 106 | 114 | 35 | 5 | 76 | 54 |
| Binary | 10110101 | 110110 | 101011 | 0 | 1000110 | 1001100 | 11101 | 101 | 111110 | 101100 |
Color Harmonies of #B5362B
Complementary color
Monochromatic Colors of #B5362B
Black with #B5362B
Text Example
Text Example
White with #B5362B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5362B; }
p { color: rgb(181,54,43); }
H1.HeaderClassName
{
color: #B5362B;
}
.AnyTagClassName
{
color: #B5362B;
}
</style>
background-color css
<style>
a { background-color: #B5362B; }
a { background-color: rgb(181,54,43); }
div.DivClassName
{
background-color: #B5362B;
}
.BgClassName
{
background-color: #B5362B;
}
</style>
border-color css
<style>
span { border-color: #B5362B; }
span { border-color: rgb(181,54,43); }
td.TdClassName
{
border-color: #B5362B;
}
.TagClassName
{
border-color: #B5362B;
}
</style>