#B8323D

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

Shades of Brick Red #B8323D

Tints of Brick Red #B8323D

Color information

#B8323D (or 0xB8323D) is unknown color: approx Brick Red. HEX triplet: B8, 32 and 3D. RGB value is (184,50,61). Sum of RGB (Red+Green+Blue) = 184+50+61=295 (39% of max value = 765). Red value is 184 (72.27% from 255 or 62.37% from 295); Green value is 50 (19.92% from 255 or 16.95% from 295); Blue value is 61 (24.22% from 255 or 20.68% from 295); Max value from RGB is 184 - color contains mainly: red. Hex color #B8323D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8323D is #47CDC2. Grayscale: #5B5B5B. Windows color (decimal): -4705731 or 4010680. OLE color: 4010680.

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

Color convert

RGB1845061-
CMYK00.730.670.28
HSL355.07º57.26%45.88%-
HSV(B)355.07º72.83%72.16%-
XYZ21.7512.815.74-
YUV91.32110.89194.11-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 62.37%
GREEN value IS 50 (19.92% from 255) = 16.95%
BLUE value IS 61 (24.22% from 255) = 20.68%
R=62.37%
G=16.95%
B=20.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.67
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184506100.730.670.28355.0757.2645.88
HexB8323D049431C163392e
Octal27062750111103345437156
Binary1011100011001011110101001001100001111100101100011111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8323D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8323D; }

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

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

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

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

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

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

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

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