Shades of Medium Carmine #B23D30
Tints of Medium Carmine #B23D30
RGB
CMYK
RGB Variations
Color information
#B23D30 (or 0xB23D30) is known color: Medium Carmine. HEX triplet: B2, 3D and 30. RGB value is (178,61,48). Sum of RGB (Red+Green+Blue) = 178+61+48=287 (38% of max value = 765). Red value is 178 (69.92% from 255 or 62.02% from 287); Green value is 61 (24.22% from 255 or 21.25% from 287); Blue value is 48 (19.14% from 255 or 16.72% from 287); Max value from RGB is 178 - color contains mainly: red. Hex color #B23D30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23D30 is #4DC2CF. Grayscale: #5E5E5E. Windows color (decimal): -5096144 or 3161522. OLE color: 3161522.
HSL color Cylindrical-coordinate representation of color #B23D30: hue angle of 6º 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 #B23D30 is Cyan = 0, Magento = 0.66, Yellow = 0.73 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 61 | 48 | - |
| CMYK | 0 | 0.66 | 0.73 | 0.30 |
| HSL | 6º | 0.58% | 0.44% | - |
| HSV(B) | 6º | 0.73% | 0.7% | - |
| XYZ | 20.56 | 13.02 | 4.22 | - |
| YUV | 94.5 | 101.76 | 187.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 61 | 48 | 0 | 0.66 | 0.73 | 0.30 | 6 | 0.58 | 0.44 |
| Hex | B2 | 3D | 30 | 0 | 42 | 49 | 1E | 6 | 3A | 2C |
| Octal | 262 | 75 | 60 | 0 | 102 | 111 | 36 | 6 | 72 | 54 |
| Binary | 10110010 | 111101 | 110000 | 0 | 1000010 | 1001001 | 11110 | 110 | 111010 | 101100 |
Color Harmonies of #B23D30
Complementary color
Monochromatic Colors of #B23D30
Black with #B23D30
Text Example
Text Example
White with #B23D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23D30; }
p { color: rgb(178,61,48); }
H1.HeaderClassName
{
color: #B23D30;
}
.AnyTagClassName
{
color: #B23D30;
}
</style>
background-color css
<style>
a { background-color: #B23D30; }
a { background-color: rgb(178,61,48); }
div.DivClassName
{
background-color: #B23D30;
}
.BgClassName
{
background-color: #B23D30;
}
</style>
border-color css
<style>
span { border-color: #B23D30; }
span { border-color: rgb(178,61,48); }
td.TdClassName
{
border-color: #B23D30;
}
.TagClassName
{
border-color: #B23D30;
}
</style>