Shades of Medium Carmine #B2352D
Tints of Medium Carmine #B2352D
RGB
CMYK
RGB Variations
Color information
#B2352D (or 0xB2352D) is known color: Medium Carmine. HEX triplet: B2, 35 and 2D. RGB value is (178,53,45). Sum of RGB (Red+Green+Blue) = 178+53+45=276 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.49% from 276); Green value is 53 (21.09% from 255 or 19.20% from 276); Blue value is 45 (17.97% from 255 or 16.30% from 276); Max value from RGB is 178 - color contains mainly: red. Hex color #B2352D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2352D is #4DCAD2. Grayscale: #595959. Windows color (decimal): -5098195 or 2962866. OLE color: 2962866.
HSL color Cylindrical-coordinate representation of color #B2352D: hue angle of 3.61º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B2352D is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 53 | 45 | - |
| CMYK | 0 | 0.70 | 0.75 | 0.30 |
| HSL | 3.61º | 0.6% | 0.44% | - |
| HSV(B) | 3.61º | 0.75% | 0.7% | - |
| XYZ | 20.11 | 12.2 | 3.78 | - |
| YUV | 89.46 | 102.91 | 191.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 53 | 45 | 0 | 0.70 | 0.75 | 0.30 | 3.61 | 0.6 | 0.44 |
| Hex | B2 | 35 | 2D | 0 | 46 | 4B | 1E | 4 | 3C | 2C |
| Octal | 262 | 65 | 55 | 0 | 106 | 113 | 36 | 4 | 74 | 54 |
| Binary | 10110010 | 110101 | 101101 | 0 | 1000110 | 1001011 | 11110 | 100 | 111100 | 101100 |
Color Harmonies of #B2352D
Complementary color
Monochromatic Colors of #B2352D
Black with #B2352D
Text Example
Text Example
White with #B2352D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2352D; }
p { color: rgb(178,53,45); }
H1.HeaderClassName
{
color: #B2352D;
}
.AnyTagClassName
{
color: #B2352D;
}
</style>
background-color css
<style>
a { background-color: #B2352D; }
a { background-color: rgb(178,53,45); }
div.DivClassName
{
background-color: #B2352D;
}
.BgClassName
{
background-color: #B2352D;
}
</style>
border-color css
<style>
span { border-color: #B2352D; }
span { border-color: rgb(178,53,45); }
td.TdClassName
{
border-color: #B2352D;
}
.TagClassName
{
border-color: #B2352D;
}
</style>