Shades of Brick Red #B8363D
Tints of Brick Red #B8363D
RGB
CMYK
RGB Variations
Color information
#B8363D (or 0xB8363D) is known color: Brick Red. HEX triplet: B8, 36 and 3D. RGB value is (184,54,61). Sum of RGB (Red+Green+Blue) = 184+54+61=299 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.54% from 299); Green value is 54 (21.48% from 255 or 18.06% from 299); Blue value is 61 (24.22% from 255 or 20.40% from 299); Max value from RGB is 184 - color contains mainly: red. Hex color #B8363D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8363D is #47C9C2. Grayscale: #5D5D5D. Windows color (decimal): -4704707 or 4011704. OLE color: 4011704.
HSL color Cylindrical-coordinate representation of color #B8363D: hue angle of 356.77º 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 #B8363D is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 54 | 61 | - |
| CMYK | 0 | 0.71 | 0.67 | 0.28 |
| HSL | 356.77º | 0.55% | 0.47% | - |
| HSV(B) | 356.77º | 0.71% | 0.72% | - |
| XYZ | 21.93 | 13.17 | 5.8 | - |
| YUV | 93.67 | 109.57 | 192.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 54 | 61 | 0 | 0.71 | 0.67 | 0.28 | 356.77 | 0.55 | 0.47 |
| Hex | B8 | 36 | 3D | 0 | 47 | 43 | 1C | 165 | 37 | 2F |
| Octal | 270 | 66 | 75 | 0 | 107 | 103 | 34 | 545 | 67 | 57 |
| Binary | 10111000 | 110110 | 111101 | 0 | 1000111 | 1000011 | 11100 | 101100101 | 110111 | 101111 |
Color Harmonies of #B8363D
Complementary color
Monochromatic Colors of #B8363D
Black with #B8363D
Text Example
Text Example
White with #B8363D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8363D; }
p { color: rgb(184,54,61); }
H1.HeaderClassName
{
color: #B8363D;
}
.AnyTagClassName
{
color: #B8363D;
}
</style>
background-color css
<style>
a { background-color: #B8363D; }
a { background-color: rgb(184,54,61); }
div.DivClassName
{
background-color: #B8363D;
}
.BgClassName
{
background-color: #B8363D;
}
</style>
border-color css
<style>
span { border-color: #B8363D; }
span { border-color: rgb(184,54,61); }
td.TdClassName
{
border-color: #B8363D;
}
.TagClassName
{
border-color: #B8363D;
}
</style>