Shades of Brick Red #B23C41
Tints of Brick Red #B23C41
RGB
CMYK
RGB Variations
Color information
#B23C41 (or 0xB23C41) is known color: Brick Red. HEX triplet: B2, 3C and 41. RGB value is (178,60,65). Sum of RGB (Red+Green+Blue) = 178+60+65=303 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.75% from 303); Green value is 60 (23.83% from 255 or 19.80% from 303); Blue value is 65 (25.78% from 255 or 21.45% from 303); Max value from RGB is 178 - color contains mainly: red. Hex color #B23C41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23C41 is #4DC3BE. Grayscale: #5F5F5F. Windows color (decimal): -5096383 or 4275378. OLE color: 4275378.
HSL color Cylindrical-coordinate representation of color #B23C41: hue angle of 357.46º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B23C41 is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 60 | 65 | - |
| CMYK | 0 | 0.66 | 0.63 | 0.30 |
| HSL | 357.46º | 0.5% | 0.47% | - |
| HSV(B) | 357.46º | 0.66% | 0.7% | - |
| XYZ | 20.93 | 13.08 | 6.42 | - |
| YUV | 95.85 | 110.59 | 186.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 60 | 65 | 0 | 0.66 | 0.63 | 0.30 | 357.46 | 0.5 | 0.47 |
| Hex | B2 | 3C | 41 | 0 | 42 | 3F | 1E | 165 | 32 | 2F |
| Octal | 262 | 74 | 101 | 0 | 102 | 77 | 36 | 545 | 62 | 57 |
| Binary | 10110010 | 111100 | 1000001 | 0 | 1000010 | 111111 | 11110 | 101100101 | 110010 | 101111 |
Color Harmonies of #B23C41
Complementary color
Monochromatic Colors of #B23C41
Black with #B23C41
Text Example
Text Example
White with #B23C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23C41; }
p { color: rgb(178,60,65); }
H1.HeaderClassName
{
color: #B23C41;
}
.AnyTagClassName
{
color: #B23C41;
}
</style>
background-color css
<style>
a { background-color: #B23C41; }
a { background-color: rgb(178,60,65); }
div.DivClassName
{
background-color: #B23C41;
}
.BgClassName
{
background-color: #B23C41;
}
</style>
border-color css
<style>
span { border-color: #B23C41; }
span { border-color: rgb(178,60,65); }
td.TdClassName
{
border-color: #B23C41;
}
.TagClassName
{
border-color: #B23C41;
}
</style>