Shades of Medium Carmine #B5453B
Tints of Medium Carmine #B5453B
RGB
CMYK
RGB Variations
Color information
#B5453B (or 0xB5453B) is known color: Medium Carmine. HEX triplet: B5, 45 and 3B. RGB value is (181,69,59). Sum of RGB (Red+Green+Blue) = 181+69+59=309 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.58% from 309); Green value is 69 (27.34% from 255 or 22.33% from 309); Blue value is 59 (23.44% from 255 or 19.09% from 309); Max value from RGB is 181 - color contains mainly: red. Hex color #B5453B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5453B is #4ABAC4. Grayscale: #656565. Windows color (decimal): -4897477 or 3884469. OLE color: 3884469.
HSL color Cylindrical-coordinate representation of color #B5453B: hue angle of 4.92º 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 #B5453B is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 69 | 59 | - |
| CMYK | 0 | 0.62 | 0.67 | 0.29 |
| HSL | 4.92º | 0.51% | 0.47% | - |
| HSV(B) | 4.92º | 0.67% | 0.71% | - |
| XYZ | 21.97 | 14.4 | 5.76 | - |
| YUV | 101.35 | 104.11 | 184.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 69 | 59 | 0 | 0.62 | 0.67 | 0.29 | 4.92 | 0.51 | 0.47 |
| Hex | B5 | 45 | 3B | 0 | 3E | 43 | 1D | 5 | 33 | 2F |
| Octal | 265 | 105 | 73 | 0 | 76 | 103 | 35 | 5 | 63 | 57 |
| Binary | 10110101 | 1000101 | 111011 | 0 | 111110 | 1000011 | 11101 | 101 | 110011 | 101111 |
Color Harmonies of #B5453B
Complementary color
Monochromatic Colors of #B5453B
Black with #B5453B
Text Example
Text Example
White with #B5453B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5453B; }
p { color: rgb(181,69,59); }
H1.HeaderClassName
{
color: #B5453B;
}
.AnyTagClassName
{
color: #B5453B;
}
</style>
background-color css
<style>
a { background-color: #B5453B; }
a { background-color: rgb(181,69,59); }
div.DivClassName
{
background-color: #B5453B;
}
.BgClassName
{
background-color: #B5453B;
}
</style>
border-color css
<style>
span { border-color: #B5453B; }
span { border-color: rgb(181,69,59); }
td.TdClassName
{
border-color: #B5453B;
}
.TagClassName
{
border-color: #B5453B;
}
</style>