#B53E42

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

Shades of Brick Red #B53E42

Tints of Brick Red #B53E42

Color information

#B53E42 (or 0xB53E42) is unknown color: approx Brick Red. HEX triplet: B5, 3E and 42. RGB value is (181,62,66). Sum of RGB (Red+Green+Blue) = 181+62+66=309 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.58% from 309); Green value is 62 (24.61% from 255 or 20.06% from 309); Blue value is 66 (26.17% from 255 or 21.36% from 309); Max value from RGB is 181 - color contains mainly: red. Hex color #B53E42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53E42 is #4AC1BD. Grayscale: #626262. Windows color (decimal): -4899262 or 4341429. OLE color: 4341429.

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

Color convert

RGB1816266-
CMYK00.660.640.29
HSL357.98º48.97%47.65%-
HSV(B)357.98º65.75%70.98%-
XYZ21.7613.666.64-
YUV98.04109.92187.17-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 58.58%
GREEN value IS 62 (24.61% from 255) = 20.06%
BLUE value IS 66 (26.17% from 255) = 21.36%
R=58.58%
G=20.06%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181626600.660.640.29357.9848.9747.65
HexB53E42042401D1663130
Octal265761020102100355466160
Binary10110101111110100001001000010100000011101101100110110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53E42; }

 p { color: rgb(181,62,66); }

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

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

 a { background-color: rgb(181,62,66); }

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

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

 span { border-color: rgb(181,62,66); }

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