Shades of Brick Red #B83340
Tints of Brick Red #B83340
RGB
CMYK
RGB Variations
Color information
#B83340 (or 0xB83340) is known color: Brick Red. HEX triplet: B8, 33 and 40. RGB value is (184,51,64). Sum of RGB (Red+Green+Blue) = 184+51+64=299 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.54% from 299); Green value is 51 (20.31% from 255 or 17.06% from 299); Blue value is 64 (25.39% from 255 or 21.40% from 299); Max value from RGB is 184 - color contains mainly: red. Hex color #B83340 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83340 is #47CCBF. Grayscale: #5C5C5C. Windows color (decimal): -4705472 or 4207544. OLE color: 4207544.
HSL color Cylindrical-coordinate representation of color #B83340: hue angle of 354.14º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B83340 is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 51 | 64 | - |
| CMYK | 0 | 0.72 | 0.65 | 0.28 |
| HSL | 354.14º | 0.57% | 0.46% | - |
| HSV(B) | 354.14º | 0.72% | 0.72% | - |
| XYZ | 21.88 | 12.93 | 6.19 | - |
| YUV | 92.25 | 112.06 | 193.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 51 | 64 | 0 | 0.72 | 0.65 | 0.28 | 354.14 | 0.57 | 0.46 |
| Hex | B8 | 33 | 40 | 0 | 48 | 41 | 1C | 162 | 39 | 2E |
| Octal | 270 | 63 | 100 | 0 | 110 | 101 | 34 | 542 | 71 | 56 |
| Binary | 10111000 | 110011 | 1000000 | 0 | 1001000 | 1000001 | 11100 | 101100010 | 111001 | 101110 |
Color Harmonies of #B83340
Complementary color
Monochromatic Colors of #B83340
Black with #B83340
Text Example
Text Example
White with #B83340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83340; }
p { color: rgb(184,51,64); }
H1.HeaderClassName
{
color: #B83340;
}
.AnyTagClassName
{
color: #B83340;
}
</style>
background-color css
<style>
a { background-color: #B83340; }
a { background-color: rgb(184,51,64); }
div.DivClassName
{
background-color: #B83340;
}
.BgClassName
{
background-color: #B83340;
}
</style>
border-color css
<style>
span { border-color: #B83340; }
span { border-color: rgb(184,51,64); }
td.TdClassName
{
border-color: #B83340;
}
.TagClassName
{
border-color: #B83340;
}
</style>