Shades of Brick Red #B2383D
Tints of Brick Red #B2383D
RGB
CMYK
RGB Variations
Color information
#B2383D (or 0xB2383D) is known color: Brick Red. HEX triplet: B2, 38 and 3D. RGB value is (178,56,61). Sum of RGB (Red+Green+Blue) = 178+56+61=295 (39% of max value = 765). Red value is 178 (69.92% from 255 or 60.34% from 295); Green value is 56 (22.27% from 255 or 18.98% from 295); Blue value is 61 (24.22% from 255 or 20.68% from 295); Max value from RGB is 178 - color contains mainly: red. Hex color #B2383D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2383D is #4DC7C2. Grayscale: #5D5D5D. Windows color (decimal): -5097411 or 4012210. OLE color: 4012210.
HSL color Cylindrical-coordinate representation of color #B2383D: hue angle of 357.54º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B2383D is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 56 | 61 | - |
| CMYK | 0 | 0.69 | 0.66 | 0.30 |
| HSL | 357.54º | 0.52% | 0.46% | - |
| HSV(B) | 357.54º | 0.69% | 0.7% | - |
| XYZ | 20.62 | 12.63 | 5.77 | - |
| YUV | 93.05 | 109.92 | 188.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 56 | 61 | 0 | 0.69 | 0.66 | 0.30 | 357.54 | 0.52 | 0.46 |
| Hex | B2 | 38 | 3D | 0 | 45 | 42 | 1E | 166 | 34 | 2E |
| Octal | 262 | 70 | 75 | 0 | 105 | 102 | 36 | 546 | 64 | 56 |
| Binary | 10110010 | 111000 | 111101 | 0 | 1000101 | 1000010 | 11110 | 101100110 | 110100 | 101110 |
Color Harmonies of #B2383D
Complementary color
Monochromatic Colors of #B2383D
Black with #B2383D
Text Example
Text Example
White with #B2383D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2383D; }
p { color: rgb(178,56,61); }
H1.HeaderClassName
{
color: #B2383D;
}
.AnyTagClassName
{
color: #B2383D;
}
</style>
background-color css
<style>
a { background-color: #B2383D; }
a { background-color: rgb(178,56,61); }
div.DivClassName
{
background-color: #B2383D;
}
.BgClassName
{
background-color: #B2383D;
}
</style>
border-color css
<style>
span { border-color: #B2383D; }
span { border-color: rgb(178,56,61); }
td.TdClassName
{
border-color: #B2383D;
}
.TagClassName
{
border-color: #B2383D;
}
</style>