#B1373F

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

Shades of Brick Red #B1373F

Tints of Brick Red #B1373F

Color information

#B1373F (or 0xB1373F) is unknown color: approx Brick Red. HEX triplet: B1, 37 and 3F. RGB value is (177,55,63). Sum of RGB (Red+Green+Blue) = 177+55+63=295 (39% of max value = 765). Red value is 177 (69.53% from 255 or 60% from 295); Green value is 55 (21.88% from 255 or 18.64% from 295); Blue value is 63 (25% from 255 or 21.36% from 295); Max value from RGB is 177 - color contains mainly: red. Hex color #B1373F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1373F is #4EC8C0. Grayscale: #5C5C5C. Windows color (decimal): -5163201 or 4143025. OLE color: 4143025.

HSL color Cylindrical-coordinate representation of color #B1373F: hue angle of 356.07º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B1373F is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB1775563-
CMYK00.690.640.31
HSL356.07º52.59%45.49%-
HSV(B)356.07º68.93%69.41%-
XYZ20.3912.446.03-
YUV92.39111.42188.35-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 60%
GREEN value IS 55 (21.88% from 255) = 18.64%
BLUE value IS 63 (25% from 255) = 21.36%
R=60%
G=18.64%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177556300.690.640.31356.0752.5945.49
HexB1373F045401F164352d
Octal26167770105100375446555
Binary1011000111011111111101000101100000011111101100100110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1373F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1373F; }

 p { color: rgb(177,55,63); }

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

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

 a { background-color: rgb(177,55,63); }

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

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

 span { border-color: rgb(177,55,63); }

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