#B5393F

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

Shades of Brick Red #B5393F

Tints of Brick Red #B5393F

Color information

#B5393F (or 0xB5393F) is unknown color: approx Brick Red. HEX triplet: B5, 39 and 3F. RGB value is (181,57,63). Sum of RGB (Red+Green+Blue) = 181+57+63=301 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.13% from 301); Green value is 57 (22.66% from 255 or 18.94% from 301); Blue value is 63 (25% from 255 or 20.93% from 301); Max value from RGB is 181 - color contains mainly: red. Hex color #B5393F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5393F is #4AC6C0. Grayscale: #5E5E5E. Windows color (decimal): -4900545 or 4143541. OLE color: 4143541.

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

Color convert

RGB1815763-
CMYK00.690.650.29
HSL357.1º52.1%46.67%-
HSV(B)357.1º68.51%70.98%-
XYZ21.4213.116.1-
YUV94.76110.08189.51-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 60.13%
GREEN value IS 57 (22.66% from 255) = 18.94%
BLUE value IS 63 (25% from 255) = 20.93%
R=60.13%
G=18.94%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181576300.690.650.29357.152.146.67
HexB5393F045411D165342f
Octal26571770105101355456457
Binary1011010111100111111101000101100000111101101100101110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5393F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5393F; }

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

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

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

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

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

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

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

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