#B7313E

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

Shades of Brick Red #B7313E

Tints of Brick Red #B7313E

Color information

#B7313E (or 0xB7313E) is unknown color: approx Brick Red. HEX triplet: B7, 31 and 3E. RGB value is (183,49,62). Sum of RGB (Red+Green+Blue) = 183+49+62=294 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.24% from 294); Green value is 49 (19.53% from 255 or 16.67% from 294); Blue value is 62 (24.61% from 255 or 21.09% from 294); Max value from RGB is 183 - color contains mainly: red. Hex color #B7313E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7313E is #48CEC1. Grayscale: #5A5A5A. Windows color (decimal): -4771522 or 4075959. OLE color: 4075959.

HSL color Cylindrical-coordinate representation of color #B7313E: hue angle of 354.18º 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 #B7313E is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.28.

Color convert

RGB1834962-
CMYK00.730.660.28
HSL354.18º57.76%45.49%-
HSV(B)354.18º73.22%71.76%-
XYZ21.512.615.86-
YUV90.55111.89193.94-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 62.24%
GREEN value IS 49 (19.53% from 255) = 16.67%
BLUE value IS 62 (24.61% from 255) = 21.09%
R=62.24%
G=16.67%
B=21.09%

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
Decimal183496200.730.660.28354.1857.7645.49
HexB7313E049421C1623a2d
Octal26761760111102345427255
Binary1011011111000111111001001001100001011100101100010111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7313E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7313E; }

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

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

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

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

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

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

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

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