Shades of Medium Carmine #B53D3B
Tints of Medium Carmine #B53D3B
RGB
CMYK
RGB Variations
Color information
#B53D3B (or 0xB53D3B) is known color: Medium Carmine. HEX triplet: B5, 3D and 3B. RGB value is (181,61,59). Sum of RGB (Red+Green+Blue) = 181+61+59=301 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.13% from 301); Green value is 61 (24.22% from 255 or 20.27% from 301); Blue value is 59 (23.44% from 255 or 19.60% from 301); Max value from RGB is 181 - color contains mainly: red. Hex color #B53D3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53D3B is #4AC2C4. Grayscale: #606060. Windows color (decimal): -4899525 or 3882421. OLE color: 3882421.
HSL color Cylindrical-coordinate representation of color #B53D3B: hue angle of 0.98º 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 #B53D3B is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 61 | 59 | - |
| CMYK | 0 | 0.66 | 0.67 | 0.29 |
| HSL | 0.98º | 0.51% | 0.47% | - |
| HSV(B) | 0.98º | 0.67% | 0.71% | - |
| XYZ | 21.51 | 13.48 | 5.61 | - |
| YUV | 96.65 | 106.76 | 188.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 61 | 59 | 0 | 0.66 | 0.67 | 0.29 | 0.98 | 0.51 | 0.47 |
| Hex | B5 | 3D | 3B | 0 | 42 | 43 | 1D | 1 | 33 | 2F |
| Octal | 265 | 75 | 73 | 0 | 102 | 103 | 35 | 1 | 63 | 57 |
| Binary | 10110101 | 111101 | 111011 | 0 | 1000010 | 1000011 | 11101 | 1 | 110011 | 101111 |
Color Harmonies of #B53D3B
Complementary color
Monochromatic Colors of #B53D3B
Black with #B53D3B
Text Example
Text Example
White with #B53D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53D3B; }
p { color: rgb(181,61,59); }
H1.HeaderClassName
{
color: #B53D3B;
}
.AnyTagClassName
{
color: #B53D3B;
}
</style>
background-color css
<style>
a { background-color: #B53D3B; }
a { background-color: rgb(181,61,59); }
div.DivClassName
{
background-color: #B53D3B;
}
.BgClassName
{
background-color: #B53D3B;
}
</style>
border-color css
<style>
span { border-color: #B53D3B; }
span { border-color: rgb(181,61,59); }
td.TdClassName
{
border-color: #B53D3B;
}
.TagClassName
{
border-color: #B53D3B;
}
</style>