Shades of Medium Carmine #B23F30
Tints of Medium Carmine #B23F30
RGB
CMYK
RGB Variations
Color information
#B23F30 (or 0xB23F30) is known color: Medium Carmine. HEX triplet: B2, 3F and 30. RGB value is (178,63,48). Sum of RGB (Red+Green+Blue) = 178+63+48=289 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.59% from 289); Green value is 63 (25% from 255 or 21.80% from 289); Blue value is 48 (19.14% from 255 or 16.61% from 289); Max value from RGB is 178 - color contains mainly: red. Hex color #B23F30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23F30 is #4DC0CF. Grayscale: #5F5F5F. Windows color (decimal): -5095632 or 3162034. OLE color: 3162034.
HSL color Cylindrical-coordinate representation of color #B23F30: hue angle of 6.92º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B23F30 is Cyan = 0, Magento = 0.65, Yellow = 0.73 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 63 | 48 | - |
| CMYK | 0 | 0.65 | 0.73 | 0.30 |
| HSL | 6.92º | 0.58% | 0.44% | - |
| HSV(B) | 6.92º | 0.73% | 0.7% | - |
| XYZ | 20.67 | 13.23 | 4.26 | - |
| YUV | 95.68 | 101.1 | 186.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 63 | 48 | 0 | 0.65 | 0.73 | 0.30 | 6.92 | 0.58 | 0.44 |
| Hex | B2 | 3F | 30 | 0 | 41 | 49 | 1E | 7 | 3A | 2C |
| Octal | 262 | 77 | 60 | 0 | 101 | 111 | 36 | 7 | 72 | 54 |
| Binary | 10110010 | 111111 | 110000 | 0 | 1000001 | 1001001 | 11110 | 111 | 111010 | 101100 |
Color Harmonies of #B23F30
Complementary color
Monochromatic Colors of #B23F30
Black with #B23F30
Text Example
Text Example
White with #B23F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23F30; }
p { color: rgb(178,63,48); }
H1.HeaderClassName
{
color: #B23F30;
}
.AnyTagClassName
{
color: #B23F30;
}
</style>
background-color css
<style>
a { background-color: #B23F30; }
a { background-color: rgb(178,63,48); }
div.DivClassName
{
background-color: #B23F30;
}
.BgClassName
{
background-color: #B23F30;
}
</style>
border-color css
<style>
span { border-color: #B23F30; }
span { border-color: rgb(178,63,48); }
td.TdClassName
{
border-color: #B23F30;
}
.TagClassName
{
border-color: #B23F30;
}
</style>