#B4343A

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

Shades of Brick Red #B4343A

Tints of Brick Red #B4343A

Color information

#B4343A (or 0xB4343A) is unknown color: approx Brick Red. HEX triplet: B4, 34 and 3A. RGB value is (180,52,58). Sum of RGB (Red+Green+Blue) = 180+52+58=290 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.07% from 290); Green value is 52 (20.70% from 255 or 17.93% from 290); Blue value is 58 (23.05% from 255 or 20% from 290); Max value from RGB is 180 - color contains mainly: red. Hex color #B4343A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4343A is #4BCBC5. Grayscale: #5B5B5B. Windows color (decimal): -4967366 or 3814580. OLE color: 3814580.

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

Color convert

RGB1805258-
CMYK00.710.680.29
HSL357.19º55.17%45.49%-
HSV(B)357.19º71.11%70.59%-
XYZ20.8112.465.31-
YUV90.96109.41191.51-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 62.07%
GREEN value IS 52 (20.70% from 255) = 17.93%
BLUE value IS 58 (23.05% from 255) = 20%
R=62.07%
G=17.93%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180525800.710.680.29357.1955.1745.49
HexB4343A047441D165372d
Octal26464720107104355456755
Binary1011010011010011101001000111100010011101101100101110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4343A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4343A; }

 p { color: rgb(180,52,58); }

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

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

 a { background-color: rgb(180,52,58); }

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

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

 span { border-color: rgb(180,52,58); }

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