#B2313F

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

Shades of Brick Red #B2313F

Tints of Brick Red #B2313F

Color information

#B2313F (or 0xB2313F) is unknown color: approx Brick Red. HEX triplet: B2, 31 and 3F. RGB value is (178,49,63). Sum of RGB (Red+Green+Blue) = 178+49+63=290 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.38% from 290); Green value is 49 (19.53% from 255 or 16.90% from 290); Blue value is 63 (25% from 255 or 21.72% from 290); Max value from RGB is 178 - color contains mainly: red. Hex color #B2313F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2313F is #4DCEC0. Grayscale: #595959. Windows color (decimal): -5099201 or 4141490. OLE color: 4141490.

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

Color convert

RGB1784963-
CMYK00.720.650.30
HSL353.49º56.83%44.51%-
HSV(B)353.49º72.47%69.8%-
XYZ20.3612.025.95-
YUV89.17113.24191.36-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 61.38%
GREEN value IS 49 (19.53% from 255) = 16.90%
BLUE value IS 63 (25% from 255) = 21.72%
R=61.38%
G=16.90%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.65
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178496300.720.650.30353.4956.8344.51
HexB2313F048411E161392d
Octal26261770110101365417155
Binary1011001011000111111101001000100000111110101100001111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2313F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2313F; }

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

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

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

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

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

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

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

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