#B3313F

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

Shades of Brick Red #B3313F

Tints of Brick Red #B3313F

Color information

#B3313F (or 0xB3313F) is unknown color: approx Brick Red. HEX triplet: B3, 31 and 3F. RGB value is (179,49,63). Sum of RGB (Red+Green+Blue) = 179+49+63=291 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.51% from 291); Green value is 49 (19.53% from 255 or 16.84% from 291); Blue value is 63 (25% from 255 or 21.65% from 291); Max value from RGB is 179 - color contains mainly: red. Hex color #B3313F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3313F is #4CCEC0. Grayscale: #595959. Windows color (decimal): -5033665 or 4141491. OLE color: 4141491.

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

Color convert

RGB1794963-
CMYK00.730.650.30
HSL353.54º57.02%44.71%-
HSV(B)353.54º72.63%70.2%-
XYZ20.5912.145.96-
YUV89.47113.07191.86-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 61.51%
GREEN value IS 49 (19.53% from 255) = 16.84%
BLUE value IS 63 (25% from 255) = 21.65%
R=61.51%
G=16.84%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.65
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179496300.730.650.30353.5457.0244.71
HexB3313F049411E162392d
Octal26361770111101365427155
Binary1011001111000111111101001001100000111110101100010111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3313F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3313F; }

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

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

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

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

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

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

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

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