Shades of Brick Red #B23B3E
Tints of Brick Red #B23B3E
RGB
CMYK
RGB Variations
Color information
#B23B3E (or 0xB23B3E) is known color: Brick Red. HEX triplet: B2, 3B and 3E. RGB value is (178,59,62). Sum of RGB (Red+Green+Blue) = 178+59+62=299 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.53% from 299); Green value is 59 (23.44% from 255 or 19.73% from 299); Blue value is 62 (24.61% from 255 or 20.74% from 299); Max value from RGB is 178 - color contains mainly: red. Hex color #B23B3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23B3E is #4DC4C1. Grayscale: #5F5F5F. Windows color (decimal): -5096642 or 4078514. OLE color: 4078514.
HSL color Cylindrical-coordinate representation of color #B23B3E: hue angle of 358.49º 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 #B23B3E is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 59 | 62 | - |
| CMYK | 0 | 0.67 | 0.65 | 0.30 |
| HSL | 358.49º | 0.5% | 0.46% | - |
| HSV(B) | 358.49º | 0.67% | 0.7% | - |
| XYZ | 20.79 | 12.94 | 5.96 | - |
| YUV | 94.92 | 109.42 | 187.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 59 | 62 | 0 | 0.67 | 0.65 | 0.30 | 358.49 | 0.5 | 0.46 |
| Hex | B2 | 3B | 3E | 0 | 43 | 41 | 1E | 166 | 32 | 2E |
| Octal | 262 | 73 | 76 | 0 | 103 | 101 | 36 | 546 | 62 | 56 |
| Binary | 10110010 | 111011 | 111110 | 0 | 1000011 | 1000001 | 11110 | 101100110 | 110010 | 101110 |
Color Harmonies of #B23B3E
Complementary color
Monochromatic Colors of #B23B3E
Black with #B23B3E
Text Example
Text Example
White with #B23B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23B3E; }
p { color: rgb(178,59,62); }
H1.HeaderClassName
{
color: #B23B3E;
}
.AnyTagClassName
{
color: #B23B3E;
}
</style>
background-color css
<style>
a { background-color: #B23B3E; }
a { background-color: rgb(178,59,62); }
div.DivClassName
{
background-color: #B23B3E;
}
.BgClassName
{
background-color: #B23B3E;
}
</style>
border-color css
<style>
span { border-color: #B23B3E; }
span { border-color: rgb(178,59,62); }
td.TdClassName
{
border-color: #B23B3E;
}
.TagClassName
{
border-color: #B23B3E;
}
</style>