#B53139

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

Shades of Brick Red #B53139

Tints of Brick Red #B53139

Color information

#B53139 (or 0xB53139) is unknown color: approx Brick Red. HEX triplet: B5, 31 and 39. RGB value is (181,49,57). Sum of RGB (Red+Green+Blue) = 181+49+57=287 (38% of max value = 765). Red value is 181 (71.09% from 255 or 63.07% from 287); Green value is 49 (19.53% from 255 or 17.07% from 287); Blue value is 57 (22.66% from 255 or 19.86% from 287); Max value from RGB is 181 - color contains mainly: red. Hex color #B53139 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53139 is #4ACEC6. Grayscale: #595959. Windows color (decimal): -4902599 or 3748277. OLE color: 3748277.

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

Color convert

RGB1814957-
CMYK00.730.690.29
HSL356.36º57.39%45.1%-
HSV(B)356.36º72.93%70.98%-
XYZ20.8912.325.15-
YUV89.38109.73193.35-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 63.07%
GREEN value IS 49 (19.53% from 255) = 17.07%
BLUE value IS 57 (22.66% from 255) = 19.86%
R=63.07%
G=17.07%
B=19.86%

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
Decimal181495700.730.690.29356.3657.3945.1
HexB53139049451D164392d
Octal26561710111105355447155
Binary1011010111000111100101001001100010111101101100100111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53139; }

 p { color: rgb(181,49,57); }

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

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

 a { background-color: rgb(181,49,57); }

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

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

 span { border-color: rgb(181,49,57); }

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