Shades of Brick Red #B2303C
Tints of Brick Red #B2303C
RGB
CMYK
RGB Variations
Color information
#B2303C (or 0xB2303C) is known color: Brick Red. HEX triplet: B2, 30 and 3C. RGB value is (178,48,60). Sum of RGB (Red+Green+Blue) = 178+48+60=286 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.24% from 286); Green value is 48 (19.14% from 255 or 16.78% from 286); Blue value is 60 (23.83% from 255 or 20.98% from 286); Max value from RGB is 178 - color contains mainly: red. Hex color #B2303C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2303C is #4DCFC3. Grayscale: #585858. Windows color (decimal): -5099460 or 3944626. OLE color: 3944626.
HSL color Cylindrical-coordinate representation of color #B2303C: hue angle of 354.46º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B2303C is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 48 | 60 | - |
| CMYK | 0 | 0.73 | 0.66 | 0.30 |
| HSL | 354.46º | 0.58% | 0.44% | - |
| HSV(B) | 354.46º | 0.73% | 0.7% | - |
| XYZ | 20.23 | 11.91 | 5.51 | - |
| YUV | 88.24 | 112.07 | 192.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 48 | 60 | 0 | 0.73 | 0.66 | 0.30 | 354.46 | 0.58 | 0.44 |
| Hex | B2 | 30 | 3C | 0 | 49 | 42 | 1E | 162 | 3A | 2C |
| Octal | 262 | 60 | 74 | 0 | 111 | 102 | 36 | 542 | 72 | 54 |
| Binary | 10110010 | 110000 | 111100 | 0 | 1001001 | 1000010 | 11110 | 101100010 | 111010 | 101100 |
Color Harmonies of #B2303C
Complementary color
Monochromatic Colors of #B2303C
Black with #B2303C
Text Example
Text Example
White with #B2303C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2303C; }
p { color: rgb(178,48,60); }
H1.HeaderClassName
{
color: #B2303C;
}
.AnyTagClassName
{
color: #B2303C;
}
</style>
background-color css
<style>
a { background-color: #B2303C; }
a { background-color: rgb(178,48,60); }
div.DivClassName
{
background-color: #B2303C;
}
.BgClassName
{
background-color: #B2303C;
}
</style>
border-color css
<style>
span { border-color: #B2303C; }
span { border-color: rgb(178,48,60); }
td.TdClassName
{
border-color: #B2303C;
}
.TagClassName
{
border-color: #B2303C;
}
</style>