Shades of Brick Red #B8363C
Tints of Brick Red #B8363C
RGB
CMYK
RGB Variations
Color information
#B8363C (or 0xB8363C) is known color: Brick Red. HEX triplet: B8, 36 and 3C. RGB value is (184,54,60). Sum of RGB (Red+Green+Blue) = 184+54+60=298 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.74% from 298); Green value is 54 (21.48% from 255 or 18.12% from 298); Blue value is 60 (23.83% from 255 or 20.13% from 298); Max value from RGB is 184 - color contains mainly: red. Hex color #B8363C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8363C is #47C9C3. Grayscale: #5D5D5D. Windows color (decimal): -4704708 or 3946168. OLE color: 3946168.
HSL color Cylindrical-coordinate representation of color #B8363C: hue angle of 357.23º 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 #B8363C is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 54 | 60 | - |
| CMYK | 0 | 0.71 | 0.67 | 0.28 |
| HSL | 357.23º | 0.55% | 0.47% | - |
| HSV(B) | 357.23º | 0.71% | 0.72% | - |
| XYZ | 21.9 | 13.15 | 5.66 | - |
| YUV | 93.55 | 109.07 | 192.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 54 | 60 | 0 | 0.71 | 0.67 | 0.28 | 357.23 | 0.55 | 0.47 |
| Hex | B8 | 36 | 3C | 0 | 47 | 43 | 1C | 165 | 37 | 2F |
| Octal | 270 | 66 | 74 | 0 | 107 | 103 | 34 | 545 | 67 | 57 |
| Binary | 10111000 | 110110 | 111100 | 0 | 1000111 | 1000011 | 11100 | 101100101 | 110111 | 101111 |
Color Harmonies of #B8363C
Complementary color
Monochromatic Colors of #B8363C
Black with #B8363C
Text Example
Text Example
White with #B8363C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8363C; }
p { color: rgb(184,54,60); }
H1.HeaderClassName
{
color: #B8363C;
}
.AnyTagClassName
{
color: #B8363C;
}
</style>
background-color css
<style>
a { background-color: #B8363C; }
a { background-color: rgb(184,54,60); }
div.DivClassName
{
background-color: #B8363C;
}
.BgClassName
{
background-color: #B8363C;
}
</style>
border-color css
<style>
span { border-color: #B8363C; }
span { border-color: rgb(184,54,60); }
td.TdClassName
{
border-color: #B8363C;
}
.TagClassName
{
border-color: #B8363C;
}
</style>