Shades of Brick Red #B34042
Tints of Brick Red #B34042
RGB
CMYK
RGB Variations
Color information
#B34042 (or 0xB34042) is known color: Brick Red. HEX triplet: B3, 40 and 42. RGB value is (179,64,66). Sum of RGB (Red+Green+Blue) = 179+64+66=309 (40% of max value = 765). Red value is 179 (70.31% from 255 or 57.93% from 309); Green value is 64 (25.39% from 255 or 20.71% from 309); Blue value is 66 (26.17% from 255 or 21.36% from 309); Max value from RGB is 179 - color contains mainly: red. Hex color #B34042 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34042 is #4CBFBD. Grayscale: #626262. Windows color (decimal): -5029822 or 4341939. OLE color: 4341939.
HSL color Cylindrical-coordinate representation of color #B34042: hue angle of 358.96º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B34042 is Cyan = 0, Magento = 0.64, Yellow = 0.63 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 64 | 66 | - |
| CMYK | 0 | 0.64 | 0.63 | 0.30 |
| HSL | 358.96º | 0.47% | 0.48% | - |
| HSV(B) | 358.96º | 0.64% | 0.7% | - |
| XYZ | 21.41 | 13.64 | 6.66 | - |
| YUV | 98.61 | 109.6 | 185.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 64 | 66 | 0 | 0.64 | 0.63 | 0.30 | 358.96 | 0.47 | 0.48 |
| Hex | B3 | 40 | 42 | 0 | 40 | 3F | 1E | 167 | 2F | 30 |
| Octal | 263 | 100 | 102 | 0 | 100 | 77 | 36 | 547 | 57 | 60 |
| Binary | 10110011 | 1000000 | 1000010 | 0 | 1000000 | 111111 | 11110 | 101100111 | 101111 | 110000 |
Color Harmonies of #B34042
Complementary color
Monochromatic Colors of #B34042
Black with #B34042
Text Example
Text Example
White with #B34042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34042; }
p { color: rgb(179,64,66); }
H1.HeaderClassName
{
color: #B34042;
}
.AnyTagClassName
{
color: #B34042;
}
</style>
background-color css
<style>
a { background-color: #B34042; }
a { background-color: rgb(179,64,66); }
div.DivClassName
{
background-color: #B34042;
}
.BgClassName
{
background-color: #B34042;
}
</style>
border-color css
<style>
span { border-color: #B34042; }
span { border-color: rgb(179,64,66); }
td.TdClassName
{
border-color: #B34042;
}
.TagClassName
{
border-color: #B34042;
}
</style>