#B1393D

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

Shades of Brick Red #B1393D

Tints of Brick Red #B1393D

Color information

#B1393D (or 0xB1393D) is unknown color: approx Brick Red. HEX triplet: B1, 39 and 3D. RGB value is (177,57,61). Sum of RGB (Red+Green+Blue) = 177+57+61=295 (39% of max value = 765). Red value is 177 (69.53% from 255 or 60% from 295); Green value is 57 (22.66% from 255 or 19.32% from 295); Blue value is 61 (24.22% from 255 or 20.68% from 295); Max value from RGB is 177 - color contains mainly: red. Hex color #B1393D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1393D is #4EC6C2. Grayscale: #5D5D5D. Windows color (decimal): -5162691 or 4012465. OLE color: 4012465.

HSL color Cylindrical-coordinate representation of color #B1393D: hue angle of 358º degrees, saturation: 0.51, 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 #B1393D is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB1775761-
CMYK00.680.660.31
HSL358º51.28%45.88%-
HSV(B)358º67.8%69.41%-
XYZ20.4412.615.77-
YUV93.34109.76187.67-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 60%
GREEN value IS 57 (22.66% from 255) = 19.32%
BLUE value IS 61 (24.22% from 255) = 20.68%
R=60%
G=19.32%
B=20.68%

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
Decimal177576100.680.660.3135851.2845.88
HexB1393D044421F166332e
Octal26171750104102375466356
Binary1011000111100111110101000100100001011111101100110110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1393D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1393D; }

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

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

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

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

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

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

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

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