Shades of Brick Red #B4343D
Tints of Brick Red #B4343D
RGB
CMYK
RGB Variations
Color information
#B4343D (or 0xB4343D) is known color: Brick Red. HEX triplet: B4, 34 and 3D. RGB value is (180,52,61). Sum of RGB (Red+Green+Blue) = 180+52+61=293 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.43% from 293); Green value is 52 (20.70% from 255 or 17.75% from 293); Blue value is 61 (24.22% from 255 or 20.82% from 293); Max value from RGB is 180 - color contains mainly: red. Hex color #B4343D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4343D is #4BCBC2. Grayscale: #5B5B5B. Windows color (decimal): -4967363 or 4011188. OLE color: 4011188.
HSL color Cylindrical-coordinate representation of color #B4343D: hue angle of 355.78º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B4343D is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 52 | 61 | - |
| CMYK | 0 | 0.71 | 0.66 | 0.29 |
| HSL | 355.78º | 0.55% | 0.45% | - |
| HSV(B) | 355.78º | 0.71% | 0.71% | - |
| XYZ | 20.89 | 12.5 | 5.73 | - |
| YUV | 91.3 | 110.91 | 191.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 52 | 61 | 0 | 0.71 | 0.66 | 0.29 | 355.78 | 0.55 | 0.45 |
| Hex | B4 | 34 | 3D | 0 | 47 | 42 | 1D | 164 | 37 | 2D |
| Octal | 264 | 64 | 75 | 0 | 107 | 102 | 35 | 544 | 67 | 55 |
| Binary | 10110100 | 110100 | 111101 | 0 | 1000111 | 1000010 | 11101 | 101100100 | 110111 | 101101 |
Color Harmonies of #B4343D
Complementary color
Monochromatic Colors of #B4343D
Black with #B4343D
Text Example
Text Example
White with #B4343D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4343D; }
p { color: rgb(180,52,61); }
H1.HeaderClassName
{
color: #B4343D;
}
.AnyTagClassName
{
color: #B4343D;
}
</style>
background-color css
<style>
a { background-color: #B4343D; }
a { background-color: rgb(180,52,61); }
div.DivClassName
{
background-color: #B4343D;
}
.BgClassName
{
background-color: #B4343D;
}
</style>
border-color css
<style>
span { border-color: #B4343D; }
span { border-color: rgb(180,52,61); }
td.TdClassName
{
border-color: #B4343D;
}
.TagClassName
{
border-color: #B4343D;
}
</style>