#B2363F

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

Shades of Brick Red #B2363F

Tints of Brick Red #B2363F

Color information

#B2363F (or 0xB2363F) is unknown color: approx Brick Red. HEX triplet: B2, 36 and 3F. RGB value is (178,54,63). Sum of RGB (Red+Green+Blue) = 178+54+63=295 (39% of max value = 765). Red value is 178 (69.92% from 255 or 60.34% from 295); Green value is 54 (21.48% from 255 or 18.31% from 295); Blue value is 63 (25% from 255 or 21.36% from 295); Max value from RGB is 178 - color contains mainly: red. Hex color #B2363F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2363F is #4DC9C0. Grayscale: #5C5C5C. Windows color (decimal): -5097921 or 4142770. OLE color: 4142770.

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

Color convert

RGB1785463-
CMYK00.700.650.30
HSL355.65º53.45%45.49%-
HSV(B)355.65º69.66%69.8%-
XYZ20.5812.466.02-
YUV92.1111.58189.27-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 60.34%
GREEN value IS 54 (21.48% from 255) = 18.31%
BLUE value IS 63 (25% from 255) = 21.36%
R=60.34%
G=18.31%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.65
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178546300.700.650.30355.6553.4545.49
HexB2363F046411E164352d
Octal26266770106101365446555
Binary1011001011011011111101000110100000111110101100100110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2363F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2363F; }

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

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

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

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

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

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

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

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