#B1313B

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

Shades of Brick Red #B1313B

Tints of Brick Red #B1313B

Color information

#B1313B (or 0xB1313B) is unknown color: approx Brick Red. HEX triplet: B1, 31 and 3B. RGB value is (177,49,59). Sum of RGB (Red+Green+Blue) = 177+49+59=285 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.11% from 285); Green value is 49 (19.53% from 255 or 17.19% from 285); Blue value is 59 (23.44% from 255 or 20.70% from 285); Max value from RGB is 177 - color contains mainly: red. Hex color #B1313B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1313B is #4ECEC4. Grayscale: #585858. Windows color (decimal): -5164741 or 3879345. OLE color: 3879345.

HSL color Cylindrical-coordinate representation of color #B1313B: hue angle of 355.31º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B1313B is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB1774959-
CMYK00.720.670.31
HSL355.31º56.64%44.31%-
HSV(B)355.31º72.32%69.41%-
XYZ20.0211.865.37-
YUV88.41111.41191.19-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 62.11%
GREEN value IS 49 (19.53% from 255) = 17.19%
BLUE value IS 59 (23.44% from 255) = 20.70%
R=62.11%
G=17.19%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177495900.720.670.31355.3156.6444.31
HexB1313B048431F163392c
Octal26161730110103375437154
Binary1011000111000111101101001000100001111111101100011111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1313B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1313B; }

 p { color: rgb(177,49,59); }

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

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

 a { background-color: rgb(177,49,59); }

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

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

 span { border-color: rgb(177,49,59); }

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