#B9323D

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

Shades of Brick Red #B9323D

Tints of Brick Red #B9323D

Color information

#B9323D (or 0xB9323D) is unknown color: approx Brick Red. HEX triplet: B9, 32 and 3D. RGB value is (185,50,61). Sum of RGB (Red+Green+Blue) = 185+50+61=296 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.5% from 296); Green value is 50 (19.92% from 255 or 16.89% from 296); Blue value is 61 (24.22% from 255 or 20.61% from 296); Max value from RGB is 185 - color contains mainly: red. Hex color #B9323D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9323D is #46CDC2. Grayscale: #5B5B5B. Windows color (decimal): -4640195 or 4010681. OLE color: 4010681.

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

Color convert

RGB1855061-
CMYK00.730.670.27
HSL355.11º57.45%46.08%-
HSV(B)355.11º72.97%72.55%-
XYZ21.9912.935.75-
YUV91.62110.73194.61-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 62.5%
GREEN value IS 50 (19.92% from 255) = 16.89%
BLUE value IS 61 (24.22% from 255) = 20.61%
R=62.5%
G=16.89%
B=20.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185506100.730.670.27355.1157.4546.08
HexB9323D049431B163392e
Octal27162750111103335437156
Binary1011100111001011110101001001100001111011101100011111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9323D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9323D; }

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

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

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

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

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

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

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

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