Shades of Brick Red #B02C3C
Tints of Brick Red #B02C3C
RGB
CMYK
RGB Variations
Color information
#B02C3C (or 0xB02C3C) is known color: Brick Red. HEX triplet: B0, 2C and 3C. RGB value is (176,44,60). Sum of RGB (Red+Green+Blue) = 176+44+60=280 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.86% from 280); Green value is 44 (17.58% from 255 or 15.71% from 280); Blue value is 60 (23.83% from 255 or 21.43% from 280); Max value from RGB is 176 - color contains mainly: red. Hex color #B02C3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02C3C is #4FD3C3. Grayscale: #555555. Windows color (decimal): -5231556 or 3943600. OLE color: 3943600.
HSL color Cylindrical-coordinate representation of color #B02C3C: hue angle of 352.73º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B02C3C is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 44 | 60 | - |
| CMYK | 0 | 0.75 | 0.66 | 0.31 |
| HSL | 352.73º | 0.6% | 0.43% | - |
| HSV(B) | 352.73º | 0.75% | 0.69% | - |
| XYZ | 19.62 | 11.36 | 5.43 | - |
| YUV | 85.29 | 113.73 | 192.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 44 | 60 | 0 | 0.75 | 0.66 | 0.31 | 352.73 | 0.6 | 0.43 |
| Hex | B0 | 2C | 3C | 0 | 4B | 42 | 1F | 161 | 3C | 2B |
| Octal | 260 | 54 | 74 | 0 | 113 | 102 | 37 | 541 | 74 | 53 |
| Binary | 10110000 | 101100 | 111100 | 0 | 1001011 | 1000010 | 11111 | 101100001 | 111100 | 101011 |
Color Harmonies of #B02C3C
Complementary color
Monochromatic Colors of #B02C3C
Black with #B02C3C
Text Example
Text Example
White with #B02C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02C3C; }
p { color: rgb(176,44,60); }
H1.HeaderClassName
{
color: #B02C3C;
}
.AnyTagClassName
{
color: #B02C3C;
}
</style>
background-color css
<style>
a { background-color: #B02C3C; }
a { background-color: rgb(176,44,60); }
div.DivClassName
{
background-color: #B02C3C;
}
.BgClassName
{
background-color: #B02C3C;
}
</style>
border-color css
<style>
span { border-color: #B02C3C; }
span { border-color: rgb(176,44,60); }
td.TdClassName
{
border-color: #B02C3C;
}
.TagClassName
{
border-color: #B02C3C;
}
</style>