Shades of Medium Carmine #B5362D
Tints of Medium Carmine #B5362D
RGB
CMYK
RGB Variations
Color information
#B5362D (or 0xB5362D) is known color: Medium Carmine. HEX triplet: B5, 36 and 2D. RGB value is (181,54,45). Sum of RGB (Red+Green+Blue) = 181+54+45=280 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.64% from 280); Green value is 54 (21.48% from 255 or 19.29% from 280); Blue value is 45 (17.97% from 255 or 16.07% from 280); Max value from RGB is 181 - color contains mainly: red. Hex color #B5362D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5362D is #4AC9D2. Grayscale: #5B5B5B. Windows color (decimal): -4901331 or 2963125. OLE color: 2963125.
HSL color Cylindrical-coordinate representation of color #B5362D: hue angle of 3.97º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B5362D is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 54 | 45 | - |
| CMYK | 0 | 0.70 | 0.75 | 0.29 |
| HSL | 3.97º | 0.6% | 0.44% | - |
| HSV(B) | 3.97º | 0.75% | 0.71% | - |
| XYZ | 20.85 | 12.65 | 3.83 | - |
| YUV | 90.95 | 102.08 | 192.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 54 | 45 | 0 | 0.70 | 0.75 | 0.29 | 3.97 | 0.6 | 0.44 |
| Hex | B5 | 36 | 2D | 0 | 46 | 4B | 1D | 4 | 3C | 2C |
| Octal | 265 | 66 | 55 | 0 | 106 | 113 | 35 | 4 | 74 | 54 |
| Binary | 10110101 | 110110 | 101101 | 0 | 1000110 | 1001011 | 11101 | 100 | 111100 | 101100 |
Color Harmonies of #B5362D
Complementary color
Monochromatic Colors of #B5362D
Black with #B5362D
Text Example
Text Example
White with #B5362D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5362D; }
p { color: rgb(181,54,45); }
H1.HeaderClassName
{
color: #B5362D;
}
.AnyTagClassName
{
color: #B5362D;
}
</style>
background-color css
<style>
a { background-color: #B5362D; }
a { background-color: rgb(181,54,45); }
div.DivClassName
{
background-color: #B5362D;
}
.BgClassName
{
background-color: #B5362D;
}
</style>
border-color css
<style>
span { border-color: #B5362D; }
span { border-color: rgb(181,54,45); }
td.TdClassName
{
border-color: #B5362D;
}
.TagClassName
{
border-color: #B5362D;
}
</style>