Shades of Medium Carmine #B5403B
Tints of Medium Carmine #B5403B
RGB
CMYK
RGB Variations
Color information
#B5403B (or 0xB5403B) is known color: Medium Carmine. HEX triplet: B5, 40 and 3B. RGB value is (181,64,59). Sum of RGB (Red+Green+Blue) = 181+64+59=304 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.54% from 304); Green value is 64 (25.39% from 255 or 21.05% from 304); Blue value is 59 (23.44% from 255 or 19.41% from 304); Max value from RGB is 181 - color contains mainly: red. Hex color #B5403B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5403B is #4ABFC4. Grayscale: #626262. Windows color (decimal): -4898757 or 3883189. OLE color: 3883189.
HSL color Cylindrical-coordinate representation of color #B5403B: hue angle of 2.46º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B5403B is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 64 | 59 | - |
| CMYK | 0 | 0.65 | 0.67 | 0.29 |
| HSL | 2.46º | 0.51% | 0.47% | - |
| HSV(B) | 2.46º | 0.67% | 0.71% | - |
| XYZ | 21.68 | 13.81 | 5.66 | - |
| YUV | 98.41 | 105.76 | 186.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 64 | 59 | 0 | 0.65 | 0.67 | 0.29 | 2.46 | 0.51 | 0.47 |
| Hex | B5 | 40 | 3B | 0 | 41 | 43 | 1D | 2 | 33 | 2F |
| Octal | 265 | 100 | 73 | 0 | 101 | 103 | 35 | 2 | 63 | 57 |
| Binary | 10110101 | 1000000 | 111011 | 0 | 1000001 | 1000011 | 11101 | 10 | 110011 | 101111 |
Color Harmonies of #B5403B
Complementary color
Monochromatic Colors of #B5403B
Black with #B5403B
Text Example
Text Example
White with #B5403B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5403B; }
p { color: rgb(181,64,59); }
H1.HeaderClassName
{
color: #B5403B;
}
.AnyTagClassName
{
color: #B5403B;
}
</style>
background-color css
<style>
a { background-color: #B5403B; }
a { background-color: rgb(181,64,59); }
div.DivClassName
{
background-color: #B5403B;
}
.BgClassName
{
background-color: #B5403B;
}
</style>
border-color css
<style>
span { border-color: #B5403B; }
span { border-color: rgb(181,64,59); }
td.TdClassName
{
border-color: #B5403B;
}
.TagClassName
{
border-color: #B5403B;
}
</style>