#B43540

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

Shades of Brick Red #B43540

Tints of Brick Red #B43540

Color information

#B43540 (or 0xB43540) is unknown color: approx Brick Red. HEX triplet: B4, 35 and 40. RGB value is (180,53,64). Sum of RGB (Red+Green+Blue) = 180+53+64=297 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.61% from 297); Green value is 53 (21.09% from 255 or 17.85% from 297); Blue value is 64 (25.39% from 255 or 21.55% from 297); Max value from RGB is 180 - color contains mainly: red. Hex color #B43540 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43540 is #4BCABF. Grayscale: #5C5C5C. Windows color (decimal): -4967104 or 4208052. OLE color: 4208052.

HSL color Cylindrical-coordinate representation of color #B43540: hue angle of 354.8º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B43540 is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB1805364-
CMYK00.710.640.29
HSL354.8º54.51%45.69%-
HSV(B)354.8º70.56%70.59%-
XYZ21.0212.626.18-
YUV92.23112.08190.61-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 60.61%
GREEN value IS 53 (21.09% from 255) = 17.85%
BLUE value IS 64 (25.39% from 255) = 21.55%
R=60.61%
G=17.85%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180536400.710.640.29354.854.5145.69
HexB43540047401D163372e
Octal264651000107100355436756
Binary10110100110101100000001000111100000011101101100011110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43540; }

 p { color: rgb(180,53,64); }

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

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

 a { background-color: rgb(180,53,64); }

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

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

 span { border-color: rgb(180,53,64); }

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