#B7323F

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

Shades of Brick Red #B7323F

Tints of Brick Red #B7323F

Color information

#B7323F (or 0xB7323F) is unknown color: approx Brick Red. HEX triplet: B7, 32 and 3F. RGB value is (183,50,63). Sum of RGB (Red+Green+Blue) = 183+50+63=296 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.82% from 296); Green value is 50 (19.92% from 255 or 16.89% from 296); Blue value is 63 (25% from 255 or 21.28% from 296); Max value from RGB is 183 - color contains mainly: red. Hex color #B7323F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7323F is #48CDC0. Grayscale: #5B5B5B. Windows color (decimal): -4771265 or 4141751. OLE color: 4141751.

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

Color convert

RGB1835063-
CMYK00.730.660.28
HSL354.14º57.08%45.69%-
HSV(B)354.14º72.68%71.76%-
XYZ21.5712.716.02-
YUV91.25112.06193.44-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 61.82%
GREEN value IS 50 (19.92% from 255) = 16.89%
BLUE value IS 63 (25% from 255) = 21.28%
R=61.82%
G=16.89%
B=21.28%

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
Decimal183506300.730.660.28354.1457.0845.69
HexB7323F049421C162392e
Octal26762770111102345427156
Binary1011011111001011111101001001100001011100101100010111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7323F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7323F; }

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

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

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

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

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

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

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

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