Shades of Brick Red #B83840
Tints of Brick Red #B83840
RGB
CMYK
RGB Variations
Color information
#B83840 (or 0xB83840) is known color: Brick Red. HEX triplet: B8, 38 and 40. RGB value is (184,56,64). Sum of RGB (Red+Green+Blue) = 184+56+64=304 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.53% from 304); Green value is 56 (22.27% from 255 or 18.42% from 304); Blue value is 64 (25.39% from 255 or 21.05% from 304); Max value from RGB is 184 - color contains mainly: red. Hex color #B83840 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83840 is #47C7BF. Grayscale: #5F5F5F. Windows color (decimal): -4704192 or 4208824. OLE color: 4208824.
HSL color Cylindrical-coordinate representation of color #B83840: hue angle of 356.25º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B83840 is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 56 | 64 | - |
| CMYK | 0 | 0.70 | 0.65 | 0.28 |
| HSL | 356.25º | 0.53% | 0.47% | - |
| HSV(B) | 356.25º | 0.7% | 0.72% | - |
| XYZ | 22.11 | 13.39 | 6.27 | - |
| YUV | 95.18 | 110.41 | 191.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 56 | 64 | 0 | 0.70 | 0.65 | 0.28 | 356.25 | 0.53 | 0.47 |
| Hex | B8 | 38 | 40 | 0 | 46 | 41 | 1C | 164 | 35 | 2F |
| Octal | 270 | 70 | 100 | 0 | 106 | 101 | 34 | 544 | 65 | 57 |
| Binary | 10111000 | 111000 | 1000000 | 0 | 1000110 | 1000001 | 11100 | 101100100 | 110101 | 101111 |
Color Harmonies of #B83840
Complementary color
Monochromatic Colors of #B83840
Black with #B83840
Text Example
Text Example
White with #B83840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83840; }
p { color: rgb(184,56,64); }
H1.HeaderClassName
{
color: #B83840;
}
.AnyTagClassName
{
color: #B83840;
}
</style>
background-color css
<style>
a { background-color: #B83840; }
a { background-color: rgb(184,56,64); }
div.DivClassName
{
background-color: #B83840;
}
.BgClassName
{
background-color: #B83840;
}
</style>
border-color css
<style>
span { border-color: #B83840; }
span { border-color: rgb(184,56,64); }
td.TdClassName
{
border-color: #B83840;
}
.TagClassName
{
border-color: #B83840;
}
</style>