Shades of Medium Carmine #B2453E
Tints of Medium Carmine #B2453E
RGB
CMYK
RGB Variations
Color information
#B2453E (or 0xB2453E) is known color: Medium Carmine. HEX triplet: B2, 45 and 3E. RGB value is (178,69,62). Sum of RGB (Red+Green+Blue) = 178+69+62=309 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.61% from 309); Green value is 69 (27.34% from 255 or 22.33% from 309); Blue value is 62 (24.61% from 255 or 20.06% from 309); Max value from RGB is 178 - color contains mainly: red. Hex color #B2453E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2453E is #4DBAC1. Grayscale: #646464. Windows color (decimal): -5094082 or 4081074. OLE color: 4081074.
HSL color Cylindrical-coordinate representation of color #B2453E: hue angle of 3.62º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B2453E is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 69 | 62 | - |
| CMYK | 0 | 0.61 | 0.65 | 0.30 |
| HSL | 3.62º | 0.48% | 0.47% | - |
| HSV(B) | 3.62º | 0.65% | 0.7% | - |
| XYZ | 21.36 | 14.07 | 6.15 | - |
| YUV | 100.79 | 106.11 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 69 | 62 | 0 | 0.61 | 0.65 | 0.30 | 3.62 | 0.48 | 0.47 |
| Hex | B2 | 45 | 3E | 0 | 3D | 41 | 1E | 4 | 30 | 2F |
| Octal | 262 | 105 | 76 | 0 | 75 | 101 | 36 | 4 | 60 | 57 |
| Binary | 10110010 | 1000101 | 111110 | 0 | 111101 | 1000001 | 11110 | 100 | 110000 | 101111 |
Color Harmonies of #B2453E
Complementary color
Monochromatic Colors of #B2453E
Black with #B2453E
Text Example
Text Example
White with #B2453E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2453E; }
p { color: rgb(178,69,62); }
H1.HeaderClassName
{
color: #B2453E;
}
.AnyTagClassName
{
color: #B2453E;
}
</style>
background-color css
<style>
a { background-color: #B2453E; }
a { background-color: rgb(178,69,62); }
div.DivClassName
{
background-color: #B2453E;
}
.BgClassName
{
background-color: #B2453E;
}
</style>
border-color css
<style>
span { border-color: #B2453E; }
span { border-color: rgb(178,69,62); }
td.TdClassName
{
border-color: #B2453E;
}
.TagClassName
{
border-color: #B2453E;
}
</style>