Shades of Brick Red #B23B41
Tints of Brick Red #B23B41
RGB
CMYK
RGB Variations
Color information
#B23B41 (or 0xB23B41) is known color: Brick Red. HEX triplet: B2, 3B and 41. RGB value is (178,59,65). Sum of RGB (Red+Green+Blue) = 178+59+65=302 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.94% from 302); Green value is 59 (23.44% from 255 or 19.54% from 302); Blue value is 65 (25.78% from 255 or 21.52% from 302); Max value from RGB is 178 - color contains mainly: red. Hex color #B23B41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23B41 is #4DC4BE. Grayscale: #5F5F5F. Windows color (decimal): -5096639 or 4275122. OLE color: 4275122.
HSL color Cylindrical-coordinate representation of color #B23B41: hue angle of 356.97º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B23B41 is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 59 | 65 | - |
| CMYK | 0 | 0.67 | 0.63 | 0.30 |
| HSL | 356.97º | 0.5% | 0.46% | - |
| HSV(B) | 356.97º | 0.67% | 0.7% | - |
| XYZ | 20.88 | 12.97 | 6.4 | - |
| YUV | 95.27 | 110.92 | 187.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 59 | 65 | 0 | 0.67 | 0.63 | 0.30 | 356.97 | 0.5 | 0.46 |
| Hex | B2 | 3B | 41 | 0 | 43 | 3F | 1E | 165 | 32 | 2E |
| Octal | 262 | 73 | 101 | 0 | 103 | 77 | 36 | 545 | 62 | 56 |
| Binary | 10110010 | 111011 | 1000001 | 0 | 1000011 | 111111 | 11110 | 101100101 | 110010 | 101110 |
Color Harmonies of #B23B41
Complementary color
Monochromatic Colors of #B23B41
Black with #B23B41
Text Example
Text Example
White with #B23B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23B41; }
p { color: rgb(178,59,65); }
H1.HeaderClassName
{
color: #B23B41;
}
.AnyTagClassName
{
color: #B23B41;
}
</style>
background-color css
<style>
a { background-color: #B23B41; }
a { background-color: rgb(178,59,65); }
div.DivClassName
{
background-color: #B23B41;
}
.BgClassName
{
background-color: #B23B41;
}
</style>
border-color css
<style>
span { border-color: #B23B41; }
span { border-color: rgb(178,59,65); }
td.TdClassName
{
border-color: #B23B41;
}
.TagClassName
{
border-color: #B23B41;
}
</style>