Shades of Medium Carmine #B5402F
Tints of Medium Carmine #B5402F
RGB
CMYK
RGB Variations
Color information
#B5402F (or 0xB5402F) is known color: Medium Carmine. HEX triplet: B5, 40 and 2F. RGB value is (181,64,47). Sum of RGB (Red+Green+Blue) = 181+64+47=292 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.99% from 292); Green value is 64 (25.39% from 255 or 21.92% from 292); Blue value is 47 (18.75% from 255 or 16.10% from 292); Max value from RGB is 181 - color contains mainly: red. Hex color #B5402F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5402F is #4ABFD0. Grayscale: #616161. Windows color (decimal): -4898769 or 3096757. OLE color: 3096757.
HSL color Cylindrical-coordinate representation of color #B5402F: hue angle of 7.61º 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 #B5402F is Cyan = 0, Magento = 0.65, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 64 | 47 | - |
| CMYK | 0 | 0.65 | 0.74 | 0.29 |
| HSL | 7.61º | 0.59% | 0.45% | - |
| HSV(B) | 7.61º | 0.74% | 0.71% | - |
| XYZ | 21.4 | 13.7 | 4.2 | - |
| YUV | 97.05 | 99.76 | 187.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 64 | 47 | 0 | 0.65 | 0.74 | 0.29 | 7.61 | 0.59 | 0.45 |
| Hex | B5 | 40 | 2F | 0 | 41 | 4A | 1D | 8 | 3B | 2D |
| Octal | 265 | 100 | 57 | 0 | 101 | 112 | 35 | 10 | 73 | 55 |
| Binary | 10110101 | 1000000 | 101111 | 0 | 1000001 | 1001010 | 11101 | 1000 | 111011 | 101101 |
Color Harmonies of #B5402F
Complementary color
Monochromatic Colors of #B5402F
Black with #B5402F
Text Example
Text Example
White with #B5402F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5402F; }
p { color: rgb(181,64,47); }
H1.HeaderClassName
{
color: #B5402F;
}
.AnyTagClassName
{
color: #B5402F;
}
</style>
background-color css
<style>
a { background-color: #B5402F; }
a { background-color: rgb(181,64,47); }
div.DivClassName
{
background-color: #B5402F;
}
.BgClassName
{
background-color: #B5402F;
}
</style>
border-color css
<style>
span { border-color: #B5402F; }
span { border-color: rgb(181,64,47); }
td.TdClassName
{
border-color: #B5402F;
}
.TagClassName
{
border-color: #B5402F;
}
</style>