#B3343B

Color #B3343B Brick Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brick Red #B3343B

Tints of Brick Red #B3343B

Color information

#B3343B (or 0xB3343B) is unknown color: approx Brick Red. HEX triplet: B3, 34 and 3B. RGB value is (179,52,59). Sum of RGB (Red+Green+Blue) = 179+52+59=290 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.72% from 290); Green value is 52 (20.70% from 255 or 17.93% from 290); Blue value is 59 (23.44% from 255 or 20.34% from 290); Max value from RGB is 179 - color contains mainly: red. Hex color #B3343B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3343B is #4CCBC4. Grayscale: #5A5A5A. Windows color (decimal): -5032901 or 3880115. OLE color: 3880115.

HSL color Cylindrical-coordinate representation of color #B3343B: hue angle of 356.69º 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 #B3343B is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.30.

Color convert

RGB1795259-
CMYK00.710.670.30
HSL356.69º54.98%45.29%-
HSV(B)356.69º70.95%70.2%-
XYZ20.6112.365.44-
YUV90.77110.08190.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 179 (70.31% from 255) = 61.72%
GREEN value IS 52 (20.70% from 255) = 17.93%
BLUE value IS 59 (23.44% from 255) = 20.34%
R=61.72%
G=17.93%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.67
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179525900.710.670.30356.6954.9845.29
HexB3343B047431E165372d
Octal26364730107103365456755
Binary1011001111010011101101000111100001111110101100101110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3343B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3343B; }

 p { color: rgb(179,52,59); }

 H1.HeaderClassName
 {
   color: #B3343B;
 }
 .AnyTagClassName
 {
   color: #B3343B;
 }
</style>
background-color css

<style>
 a { background-color: #B3343B; }

 a { background-color: rgb(179,52,59); }

 div.DivClassName
 {
   background-color: #B3343B;
 }
 .BgClassName
 {
   background-color: #B3343B;
 }
</style>
border-color css

<style>
 span { border-color: #B3343B; }

 span { border-color: rgb(179,52,59); }

 td.TdClassName
 {
   border-color: #B3343B;
 }
 .TagClassName
 {
   border-color: #B3343B;
 }
</style>