#B8323F

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

Shades of Brick Red #B8323F

Tints of Brick Red #B8323F

Color information

#B8323F (or 0xB8323F) is unknown color: approx Brick Red. HEX triplet: B8, 32 and 3F. RGB value is (184,50,63). Sum of RGB (Red+Green+Blue) = 184+50+63=297 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.95% from 297); Green value is 50 (19.92% from 255 or 16.84% from 297); Blue value is 63 (25% from 255 or 21.21% from 297); Max value from RGB is 184 - color contains mainly: red. Hex color #B8323F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8323F is #47CDC0. Grayscale: #5B5B5B. Windows color (decimal): -4705729 or 4141752. OLE color: 4141752.

HSL color Cylindrical-coordinate representation of color #B8323F: hue angle of 354.18º 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 #B8323F is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.28.

Color convert

RGB1845063-
CMYK00.730.660.28
HSL354.18º57.26%45.88%-
HSV(B)354.18º72.83%72.16%-
XYZ21.812.836.03-
YUV91.55111.89193.94-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 61.95%
GREEN value IS 50 (19.92% from 255) = 16.84%
BLUE value IS 63 (25% from 255) = 21.21%
R=61.95%
G=16.84%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.66
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184506300.730.660.28354.1857.2645.88
HexB8323F049421C162392e
Octal27062770111102345427156
Binary1011100011001011111101001001100001011100101100010111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8323F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8323F; }

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

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

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

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

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

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

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

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