Shades of Medium Carmine #B5452B
Tints of Medium Carmine #B5452B
RGB
CMYK
RGB Variations
Color information
#B5452B (or 0xB5452B) is known color: Medium Carmine. HEX triplet: B5, 45 and 2B. RGB value is (181,69,43). Sum of RGB (Red+Green+Blue) = 181+69+43=293 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.77% from 293); Green value is 69 (27.34% from 255 or 23.55% from 293); Blue value is 43 (17.19% from 255 or 14.68% from 293); Max value from RGB is 181 - color contains mainly: red. Hex color #B5452B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5452B is #4ABAD4. Grayscale: #636363. Windows color (decimal): -4897493 or 2835893. OLE color: 2835893.
HSL color Cylindrical-coordinate representation of color #B5452B: hue angle of 11.3º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B5452B is Cyan = 0, Magento = 0.62, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 69 | 43 | - |
| CMYK | 0 | 0.62 | 0.76 | 0.29 |
| HSL | 11.3º | 0.62% | 0.44% | - |
| HSV(B) | 11.3º | 0.76% | 0.71% | - |
| XYZ | 21.62 | 14.25 | 3.9 | - |
| YUV | 99.52 | 96.11 | 186.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 69 | 43 | 0 | 0.62 | 0.76 | 0.29 | 11.3 | 0.62 | 0.44 |
| Hex | B5 | 45 | 2B | 0 | 3E | 4C | 1D | B | 3E | 2C |
| Octal | 265 | 105 | 53 | 0 | 76 | 114 | 35 | 13 | 76 | 54 |
| Binary | 10110101 | 1000101 | 101011 | 0 | 111110 | 1001100 | 11101 | 1011 | 111110 | 101100 |
Color Harmonies of #B5452B
Complementary color
Monochromatic Colors of #B5452B
Black with #B5452B
Text Example
Text Example
White with #B5452B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5452B; }
p { color: rgb(181,69,43); }
H1.HeaderClassName
{
color: #B5452B;
}
.AnyTagClassName
{
color: #B5452B;
}
</style>
background-color css
<style>
a { background-color: #B5452B; }
a { background-color: rgb(181,69,43); }
div.DivClassName
{
background-color: #B5452B;
}
.BgClassName
{
background-color: #B5452B;
}
</style>
border-color css
<style>
span { border-color: #B5452B; }
span { border-color: rgb(181,69,43); }
td.TdClassName
{
border-color: #B5452B;
}
.TagClassName
{
border-color: #B5452B;
}
</style>