#B43640

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

Shades of Brick Red #B43640

Tints of Brick Red #B43640

Color information

#B43640 (or 0xB43640) is unknown color: approx Brick Red. HEX triplet: B4, 36 and 40. RGB value is (180,54,64). Sum of RGB (Red+Green+Blue) = 180+54+64=298 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.40% from 298); Green value is 54 (21.48% from 255 or 18.12% from 298); Blue value is 64 (25.39% from 255 or 21.48% from 298); Max value from RGB is 180 - color contains mainly: red. Hex color #B43640 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43640 is #4BC9BF. Grayscale: #5C5C5C. Windows color (decimal): -4966848 or 4208308. OLE color: 4208308.

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

Color convert

RGB1805464-
CMYK00.70.640.29
HSL355.24º53.85%45.88%-
HSV(B)355.24º70%70.59%-
XYZ21.0712.716.19-
YUV92.81111.74190.19-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 60.40%
GREEN value IS 54 (21.48% from 255) = 18.12%
BLUE value IS 64 (25.39% from 255) = 21.48%
R=60.40%
G=18.12%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180546400.70.640.29355.2453.8545.88
HexB43640046401D163362e
Octal264661000106100355436656
Binary10110100110110100000001000110100000011101101100011110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43640; }

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

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

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

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

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

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

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

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