#B43037

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

Shades of Brick Red #B43037

Tints of Brick Red #B43037

Color information

#B43037 (or 0xB43037) is unknown color: approx Brick Red. HEX triplet: B4, 30 and 37. RGB value is (180,48,55). Sum of RGB (Red+Green+Blue) = 180+48+55=283 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.60% from 283); Green value is 48 (19.14% from 255 or 16.96% from 283); Blue value is 55 (21.88% from 255 or 19.43% from 283); Max value from RGB is 180 - color contains mainly: red. Hex color #B43037 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43037 is #4BCFC8. Grayscale: #585858. Windows color (decimal): -4968393 or 3616948. OLE color: 3616948.

HSL color Cylindrical-coordinate representation of color #B43037: hue angle of 356.82º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B43037 is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.29.

Color convert

RGB1804855-
CMYK00.730.690.29
HSL356.82º57.89%44.71%-
HSV(B)356.82º73.33%70.59%-
XYZ20.5712.094.86-
YUV88.27109.23193.43-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 63.60%
GREEN value IS 48 (19.14% from 255) = 16.96%
BLUE value IS 55 (21.88% from 255) = 19.43%
R=63.60%
G=16.96%
B=19.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180485500.730.690.29356.8257.8944.71
HexB43037049451D1653a2d
Octal26460670111105355457255
Binary1011010011000011011101001001100010111101101100101111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43037; }

 p { color: rgb(180,48,55); }

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

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

 a { background-color: rgb(180,48,55); }

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

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

 span { border-color: rgb(180,48,55); }

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