#B5363F

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

Shades of Brick Red #B5363F

Tints of Brick Red #B5363F

Color information

#B5363F (or 0xB5363F) is unknown color: approx Brick Red. HEX triplet: B5, 36 and 3F. RGB value is (181,54,63). Sum of RGB (Red+Green+Blue) = 181+54+63=298 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.74% from 298); Green value is 54 (21.48% from 255 or 18.12% from 298); Blue value is 63 (25% from 255 or 21.14% from 298); Max value from RGB is 181 - color contains mainly: red. Hex color #B5363F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5363F is #4AC9C0. Grayscale: #5D5D5D. Windows color (decimal): -4901313 or 4142773. OLE color: 4142773.

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

Color convert

RGB1815463-
CMYK00.700.650.29
HSL355.75º54.04%46.08%-
HSV(B)355.75º70.17%70.98%-
XYZ21.2712.826.06-
YUV93111.08190.77-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 60.74%
GREEN value IS 54 (21.48% from 255) = 18.12%
BLUE value IS 63 (25% from 255) = 21.14%
R=60.74%
G=18.12%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181546300.700.650.29355.7554.0446.08
HexB5363F046411D164362e
Octal26566770106101355446656
Binary1011010111011011111101000110100000111101101100100110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5363F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5363F; }

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

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

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

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

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

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

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

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