Shades of Brick Red #B3293E
Tints of Brick Red #B3293E
RGB
CMYK
RGB Variations
Color information
#B3293E (or 0xB3293E) is known color: Brick Red. HEX triplet: B3, 29 and 3E. RGB value is (179,41,62). Sum of RGB (Red+Green+Blue) = 179+41+62=282 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.48% from 282); Green value is 41 (16.41% from 255 or 14.54% from 282); Blue value is 62 (24.61% from 255 or 21.99% from 282); Max value from RGB is 179 - color contains mainly: red. Hex color #B3293E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3293E is #4CD6C1. Grayscale: #545454. Windows color (decimal): -5035714 or 4073907. OLE color: 4073907.
HSL color Cylindrical-coordinate representation of color #B3293E: hue angle of 350.87º 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 #B3293E is Cyan = 0, Magento = 0.77, Yellow = 0.65 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 41 | 62 | - |
| CMYK | 0 | 0.77 | 0.65 | 0.30 |
| HSL | 350.87º | 0.63% | 0.43% | - |
| HSV(B) | 350.87º | 0.77% | 0.7% | - |
| XYZ | 20.25 | 11.52 | 5.71 | - |
| YUV | 84.66 | 115.22 | 195.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 41 | 62 | 0 | 0.77 | 0.65 | 0.30 | 350.87 | 0.63 | 0.43 |
| Hex | B3 | 29 | 3E | 0 | 4D | 41 | 1E | 15F | 3F | 2B |
| Octal | 263 | 51 | 76 | 0 | 115 | 101 | 36 | 537 | 77 | 53 |
| Binary | 10110011 | 101001 | 111110 | 0 | 1001101 | 1000001 | 11110 | 101011111 | 111111 | 101011 |
Color Harmonies of #B3293E
Complementary color
Monochromatic Colors of #B3293E
Black with #B3293E
Text Example
Text Example
White with #B3293E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3293E; }
p { color: rgb(179,41,62); }
H1.HeaderClassName
{
color: #B3293E;
}
.AnyTagClassName
{
color: #B3293E;
}
</style>
background-color css
<style>
a { background-color: #B3293E; }
a { background-color: rgb(179,41,62); }
div.DivClassName
{
background-color: #B3293E;
}
.BgClassName
{
background-color: #B3293E;
}
</style>
border-color css
<style>
span { border-color: #B3293E; }
span { border-color: rgb(179,41,62); }
td.TdClassName
{
border-color: #B3293E;
}
.TagClassName
{
border-color: #B3293E;
}
</style>