#B43440

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

Shades of Brick Red #B43440

Tints of Brick Red #B43440

Color information

#B43440 (or 0xB43440) is unknown color: approx Brick Red. HEX triplet: B4, 34 and 40. RGB value is (180,52,64). Sum of RGB (Red+Green+Blue) = 180+52+64=296 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.81% from 296); Green value is 52 (20.70% from 255 or 17.57% from 296); Blue value is 64 (25.39% from 255 or 21.62% from 296); Max value from RGB is 180 - color contains mainly: red. Hex color #B43440 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43440 is #4BCBBF. Grayscale: #5B5B5B. Windows color (decimal): -4967360 or 4207796. OLE color: 4207796.

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

Color convert

RGB1805264-
CMYK00.710.640.29
HSL354.38º55.17%45.49%-
HSV(B)354.38º71.11%70.59%-
XYZ20.9812.536.16-
YUV91.64112.41191.02-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 60.81%
GREEN value IS 52 (20.70% from 255) = 17.57%
BLUE value IS 64 (25.39% from 255) = 21.62%
R=60.81%
G=17.57%
B=21.62%

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
Decimal180526400.710.640.29354.3855.1745.49
HexB43440047401D162372d
Octal264641000107100355426755
Binary10110100110100100000001000111100000011101101100010110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43440; }

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

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

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

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

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

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

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

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