Shades of Medium Carmine #B23A2D
Tints of Medium Carmine #B23A2D
RGB
CMYK
RGB Variations
Color information
#B23A2D (or 0xB23A2D) is known color: Medium Carmine. HEX triplet: B2, 3A and 2D. RGB value is (178,58,45). Sum of RGB (Red+Green+Blue) = 178+58+45=281 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.35% from 281); Green value is 58 (23.05% from 255 or 20.64% from 281); Blue value is 45 (17.97% from 255 or 16.01% from 281); Max value from RGB is 178 - color contains mainly: red. Hex color #B23A2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23A2D is #4DC5D2. Grayscale: #5C5C5C. Windows color (decimal): -5096915 or 2964146. OLE color: 2964146.
HSL color Cylindrical-coordinate representation of color #B23A2D: hue angle of 5.86º 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 #B23A2D is Cyan = 0, Magento = 0.67, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 58 | 45 | - |
| CMYK | 0 | 0.67 | 0.75 | 0.30 |
| HSL | 5.86º | 0.6% | 0.44% | - |
| HSV(B) | 5.86º | 0.75% | 0.7% | - |
| XYZ | 20.35 | 12.68 | 3.86 | - |
| YUV | 92.4 | 101.26 | 189.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 58 | 45 | 0 | 0.67 | 0.75 | 0.30 | 5.86 | 0.6 | 0.44 |
| Hex | B2 | 3A | 2D | 0 | 43 | 4B | 1E | 6 | 3C | 2C |
| Octal | 262 | 72 | 55 | 0 | 103 | 113 | 36 | 6 | 74 | 54 |
| Binary | 10110010 | 111010 | 101101 | 0 | 1000011 | 1001011 | 11110 | 110 | 111100 | 101100 |
Color Harmonies of #B23A2D
Complementary color
Monochromatic Colors of #B23A2D
Black with #B23A2D
Text Example
Text Example
White with #B23A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23A2D; }
p { color: rgb(178,58,45); }
H1.HeaderClassName
{
color: #B23A2D;
}
.AnyTagClassName
{
color: #B23A2D;
}
</style>
background-color css
<style>
a { background-color: #B23A2D; }
a { background-color: rgb(178,58,45); }
div.DivClassName
{
background-color: #B23A2D;
}
.BgClassName
{
background-color: #B23A2D;
}
</style>
border-color css
<style>
span { border-color: #B23A2D; }
span { border-color: rgb(178,58,45); }
td.TdClassName
{
border-color: #B23A2D;
}
.TagClassName
{
border-color: #B23A2D;
}
</style>