#B5363E

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

Shades of Brick Red #B5363E

Tints of Brick Red #B5363E

Color information

#B5363E (or 0xB5363E) is unknown color: approx Brick Red. HEX triplet: B5, 36 and 3E. RGB value is (181,54,62). Sum of RGB (Red+Green+Blue) = 181+54+62=297 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.94% from 297); Green value is 54 (21.48% from 255 or 18.18% from 297); Blue value is 62 (24.61% from 255 or 20.88% from 297); Max value from RGB is 181 - color contains mainly: red. Hex color #B5363E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5363E is #4AC9C1. Grayscale: #5C5C5C. Windows color (decimal): -4901314 or 4077237. OLE color: 4077237.

HSL color Cylindrical-coordinate representation of color #B5363E: hue angle of 356.22º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B5363E is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB1815462-
CMYK00.700.660.29
HSL356.22º54.04%46.08%-
HSV(B)356.22º70.17%70.98%-
XYZ21.2412.815.91-
YUV92.88110.58190.85-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 60.94%
GREEN value IS 54 (21.48% from 255) = 18.18%
BLUE value IS 62 (24.61% from 255) = 20.88%
R=60.94%
G=18.18%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181546200.700.660.29356.2254.0446.08
HexB5363E046421D164362e
Octal26566760106102355446656
Binary1011010111011011111001000110100001011101101100100110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5363E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5363E; }

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

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

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

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

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

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

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

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