#B1383D

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

Shades of Brick Red #B1383D

Tints of Brick Red #B1383D

Color information

#B1383D (or 0xB1383D) is unknown color: approx Brick Red. HEX triplet: B1, 38 and 3D. RGB value is (177,56,61). Sum of RGB (Red+Green+Blue) = 177+56+61=294 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.20% from 294); Green value is 56 (22.27% from 255 or 19.05% from 294); Blue value is 61 (24.22% from 255 or 20.75% from 294); Max value from RGB is 177 - color contains mainly: red. Hex color #B1383D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1383D is #4EC7C2. Grayscale: #5C5C5C. Windows color (decimal): -5162947 or 4012209. OLE color: 4012209.

HSL color Cylindrical-coordinate representation of color #B1383D: hue angle of 357.52º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B1383D is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB1775661-
CMYK00.680.660.31
HSL357.52º51.93%45.69%-
HSV(B)357.52º68.36%69.41%-
XYZ20.3912.515.76-
YUV92.75110.09188.09-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 60.20%
GREEN value IS 56 (22.27% from 255) = 19.05%
BLUE value IS 61 (24.22% from 255) = 20.75%
R=60.20%
G=19.05%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177566100.680.660.31357.5251.9345.69
HexB1383D044421F166342e
Octal26170750104102375466456
Binary1011000111100011110101000100100001011111101100110110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1383D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1383D; }

 p { color: rgb(177,56,61); }

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

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

 a { background-color: rgb(177,56,61); }

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

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

 span { border-color: rgb(177,56,61); }

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