Shades of Brick Red #B3293C
Tints of Brick Red #B3293C
RGB
CMYK
RGB Variations
Color information
#B3293C (or 0xB3293C) is known color: Brick Red. HEX triplet: B3, 29 and 3C. RGB value is (179,41,60). Sum of RGB (Red+Green+Blue) = 179+41+60=280 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.93% from 280); Green value is 41 (16.41% from 255 or 14.64% from 280); Blue value is 60 (23.83% from 255 or 21.43% from 280); Max value from RGB is 179 - color contains mainly: red. Hex color #B3293C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3293C is #4CD6C3. Grayscale: #545454. Windows color (decimal): -5035716 or 3942835. OLE color: 3942835.
HSL color Cylindrical-coordinate representation of color #B3293C: hue angle of 351.74º 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 #B3293C is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 41 | 60 | - |
| CMYK | 0 | 0.77 | 0.66 | 0.30 |
| HSL | 351.74º | 0.63% | 0.43% | - |
| HSV(B) | 351.74º | 0.77% | 0.7% | - |
| XYZ | 20.2 | 11.5 | 5.43 | - |
| YUV | 84.43 | 114.22 | 195.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 41 | 60 | 0 | 0.77 | 0.66 | 0.30 | 351.74 | 0.63 | 0.43 |
| Hex | B3 | 29 | 3C | 0 | 4D | 42 | 1E | 160 | 3F | 2B |
| Octal | 263 | 51 | 74 | 0 | 115 | 102 | 36 | 540 | 77 | 53 |
| Binary | 10110011 | 101001 | 111100 | 0 | 1001101 | 1000010 | 11110 | 101100000 | 111111 | 101011 |
Color Harmonies of #B3293C
Complementary color
Monochromatic Colors of #B3293C
Black with #B3293C
Text Example
Text Example
White with #B3293C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3293C; }
p { color: rgb(179,41,60); }
H1.HeaderClassName
{
color: #B3293C;
}
.AnyTagClassName
{
color: #B3293C;
}
</style>
background-color css
<style>
a { background-color: #B3293C; }
a { background-color: rgb(179,41,60); }
div.DivClassName
{
background-color: #B3293C;
}
.BgClassName
{
background-color: #B3293C;
}
</style>
border-color css
<style>
span { border-color: #B3293C; }
span { border-color: rgb(179,41,60); }
td.TdClassName
{
border-color: #B3293C;
}
.TagClassName
{
border-color: #B3293C;
}
</style>