#B7313F

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

Shades of Brick Red #B7313F

Tints of Brick Red #B7313F

Color information

#B7313F (or 0xB7313F) is unknown color: approx Brick Red. HEX triplet: B7, 31 and 3F. RGB value is (183,49,63). Sum of RGB (Red+Green+Blue) = 183+49+63=295 (39% of max value = 765). Red value is 183 (71.88% from 255 or 62.03% from 295); Green value is 49 (19.53% from 255 or 16.61% from 295); Blue value is 63 (25% from 255 or 21.36% from 295); Max value from RGB is 183 - color contains mainly: red. Hex color #B7313F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7313F is #48CEC0. Grayscale: #5A5A5A. Windows color (decimal): -4771521 or 4141495. OLE color: 4141495.

HSL color Cylindrical-coordinate representation of color #B7313F: hue angle of 353.73º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B7313F is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.28.

Color convert

RGB1834963-
CMYK00.730.660.28
HSL353.73º57.76%45.49%-
HSV(B)353.73º73.22%71.76%-
XYZ21.5212.626-
YUV90.66112.39193.86-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 62.03%
GREEN value IS 49 (19.53% from 255) = 16.61%
BLUE value IS 63 (25% from 255) = 21.36%
R=62.03%
G=16.61%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.66
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183496300.730.660.28353.7357.7645.49
HexB7313F049421C1623a2d
Octal26761770111102345427255
Binary1011011111000111111101001001100001011100101100010111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7313F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7313F; }

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

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

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

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

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

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

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

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