Shades of Medium Carmine #B5412F
Tints of Medium Carmine #B5412F
RGB
CMYK
RGB Variations
Color information
#B5412F (or 0xB5412F) is known color: Medium Carmine. HEX triplet: B5, 41 and 2F. RGB value is (181,65,47). Sum of RGB (Red+Green+Blue) = 181+65+47=293 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.77% from 293); Green value is 65 (25.78% from 255 or 22.18% from 293); Blue value is 47 (18.75% from 255 or 16.04% from 293); Max value from RGB is 181 - color contains mainly: red. Hex color #B5412F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5412F is #4ABED0. Grayscale: #616161. Windows color (decimal): -4898513 or 3097013. OLE color: 3097013.
HSL color Cylindrical-coordinate representation of color #B5412F: hue angle of 8.06º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B5412F is Cyan = 0, Magento = 0.64, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 65 | 47 | - |
| CMYK | 0 | 0.64 | 0.74 | 0.29 |
| HSL | 8.06º | 0.59% | 0.45% | - |
| HSV(B) | 8.06º | 0.74% | 0.71% | - |
| XYZ | 21.46 | 13.81 | 4.22 | - |
| YUV | 97.63 | 99.43 | 187.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 65 | 47 | 0 | 0.64 | 0.74 | 0.29 | 8.06 | 0.59 | 0.45 |
| Hex | B5 | 41 | 2F | 0 | 40 | 4A | 1D | 8 | 3B | 2D |
| Octal | 265 | 101 | 57 | 0 | 100 | 112 | 35 | 10 | 73 | 55 |
| Binary | 10110101 | 1000001 | 101111 | 0 | 1000000 | 1001010 | 11101 | 1000 | 111011 | 101101 |
Color Harmonies of #B5412F
Complementary color
Monochromatic Colors of #B5412F
Black with #B5412F
Text Example
Text Example
White with #B5412F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5412F; }
p { color: rgb(181,65,47); }
H1.HeaderClassName
{
color: #B5412F;
}
.AnyTagClassName
{
color: #B5412F;
}
</style>
background-color css
<style>
a { background-color: #B5412F; }
a { background-color: rgb(181,65,47); }
div.DivClassName
{
background-color: #B5412F;
}
.BgClassName
{
background-color: #B5412F;
}
</style>
border-color css
<style>
span { border-color: #B5412F; }
span { border-color: rgb(181,65,47); }
td.TdClassName
{
border-color: #B5412F;
}
.TagClassName
{
border-color: #B5412F;
}
</style>