#B53240

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

Shades of Brick Red #B53240

Tints of Brick Red #B53240

Color information

#B53240 (or 0xB53240) is unknown color: approx Brick Red. HEX triplet: B5, 32 and 40. RGB value is (181,50,64). Sum of RGB (Red+Green+Blue) = 181+50+64=295 (39% of max value = 765). Red value is 181 (71.09% from 255 or 61.36% from 295); Green value is 50 (19.92% from 255 or 16.95% from 295); Blue value is 64 (25.39% from 255 or 21.69% from 295); Max value from RGB is 181 - color contains mainly: red. Hex color #B53240 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53240 is #4ACDBF. Grayscale: #5A5A5A. Windows color (decimal): -4902336 or 4207285. OLE color: 4207285.

HSL color Cylindrical-coordinate representation of color #B53240: hue angle of 353.59º degrees, saturation: 0.57, 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 #B53240 is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB1815064-
CMYK00.720.650.29
HSL353.59º56.71%45.29%-
HSV(B)353.59º72.38%70.98%-
XYZ21.1212.486.15-
YUV90.76112.9192.36-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 61.36%
GREEN value IS 50 (19.92% from 255) = 16.95%
BLUE value IS 64 (25.39% from 255) = 21.69%
R=61.36%
G=16.95%
B=21.69%

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
Decimal181506400.720.650.29353.5956.7145.29
HexB53240048411D162392d
Octal265621000110101355427155
Binary10110101110010100000001001000100000111101101100010111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53240; }

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

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

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

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

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

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

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

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