Shades of Brick Red #B2293C
Tints of Brick Red #B2293C
RGB
CMYK
RGB Variations
Color information
#B2293C (or 0xB2293C) is known color: Brick Red. HEX triplet: B2, 29 and 3C. RGB value is (178,41,60). Sum of RGB (Red+Green+Blue) = 178+41+60=279 (36% of max value = 765). Red value is 178 (69.92% from 255 or 63.80% from 279); Green value is 41 (16.41% from 255 or 14.70% from 279); Blue value is 60 (23.83% from 255 or 21.51% from 279); Max value from RGB is 178 - color contains mainly: red. Hex color #B2293C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2293C is #4DD6C3. Grayscale: #545454. Windows color (decimal): -5101252 or 3942834. OLE color: 3942834.
HSL color Cylindrical-coordinate representation of color #B2293C: hue angle of 351.68º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B2293C is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 41 | 60 | - |
| CMYK | 0 | 0.77 | 0.66 | 0.30 |
| HSL | 351.68º | 0.63% | 0.43% | - |
| HSV(B) | 351.68º | 0.77% | 0.7% | - |
| XYZ | 19.97 | 11.38 | 5.42 | - |
| YUV | 84.13 | 114.39 | 194.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 41 | 60 | 0 | 0.77 | 0.66 | 0.30 | 351.68 | 0.63 | 0.43 |
| Hex | B2 | 29 | 3C | 0 | 4D | 42 | 1E | 160 | 3F | 2B |
| Octal | 262 | 51 | 74 | 0 | 115 | 102 | 36 | 540 | 77 | 53 |
| Binary | 10110010 | 101001 | 111100 | 0 | 1001101 | 1000010 | 11110 | 101100000 | 111111 | 101011 |
Color Harmonies of #B2293C
Complementary color
Monochromatic Colors of #B2293C
Black with #B2293C
Text Example
Text Example
White with #B2293C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2293C; }
p { color: rgb(178,41,60); }
H1.HeaderClassName
{
color: #B2293C;
}
.AnyTagClassName
{
color: #B2293C;
}
</style>
background-color css
<style>
a { background-color: #B2293C; }
a { background-color: rgb(178,41,60); }
div.DivClassName
{
background-color: #B2293C;
}
.BgClassName
{
background-color: #B2293C;
}
</style>
border-color css
<style>
span { border-color: #B2293C; }
span { border-color: rgb(178,41,60); }
td.TdClassName
{
border-color: #B2293C;
}
.TagClassName
{
border-color: #B2293C;
}
</style>