Shades of Medium Carmine #B2432B
Tints of Medium Carmine #B2432B
RGB
CMYK
RGB Variations
Color information
#B2432B (or 0xB2432B) is known color: Medium Carmine. HEX triplet: B2, 43 and 2B. RGB value is (178,67,43). Sum of RGB (Red+Green+Blue) = 178+67+43=288 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.81% from 288); Green value is 67 (26.56% from 255 or 23.26% from 288); Blue value is 43 (17.19% from 255 or 14.93% from 288); Max value from RGB is 178 - color contains mainly: red. Hex color #B2432B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2432B is #4DBCD4. Grayscale: #616161. Windows color (decimal): -5094613 or 2835378. OLE color: 2835378.
HSL color Cylindrical-coordinate representation of color #B2432B: hue angle of 10.67º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B2432B is Cyan = 0, Magento = 0.62, Yellow = 0.76 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 67 | 43 | - |
| CMYK | 0 | 0.62 | 0.76 | 0.30 |
| HSL | 10.67º | 0.61% | 0.43% | - |
| HSV(B) | 10.67º | 0.76% | 0.7% | - |
| XYZ | 20.8 | 13.65 | 3.82 | - |
| YUV | 97.45 | 97.27 | 185.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 67 | 43 | 0 | 0.62 | 0.76 | 0.30 | 10.67 | 0.61 | 0.43 |
| Hex | B2 | 43 | 2B | 0 | 3E | 4C | 1E | B | 3D | 2B |
| Octal | 262 | 103 | 53 | 0 | 76 | 114 | 36 | 13 | 75 | 53 |
| Binary | 10110010 | 1000011 | 101011 | 0 | 111110 | 1001100 | 11110 | 1011 | 111101 | 101011 |
Color Harmonies of #B2432B
Complementary color
Monochromatic Colors of #B2432B
Black with #B2432B
Text Example
Text Example
White with #B2432B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2432B; }
p { color: rgb(178,67,43); }
H1.HeaderClassName
{
color: #B2432B;
}
.AnyTagClassName
{
color: #B2432B;
}
</style>
background-color css
<style>
a { background-color: #B2432B; }
a { background-color: rgb(178,67,43); }
div.DivClassName
{
background-color: #B2432B;
}
.BgClassName
{
background-color: #B2432B;
}
</style>
border-color css
<style>
span { border-color: #B2432B; }
span { border-color: rgb(178,67,43); }
td.TdClassName
{
border-color: #B2432B;
}
.TagClassName
{
border-color: #B2432B;
}
</style>