Shades of Medium Carmine #B5412D
Tints of Medium Carmine #B5412D
RGB
CMYK
RGB Variations
Color information
#B5412D (or 0xB5412D) is known color: Medium Carmine. HEX triplet: B5, 41 and 2D. RGB value is (181,65,45). Sum of RGB (Red+Green+Blue) = 181+65+45=291 (38% of max value = 765). Red value is 181 (71.09% from 255 or 62.20% from 291); Green value is 65 (25.78% from 255 or 22.34% from 291); Blue value is 45 (17.97% from 255 or 15.46% from 291); Max value from RGB is 181 - color contains mainly: red. Hex color #B5412D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5412D is #4ABED2. Grayscale: #616161. Windows color (decimal): -4898515 or 2965941. OLE color: 2965941.
HSL color Cylindrical-coordinate representation of color #B5412D: hue angle of 8.82º 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 #B5412D is Cyan = 0, Magento = 0.64, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 65 | 45 | - |
| CMYK | 0 | 0.64 | 0.75 | 0.29 |
| HSL | 8.82º | 0.6% | 0.44% | - |
| HSV(B) | 8.82º | 0.75% | 0.71% | - |
| XYZ | 21.42 | 13.79 | 4.02 | - |
| YUV | 97.4 | 98.43 | 187.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 65 | 45 | 0 | 0.64 | 0.75 | 0.29 | 8.82 | 0.6 | 0.44 |
| Hex | B5 | 41 | 2D | 0 | 40 | 4B | 1D | 9 | 3C | 2C |
| Octal | 265 | 101 | 55 | 0 | 100 | 113 | 35 | 11 | 74 | 54 |
| Binary | 10110101 | 1000001 | 101101 | 0 | 1000000 | 1001011 | 11101 | 1001 | 111100 | 101100 |
Color Harmonies of #B5412D
Complementary color
Monochromatic Colors of #B5412D
Black with #B5412D
Text Example
Text Example
White with #B5412D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5412D; }
p { color: rgb(181,65,45); }
H1.HeaderClassName
{
color: #B5412D;
}
.AnyTagClassName
{
color: #B5412D;
}
</style>
background-color css
<style>
a { background-color: #B5412D; }
a { background-color: rgb(181,65,45); }
div.DivClassName
{
background-color: #B5412D;
}
.BgClassName
{
background-color: #B5412D;
}
</style>
border-color css
<style>
span { border-color: #B5412D; }
span { border-color: rgb(181,65,45); }
td.TdClassName
{
border-color: #B5412D;
}
.TagClassName
{
border-color: #B5412D;
}
</style>