#B53340

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

Shades of Brick Red #B53340

Tints of Brick Red #B53340

Color information

#B53340 (or 0xB53340) is unknown color: approx Brick Red. HEX triplet: B5, 33 and 40. RGB value is (181,51,64). Sum of RGB (Red+Green+Blue) = 181+51+64=296 (39% of max value = 765). Red value is 181 (71.09% from 255 or 61.15% from 296); Green value is 51 (20.31% from 255 or 17.23% from 296); Blue value is 64 (25.39% from 255 or 21.62% from 296); Max value from RGB is 181 - color contains mainly: red. Hex color #B53340 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53340 is #4ACCBF. Grayscale: #5B5B5B. Windows color (decimal): -4902080 or 4207541. OLE color: 4207541.

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

Color convert

RGB1815164-
CMYK00.720.650.29
HSL354º56.03%45.49%-
HSV(B)354º71.82%70.98%-
XYZ21.1712.566.16-
YUV91.35112.57191.94-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 61.15%
GREEN value IS 51 (20.31% from 255) = 17.23%
BLUE value IS 64 (25.39% from 255) = 21.62%
R=61.15%
G=17.23%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181516400.720.650.2935456.0345.49
HexB53340048411D162382d
Octal265631000110101355427055
Binary10110101110011100000001001000100000111101101100010111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53340; }

 p { color: rgb(181,51,64); }

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

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

 a { background-color: rgb(181,51,64); }

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

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

 span { border-color: rgb(181,51,64); }

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