Shades of Brick Red #B34143
Tints of Brick Red #B34143
RGB
CMYK
RGB Variations
Color information
#B34143 (or 0xB34143) is known color: Brick Red. HEX triplet: B3, 41 and 43. RGB value is (179,65,67). Sum of RGB (Red+Green+Blue) = 179+65+67=311 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.56% from 311); Green value is 65 (25.78% from 255 or 20.90% from 311); Blue value is 67 (26.56% from 255 or 21.54% from 311); Max value from RGB is 179 - color contains mainly: red. Hex color #B34143 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34143 is #4CBEBC. Grayscale: #636363. Windows color (decimal): -5029565 or 4407731. OLE color: 4407731.
HSL color Cylindrical-coordinate representation of color #B34143: hue angle of 358.95º 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 #B34143 is Cyan = 0, Magento = 0.64, Yellow = 0.63 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 65 | 67 | - |
| CMYK | 0 | 0.64 | 0.63 | 0.30 |
| HSL | 358.95º | 0.47% | 0.48% | - |
| HSV(B) | 358.95º | 0.64% | 0.7% | - |
| XYZ | 21.49 | 13.77 | 6.84 | - |
| YUV | 99.31 | 109.77 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 65 | 67 | 0 | 0.64 | 0.63 | 0.30 | 358.95 | 0.47 | 0.48 |
| Hex | B3 | 41 | 43 | 0 | 40 | 3F | 1E | 167 | 2F | 30 |
| Octal | 263 | 101 | 103 | 0 | 100 | 77 | 36 | 547 | 57 | 60 |
| Binary | 10110011 | 1000001 | 1000011 | 0 | 1000000 | 111111 | 11110 | 101100111 | 101111 | 110000 |
Color Harmonies of #B34143
Complementary color
Monochromatic Colors of #B34143
Black with #B34143
Text Example
Text Example
White with #B34143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34143; }
p { color: rgb(179,65,67); }
H1.HeaderClassName
{
color: #B34143;
}
.AnyTagClassName
{
color: #B34143;
}
</style>
background-color css
<style>
a { background-color: #B34143; }
a { background-color: rgb(179,65,67); }
div.DivClassName
{
background-color: #B34143;
}
.BgClassName
{
background-color: #B34143;
}
</style>
border-color css
<style>
span { border-color: #B34143; }
span { border-color: rgb(179,65,67); }
td.TdClassName
{
border-color: #B34143;
}
.TagClassName
{
border-color: #B34143;
}
</style>