#B2323D

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

Shades of Brick Red #B2323D

Tints of Brick Red #B2323D

Color information

#B2323D (or 0xB2323D) is unknown color: approx Brick Red. HEX triplet: B2, 32 and 3D. RGB value is (178,50,61). Sum of RGB (Red+Green+Blue) = 178+50+61=289 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.59% from 289); Green value is 50 (19.92% from 255 or 17.30% from 289); Blue value is 61 (24.22% from 255 or 21.11% from 289); Max value from RGB is 178 - color contains mainly: red. Hex color #B2323D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2323D is #4DCDC2. Grayscale: #595959. Windows color (decimal): -5098947 or 4010674. OLE color: 4010674.

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

Color convert

RGB1785061-
CMYK00.720.660.30
HSL354.84º56.14%44.71%-
HSV(B)354.84º71.91%69.8%-
XYZ20.3412.085.67-
YUV89.53111.91191.11-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 61.59%
GREEN value IS 50 (19.92% from 255) = 17.30%
BLUE value IS 61 (24.22% from 255) = 21.11%
R=61.59%
G=17.30%
B=21.11%

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
Decimal178506100.720.660.30354.8456.1444.71
HexB2323D048421E163382d
Octal26262750110102365437055
Binary1011001011001011110101001000100001011110101100011111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2323D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2323D; }

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

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

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

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

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

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

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

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