#B1302D

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

Shades of Brown #B1302D

Tints of Brown #B1302D

Color information

#B1302D (or 0xB1302D) is unknown color: approx Brown. HEX triplet: B1, 30 and 2D. RGB value is (177,48,45). Sum of RGB (Red+Green+Blue) = 177+48+45=270 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.56% from 270); Green value is 48 (19.14% from 255 or 17.78% from 270); Blue value is 45 (17.97% from 255 or 16.67% from 270); Max value from RGB is 177 - color contains mainly: red. Hex color #B1302D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1302D is #4ECFD2. Grayscale: #565656. Windows color (decimal): -5165011 or 2961585. OLE color: 2961585.

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

Color convert

RGB1774845-
CMYK00.730.750.31
HSL1.36º59.46%43.53%-
HSV(B)1.36º74.58%69.41%-
XYZ19.6611.653.7-
YUV86.23104.74192.74-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 65.56%
GREEN value IS 48 (19.14% from 255) = 17.78%
BLUE value IS 45 (17.97% from 255) = 16.67%
R=65.56%
G=17.78%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.75
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177484500.730.750.311.3659.4643.53
HexB1302D0494B1F13b2c
Octal261605501111133717354
Binary10110001110000101101010010011001011111111111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1302D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1302D; }

 p { color: rgb(177,48,45); }

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

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

 a { background-color: rgb(177,48,45); }

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

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

 span { border-color: rgb(177,48,45); }

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