Shades of Brick Red #B23A41
Tints of Brick Red #B23A41
RGB
CMYK
RGB Variations
Color information
#B23A41 (or 0xB23A41) is known color: Brick Red. HEX triplet: B2, 3A and 41. RGB value is (178,58,65). Sum of RGB (Red+Green+Blue) = 178+58+65=301 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.14% from 301); Green value is 58 (23.05% from 255 or 19.27% from 301); Blue value is 65 (25.78% from 255 or 21.59% from 301); Max value from RGB is 178 - color contains mainly: red. Hex color #B23A41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23A41 is #4DC5BE. Grayscale: #5E5E5E. Windows color (decimal): -5096895 or 4274866. OLE color: 4274866.
HSL color Cylindrical-coordinate representation of color #B23A41: hue angle of 356.5º degrees, saturation: 0.51, 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 #B23A41 is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 58 | 65 | - |
| CMYK | 0 | 0.67 | 0.63 | 0.30 |
| HSL | 356.5º | 0.51% | 0.46% | - |
| HSV(B) | 356.5º | 0.67% | 0.7% | - |
| XYZ | 20.83 | 12.87 | 6.39 | - |
| YUV | 94.68 | 111.26 | 187.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 58 | 65 | 0 | 0.67 | 0.63 | 0.30 | 356.5 | 0.51 | 0.46 |
| Hex | B2 | 3A | 41 | 0 | 43 | 3F | 1E | 164 | 33 | 2E |
| Octal | 262 | 72 | 101 | 0 | 103 | 77 | 36 | 544 | 63 | 56 |
| Binary | 10110010 | 111010 | 1000001 | 0 | 1000011 | 111111 | 11110 | 101100100 | 110011 | 101110 |
Color Harmonies of #B23A41
Complementary color
Monochromatic Colors of #B23A41
Black with #B23A41
Text Example
Text Example
White with #B23A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23A41; }
p { color: rgb(178,58,65); }
H1.HeaderClassName
{
color: #B23A41;
}
.AnyTagClassName
{
color: #B23A41;
}
</style>
background-color css
<style>
a { background-color: #B23A41; }
a { background-color: rgb(178,58,65); }
div.DivClassName
{
background-color: #B23A41;
}
.BgClassName
{
background-color: #B23A41;
}
</style>
border-color css
<style>
span { border-color: #B23A41; }
span { border-color: rgb(178,58,65); }
td.TdClassName
{
border-color: #B23A41;
}
.TagClassName
{
border-color: #B23A41;
}
</style>