Shades of Brick Red #B83640
Tints of Brick Red #B83640
RGB
CMYK
RGB Variations
Color information
#B83640 (or 0xB83640) is known color: Brick Red. HEX triplet: B8, 36 and 40. RGB value is (184,54,64). Sum of RGB (Red+Green+Blue) = 184+54+64=302 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.93% from 302); Green value is 54 (21.48% from 255 or 17.88% from 302); Blue value is 64 (25.39% from 255 or 21.19% from 302); Max value from RGB is 184 - color contains mainly: red. Hex color #B83640 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83640 is #47C9BF. Grayscale: #5E5E5E. Windows color (decimal): -4704704 or 4208312. OLE color: 4208312.
HSL color Cylindrical-coordinate representation of color #B83640: hue angle of 355.38º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B83640 is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 54 | 64 | - |
| CMYK | 0 | 0.71 | 0.65 | 0.28 |
| HSL | 355.38º | 0.55% | 0.47% | - |
| HSV(B) | 355.38º | 0.71% | 0.72% | - |
| XYZ | 22.01 | 13.2 | 6.24 | - |
| YUV | 94.01 | 111.07 | 192.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 54 | 64 | 0 | 0.71 | 0.65 | 0.28 | 355.38 | 0.55 | 0.47 |
| Hex | B8 | 36 | 40 | 0 | 47 | 41 | 1C | 163 | 37 | 2F |
| Octal | 270 | 66 | 100 | 0 | 107 | 101 | 34 | 543 | 67 | 57 |
| Binary | 10111000 | 110110 | 1000000 | 0 | 1000111 | 1000001 | 11100 | 101100011 | 110111 | 101111 |
Color Harmonies of #B83640
Complementary color
Monochromatic Colors of #B83640
Black with #B83640
Text Example
Text Example
White with #B83640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83640; }
p { color: rgb(184,54,64); }
H1.HeaderClassName
{
color: #B83640;
}
.AnyTagClassName
{
color: #B83640;
}
</style>
background-color css
<style>
a { background-color: #B83640; }
a { background-color: rgb(184,54,64); }
div.DivClassName
{
background-color: #B83640;
}
.BgClassName
{
background-color: #B83640;
}
</style>
border-color css
<style>
span { border-color: #B83640; }
span { border-color: rgb(184,54,64); }
td.TdClassName
{
border-color: #B83640;
}
.TagClassName
{
border-color: #B83640;
}
</style>