Shades of Brick Red #B82C3C
Tints of Brick Red #B82C3C
RGB
CMYK
RGB Variations
Color information
#B82C3C (or 0xB82C3C) is known color: Brick Red. HEX triplet: B8, 2C and 3C. RGB value is (184,44,60). Sum of RGB (Red+Green+Blue) = 184+44+60=288 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.89% from 288); Green value is 44 (17.58% from 255 or 15.28% from 288); Blue value is 60 (23.83% from 255 or 20.83% from 288); Max value from RGB is 184 - color contains mainly: red. Hex color #B82C3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82C3C is #47D3C3. Grayscale: #575757. Windows color (decimal): -4707268 or 3943608. OLE color: 3943608.
HSL color Cylindrical-coordinate representation of color #B82C3C: hue angle of 353.14º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B82C3C is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 44 | 60 | - |
| CMYK | 0 | 0.76 | 0.67 | 0.28 |
| HSL | 353.14º | 0.61% | 0.45% | - |
| HSV(B) | 353.14º | 0.76% | 0.72% | - |
| XYZ | 21.48 | 12.32 | 5.52 | - |
| YUV | 87.68 | 112.38 | 196.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 44 | 60 | 0 | 0.76 | 0.67 | 0.28 | 353.14 | 0.61 | 0.45 |
| Hex | B8 | 2C | 3C | 0 | 4C | 43 | 1C | 161 | 3D | 2D |
| Octal | 270 | 54 | 74 | 0 | 114 | 103 | 34 | 541 | 75 | 55 |
| Binary | 10111000 | 101100 | 111100 | 0 | 1001100 | 1000011 | 11100 | 101100001 | 111101 | 101101 |
Color Harmonies of #B82C3C
Complementary color
Monochromatic Colors of #B82C3C
Black with #B82C3C
Text Example
Text Example
White with #B82C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82C3C; }
p { color: rgb(184,44,60); }
H1.HeaderClassName
{
color: #B82C3C;
}
.AnyTagClassName
{
color: #B82C3C;
}
</style>
background-color css
<style>
a { background-color: #B82C3C; }
a { background-color: rgb(184,44,60); }
div.DivClassName
{
background-color: #B82C3C;
}
.BgClassName
{
background-color: #B82C3C;
}
</style>
border-color css
<style>
span { border-color: #B82C3C; }
span { border-color: rgb(184,44,60); }
td.TdClassName
{
border-color: #B82C3C;
}
.TagClassName
{
border-color: #B82C3C;
}
</style>