Shades of Medium Carmine #B5452C
Tints of Medium Carmine #B5452C
RGB
CMYK
RGB Variations
Color information
#B5452C (or 0xB5452C) is known color: Medium Carmine. HEX triplet: B5, 45 and 2C. RGB value is (181,69,44). Sum of RGB (Red+Green+Blue) = 181+69+44=294 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.56% from 294); Green value is 69 (27.34% from 255 or 23.47% from 294); Blue value is 44 (17.58% from 255 or 14.97% from 294); Max value from RGB is 181 - color contains mainly: red. Hex color #B5452C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5452C is #4ABAD3. Grayscale: #636363. Windows color (decimal): -4897492 or 2901429. OLE color: 2901429.
HSL color Cylindrical-coordinate representation of color #B5452C: hue angle of 10.95º degrees, saturation: 0.61, 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 #B5452C is Cyan = 0, Magento = 0.62, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 69 | 44 | - |
| CMYK | 0 | 0.62 | 0.76 | 0.29 |
| HSL | 10.95º | 0.61% | 0.44% | - |
| HSV(B) | 10.95º | 0.76% | 0.71% | - |
| XYZ | 21.64 | 14.26 | 4 | - |
| YUV | 99.64 | 96.61 | 186.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 69 | 44 | 0 | 0.62 | 0.76 | 0.29 | 10.95 | 0.61 | 0.44 |
| Hex | B5 | 45 | 2C | 0 | 3E | 4C | 1D | B | 3D | 2C |
| Octal | 265 | 105 | 54 | 0 | 76 | 114 | 35 | 13 | 75 | 54 |
| Binary | 10110101 | 1000101 | 101100 | 0 | 111110 | 1001100 | 11101 | 1011 | 111101 | 101100 |
Color Harmonies of #B5452C
Complementary color
Monochromatic Colors of #B5452C
Black with #B5452C
Text Example
Text Example
White with #B5452C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5452C; }
p { color: rgb(181,69,44); }
H1.HeaderClassName
{
color: #B5452C;
}
.AnyTagClassName
{
color: #B5452C;
}
</style>
background-color css
<style>
a { background-color: #B5452C; }
a { background-color: rgb(181,69,44); }
div.DivClassName
{
background-color: #B5452C;
}
.BgClassName
{
background-color: #B5452C;
}
</style>
border-color css
<style>
span { border-color: #B5452C; }
span { border-color: rgb(181,69,44); }
td.TdClassName
{
border-color: #B5452C;
}
.TagClassName
{
border-color: #B5452C;
}
</style>