Shades of Brick Red #B3343D
Tints of Brick Red #B3343D
RGB
CMYK
RGB Variations
Color information
#B3343D (or 0xB3343D) is known color: Brick Red. HEX triplet: B3, 34 and 3D. RGB value is (179,52,61). Sum of RGB (Red+Green+Blue) = 179+52+61=292 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.30% from 292); Green value is 52 (20.70% from 255 or 17.81% from 292); Blue value is 61 (24.22% from 255 or 20.89% from 292); Max value from RGB is 179 - color contains mainly: red. Hex color #B3343D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3343D is #4CCBC2. Grayscale: #5B5B5B. Windows color (decimal): -5032899 or 4011187. OLE color: 4011187.
HSL color Cylindrical-coordinate representation of color #B3343D: hue angle of 355.75º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B3343D is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 52 | 61 | - |
| CMYK | 0 | 0.71 | 0.66 | 0.30 |
| HSL | 355.75º | 0.55% | 0.45% | - |
| HSV(B) | 355.75º | 0.71% | 0.7% | - |
| XYZ | 20.66 | 12.38 | 5.71 | - |
| YUV | 91 | 111.08 | 190.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 52 | 61 | 0 | 0.71 | 0.66 | 0.30 | 355.75 | 0.55 | 0.45 |
| Hex | B3 | 34 | 3D | 0 | 47 | 42 | 1E | 164 | 37 | 2D |
| Octal | 263 | 64 | 75 | 0 | 107 | 102 | 36 | 544 | 67 | 55 |
| Binary | 10110011 | 110100 | 111101 | 0 | 1000111 | 1000010 | 11110 | 101100100 | 110111 | 101101 |
Color Harmonies of #B3343D
Complementary color
Monochromatic Colors of #B3343D
Black with #B3343D
Text Example
Text Example
White with #B3343D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3343D; }
p { color: rgb(179,52,61); }
H1.HeaderClassName
{
color: #B3343D;
}
.AnyTagClassName
{
color: #B3343D;
}
</style>
background-color css
<style>
a { background-color: #B3343D; }
a { background-color: rgb(179,52,61); }
div.DivClassName
{
background-color: #B3343D;
}
.BgClassName
{
background-color: #B3343D;
}
</style>
border-color css
<style>
span { border-color: #B3343D; }
span { border-color: rgb(179,52,61); }
td.TdClassName
{
border-color: #B3343D;
}
.TagClassName
{
border-color: #B3343D;
}
</style>