Shades of Brick Red #B83341
Tints of Brick Red #B83341
RGB
CMYK
RGB Variations
Color information
#B83341 (or 0xB83341) is known color: Brick Red. HEX triplet: B8, 33 and 41. RGB value is (184,51,65). Sum of RGB (Red+Green+Blue) = 184+51+65=300 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.33% from 300); Green value is 51 (20.31% from 255 or 17% from 300); Blue value is 65 (25.78% from 255 or 21.67% from 300); Max value from RGB is 184 - color contains mainly: red. Hex color #B83341 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83341 is #47CCBE. Grayscale: #5C5C5C. Windows color (decimal): -4705471 or 4273080. OLE color: 4273080.
HSL color Cylindrical-coordinate representation of color #B83341: hue angle of 353.68º 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 #B83341 is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 51 | 65 | - |
| CMYK | 0 | 0.72 | 0.65 | 0.28 |
| HSL | 353.68º | 0.57% | 0.46% | - |
| HSV(B) | 353.68º | 0.72% | 0.72% | - |
| XYZ | 21.91 | 12.94 | 6.34 | - |
| YUV | 92.36 | 112.56 | 193.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 51 | 65 | 0 | 0.72 | 0.65 | 0.28 | 353.68 | 0.57 | 0.46 |
| Hex | B8 | 33 | 41 | 0 | 48 | 41 | 1C | 162 | 39 | 2E |
| Octal | 270 | 63 | 101 | 0 | 110 | 101 | 34 | 542 | 71 | 56 |
| Binary | 10111000 | 110011 | 1000001 | 0 | 1001000 | 1000001 | 11100 | 101100010 | 111001 | 101110 |
Color Harmonies of #B83341
Complementary color
Monochromatic Colors of #B83341
Black with #B83341
Text Example
Text Example
White with #B83341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83341; }
p { color: rgb(184,51,65); }
H1.HeaderClassName
{
color: #B83341;
}
.AnyTagClassName
{
color: #B83341;
}
</style>
background-color css
<style>
a { background-color: #B83341; }
a { background-color: rgb(184,51,65); }
div.DivClassName
{
background-color: #B83341;
}
.BgClassName
{
background-color: #B83341;
}
</style>
border-color css
<style>
span { border-color: #B83341; }
span { border-color: rgb(184,51,65); }
td.TdClassName
{
border-color: #B83341;
}
.TagClassName
{
border-color: #B83341;
}
</style>