#B2323C

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

Shades of Brick Red #B2323C

Tints of Brick Red #B2323C

Color information

#B2323C (or 0xB2323C) is unknown color: approx Brick Red. HEX triplet: B2, 32 and 3C. RGB value is (178,50,60). Sum of RGB (Red+Green+Blue) = 178+50+60=288 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.81% from 288); Green value is 50 (19.92% from 255 or 17.36% from 288); Blue value is 60 (23.83% from 255 or 20.83% from 288); Max value from RGB is 178 - color contains mainly: red. Hex color #B2323C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2323C is #4DCDC3. Grayscale: #595959. Windows color (decimal): -5098948 or 3945138. OLE color: 3945138.

HSL color Cylindrical-coordinate representation of color #B2323C: hue angle of 355.31º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B2323C is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.30.

Color convert

RGB1785060-
CMYK00.720.660.30
HSL355.31º56.14%44.71%-
HSV(B)355.31º71.91%69.8%-
XYZ20.3212.075.53-
YUV89.41111.41191.19-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 61.81%
GREEN value IS 50 (19.92% from 255) = 17.36%
BLUE value IS 60 (23.83% from 255) = 20.83%
R=61.81%
G=17.36%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.66
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178506000.720.660.30355.3156.1444.71
HexB2323C048421E163382d
Octal26262740110102365437055
Binary1011001011001011110001001000100001011110101100011111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2323C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2323C; }

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

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

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

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

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

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

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

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