Shades of Brick Red #B4293F
Tints of Brick Red #B4293F
RGB
CMYK
RGB Variations
Color information
#B4293F (or 0xB4293F) is known color: Brick Red. HEX triplet: B4, 29 and 3F. RGB value is (180,41,63). Sum of RGB (Red+Green+Blue) = 180+41+63=284 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.38% from 284); Green value is 41 (16.41% from 255 or 14.44% from 284); Blue value is 63 (25% from 255 or 22.18% from 284); Max value from RGB is 180 - color contains mainly: red. Hex color #B4293F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4293F is #4BD6C0. Grayscale: #555555. Windows color (decimal): -4970177 or 4139444. OLE color: 4139444.
HSL color Cylindrical-coordinate representation of color #B4293F: hue angle of 350.5º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B4293F is Cyan = 0, Magento = 0.77, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 41 | 63 | - |
| CMYK | 0 | 0.77 | 0.65 | 0.29 |
| HSL | 350.5º | 0.63% | 0.43% | - |
| HSV(B) | 350.5º | 0.77% | 0.71% | - |
| XYZ | 20.51 | 11.65 | 5.87 | - |
| YUV | 85.07 | 115.55 | 195.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 41 | 63 | 0 | 0.77 | 0.65 | 0.29 | 350.5 | 0.63 | 0.43 |
| Hex | B4 | 29 | 3F | 0 | 4D | 41 | 1D | 15F | 3F | 2B |
| Octal | 264 | 51 | 77 | 0 | 115 | 101 | 35 | 537 | 77 | 53 |
| Binary | 10110100 | 101001 | 111111 | 0 | 1001101 | 1000001 | 11101 | 101011111 | 111111 | 101011 |
Color Harmonies of #B4293F
Complementary color
Monochromatic Colors of #B4293F
Black with #B4293F
Text Example
Text Example
White with #B4293F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4293F; }
p { color: rgb(180,41,63); }
H1.HeaderClassName
{
color: #B4293F;
}
.AnyTagClassName
{
color: #B4293F;
}
</style>
background-color css
<style>
a { background-color: #B4293F; }
a { background-color: rgb(180,41,63); }
div.DivClassName
{
background-color: #B4293F;
}
.BgClassName
{
background-color: #B4293F;
}
</style>
border-color css
<style>
span { border-color: #B4293F; }
span { border-color: rgb(180,41,63); }
td.TdClassName
{
border-color: #B4293F;
}
.TagClassName
{
border-color: #B4293F;
}
</style>