Shades of Brick Red #B8333C
Tints of Brick Red #B8333C
RGB
CMYK
RGB Variations
Color information
#B8333C (or 0xB8333C) is known color: Brick Red. HEX triplet: B8, 33 and 3C. RGB value is (184,51,60). Sum of RGB (Red+Green+Blue) = 184+51+60=295 (39% of max value = 765). Red value is 184 (72.27% from 255 or 62.37% from 295); Green value is 51 (20.31% from 255 or 17.29% from 295); Blue value is 60 (23.83% from 255 or 20.34% from 295); Max value from RGB is 184 - color contains mainly: red. Hex color #B8333C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8333C is #47CCC3. Grayscale: #5B5B5B. Windows color (decimal): -4705476 or 3945400. OLE color: 3945400.
HSL color Cylindrical-coordinate representation of color #B8333C: hue angle of 355.94º degrees, saturation: 0.57, 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 #B8333C is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 51 | 60 | - |
| CMYK | 0 | 0.72 | 0.67 | 0.28 |
| HSL | 355.94º | 0.57% | 0.46% | - |
| HSV(B) | 355.94º | 0.72% | 0.72% | - |
| XYZ | 21.77 | 12.88 | 5.61 | - |
| YUV | 91.79 | 110.06 | 193.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 51 | 60 | 0 | 0.72 | 0.67 | 0.28 | 355.94 | 0.57 | 0.46 |
| Hex | B8 | 33 | 3C | 0 | 48 | 43 | 1C | 164 | 39 | 2E |
| Octal | 270 | 63 | 74 | 0 | 110 | 103 | 34 | 544 | 71 | 56 |
| Binary | 10111000 | 110011 | 111100 | 0 | 1001000 | 1000011 | 11100 | 101100100 | 111001 | 101110 |
Color Harmonies of #B8333C
Complementary color
Monochromatic Colors of #B8333C
Black with #B8333C
Text Example
Text Example
White with #B8333C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8333C; }
p { color: rgb(184,51,60); }
H1.HeaderClassName
{
color: #B8333C;
}
.AnyTagClassName
{
color: #B8333C;
}
</style>
background-color css
<style>
a { background-color: #B8333C; }
a { background-color: rgb(184,51,60); }
div.DivClassName
{
background-color: #B8333C;
}
.BgClassName
{
background-color: #B8333C;
}
</style>
border-color css
<style>
span { border-color: #B8333C; }
span { border-color: rgb(184,51,60); }
td.TdClassName
{
border-color: #B8333C;
}
.TagClassName
{
border-color: #B8333C;
}
</style>