Shades of Brick Red #B83440
Tints of Brick Red #B83440
RGB
CMYK
RGB Variations
Color information
#B83440 (or 0xB83440) is known color: Brick Red. HEX triplet: B8, 34 and 40. RGB value is (184,52,64). Sum of RGB (Red+Green+Blue) = 184+52+64=300 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.33% from 300); Green value is 52 (20.70% from 255 or 17.33% from 300); Blue value is 64 (25.39% from 255 or 21.33% from 300); Max value from RGB is 184 - color contains mainly: red. Hex color #B83440 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83440 is #47CBBF. Grayscale: #5C5C5C. Windows color (decimal): -4705216 or 4207800. OLE color: 4207800.
HSL color Cylindrical-coordinate representation of color #B83440: hue angle of 354.55º degrees, saturation: 0.56, 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 #B83440 is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 52 | 64 | - |
| CMYK | 0 | 0.72 | 0.65 | 0.28 |
| HSL | 354.55º | 0.56% | 0.46% | - |
| HSV(B) | 354.55º | 0.72% | 0.72% | - |
| XYZ | 21.92 | 13.02 | 6.21 | - |
| YUV | 92.84 | 111.73 | 193.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 52 | 64 | 0 | 0.72 | 0.65 | 0.28 | 354.55 | 0.56 | 0.46 |
| Hex | B8 | 34 | 40 | 0 | 48 | 41 | 1C | 163 | 38 | 2E |
| Octal | 270 | 64 | 100 | 0 | 110 | 101 | 34 | 543 | 70 | 56 |
| Binary | 10111000 | 110100 | 1000000 | 0 | 1001000 | 1000001 | 11100 | 101100011 | 111000 | 101110 |
Color Harmonies of #B83440
Complementary color
Monochromatic Colors of #B83440
Black with #B83440
Text Example
Text Example
White with #B83440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83440; }
p { color: rgb(184,52,64); }
H1.HeaderClassName
{
color: #B83440;
}
.AnyTagClassName
{
color: #B83440;
}
</style>
background-color css
<style>
a { background-color: #B83440; }
a { background-color: rgb(184,52,64); }
div.DivClassName
{
background-color: #B83440;
}
.BgClassName
{
background-color: #B83440;
}
</style>
border-color css
<style>
span { border-color: #B83440; }
span { border-color: rgb(184,52,64); }
td.TdClassName
{
border-color: #B83440;
}
.TagClassName
{
border-color: #B83440;
}
</style>