#B9363D

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

Shades of Brick Red #B9363D

Tints of Brick Red #B9363D

Color information

#B9363D (or 0xB9363D) is unknown color: approx Brick Red. HEX triplet: B9, 36 and 3D. RGB value is (185,54,61). Sum of RGB (Red+Green+Blue) = 185+54+61=300 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.67% from 300); Green value is 54 (21.48% from 255 or 18% from 300); Blue value is 61 (24.22% from 255 or 20.33% from 300); Max value from RGB is 185 - color contains mainly: red. Hex color #B9363D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9363D is #46C9C2. Grayscale: #5E5E5E. Windows color (decimal): -4639171 or 4011705. OLE color: 4011705.

HSL color Cylindrical-coordinate representation of color #B9363D: hue angle of 356.79º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B9363D is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB1855461-
CMYK00.710.670.27
HSL356.79º54.81%46.86%-
HSV(B)356.79º70.81%72.55%-
XYZ22.1713.295.81-
YUV93.97109.4192.93-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 61.67%
GREEN value IS 54 (21.48% from 255) = 18%
BLUE value IS 61 (24.22% from 255) = 20.33%
R=61.67%
G=18%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185546100.710.670.27356.7954.8146.86
HexB9363D047431B165372f
Octal27166750107103335456757
Binary1011100111011011110101000111100001111011101100101110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9363D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9363D; }

 p { color: rgb(185,54,61); }

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

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

 a { background-color: rgb(185,54,61); }

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

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

 span { border-color: rgb(185,54,61); }

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