#B7323C

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

Shades of Brick Red #B7323C

Tints of Brick Red #B7323C

Color information

#B7323C (or 0xB7323C) is unknown color: approx Brick Red. HEX triplet: B7, 32 and 3C. RGB value is (183,50,60). Sum of RGB (Red+Green+Blue) = 183+50+60=293 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.46% from 293); Green value is 50 (19.92% from 255 or 17.06% from 293); Blue value is 60 (23.83% from 255 or 20.48% from 293); Max value from RGB is 183 - color contains mainly: red. Hex color #B7323C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7323C is #48CDC3. Grayscale: #5B5B5B. Windows color (decimal): -4771268 or 3945143. OLE color: 3945143.

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

Color convert

RGB1835060-
CMYK00.730.670.28
HSL355.49º57.08%45.69%-
HSV(B)355.49º72.68%71.76%-
XYZ21.4812.675.59-
YUV90.91110.56193.69-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 62.46%
GREEN value IS 50 (19.92% from 255) = 17.06%
BLUE value IS 60 (23.83% from 255) = 20.48%
R=62.46%
G=17.06%
B=20.48%

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
Decimal183506000.730.670.28355.4957.0845.69
HexB7323C049431C163392e
Octal26762740111103345437156
Binary1011011111001011110001001001100001111100101100011111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7323C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7323C; }

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

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

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

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

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

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

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

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