#B2343F

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

Shades of Brick Red #B2343F

Tints of Brick Red #B2343F

Color information

#B2343F (or 0xB2343F) is unknown color: approx Brick Red. HEX triplet: B2, 34 and 3F. RGB value is (178,52,63). Sum of RGB (Red+Green+Blue) = 178+52+63=293 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.75% from 293); Green value is 52 (20.70% from 255 or 17.75% from 293); Blue value is 63 (25% from 255 or 21.50% from 293); Max value from RGB is 178 - color contains mainly: red. Hex color #B2343F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2343F is #4DCBC0. Grayscale: #5B5B5B. Windows color (decimal): -5098433 or 4142258. OLE color: 4142258.

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

Color convert

RGB1785263-
CMYK00.710.650.30
HSL354.76º54.78%45.1%-
HSV(B)354.76º70.79%69.8%-
XYZ20.4912.285.99-
YUV90.93112.24190.11-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 60.75%
GREEN value IS 52 (20.70% from 255) = 17.75%
BLUE value IS 63 (25% from 255) = 21.50%
R=60.75%
G=17.75%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.65
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178526300.710.650.30354.7654.7845.1
HexB2343F047411E163372d
Octal26264770107101365436755
Binary1011001011010011111101000111100000111110101100011110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2343F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2343F; }

 p { color: rgb(178,52,63); }

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

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

 a { background-color: rgb(178,52,63); }

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

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

 span { border-color: rgb(178,52,63); }

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