Shades of Brick Red #B23D40
Tints of Brick Red #B23D40
RGB
CMYK
RGB Variations
Color information
#B23D40 (or 0xB23D40) is known color: Brick Red. HEX triplet: B2, 3D and 40. RGB value is (178,61,64). Sum of RGB (Red+Green+Blue) = 178+61+64=303 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.75% from 303); Green value is 61 (24.22% from 255 or 20.13% from 303); Blue value is 64 (25.39% from 255 or 21.12% from 303); Max value from RGB is 178 - color contains mainly: red. Hex color #B23D40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23D40 is #4DC2BF. Grayscale: #606060. Windows color (decimal): -5096128 or 4210098. OLE color: 4210098.
HSL color Cylindrical-coordinate representation of color #B23D40: hue angle of 358.46º degrees, saturation: 0.49, 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 #B23D40 is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 61 | 64 | - |
| CMYK | 0 | 0.66 | 0.64 | 0.30 |
| HSL | 358.46º | 0.49% | 0.47% | - |
| HSV(B) | 358.46º | 0.66% | 0.7% | - |
| XYZ | 20.95 | 13.17 | 6.29 | - |
| YUV | 96.33 | 109.76 | 186.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 61 | 64 | 0 | 0.66 | 0.64 | 0.30 | 358.46 | 0.49 | 0.47 |
| Hex | B2 | 3D | 40 | 0 | 42 | 40 | 1E | 166 | 31 | 2F |
| Octal | 262 | 75 | 100 | 0 | 102 | 100 | 36 | 546 | 61 | 57 |
| Binary | 10110010 | 111101 | 1000000 | 0 | 1000010 | 1000000 | 11110 | 101100110 | 110001 | 101111 |
Color Harmonies of #B23D40
Complementary color
Monochromatic Colors of #B23D40
Black with #B23D40
Text Example
Text Example
White with #B23D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23D40; }
p { color: rgb(178,61,64); }
H1.HeaderClassName
{
color: #B23D40;
}
.AnyTagClassName
{
color: #B23D40;
}
</style>
background-color css
<style>
a { background-color: #B23D40; }
a { background-color: rgb(178,61,64); }
div.DivClassName
{
background-color: #B23D40;
}
.BgClassName
{
background-color: #B23D40;
}
</style>
border-color css
<style>
span { border-color: #B23D40; }
span { border-color: rgb(178,61,64); }
td.TdClassName
{
border-color: #B23D40;
}
.TagClassName
{
border-color: #B23D40;
}
</style>