Html Css Color HEX #B1302E Brown

📋 copy color: '#B1302E'

red 177 ◦ green 48 ◦ blue 46

#B1302E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brown #B1302E

Tints of Brown #B1302E

RGB

 RED value IS 177 (69.53% from 255) = 65.31%

 GREEN value IS 48 (19.14% from 255) = 17.71%

 BLUE value IS 46 (18.36% from 255) = 16.97%

R = 65.31%
G = 17.71%
B = 16.97%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#B1302E (or 0xB1302E) is known color: Brown. HEX triplet: B1, 30 and 2E. RGB value is (177,48,46). Sum of RGB (Red+Green+Blue) = 177+48+46=271 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.31% from 271); Green value is 48 (19.14% from 255 or 17.71% from 271); Blue value is 46 (18.36% from 255 or 16.97% from 271); Max value from RGB is 177 - color contains mainly: red. Hex color #B1302E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1302E is #4ECFD1. Grayscale: #565656. Windows color (decimal): -5165010 or 3027121. OLE color: 3027121.

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

Color convert

RGB 177 48 46 -
CMYK 0 0.73 0.74 0.31
HSL 0.92º 0.59% 0.44% -
HSV(B) 0.92º 0.74% 0.69% -
XYZ 19.68 11.66 3.8 -
YUV 86.34 105.24 192.66 -
System Red Green Blue C M Y K H S L
Decimal 177 48 46 0 0.73 0.74 0.31 0.92 0.59 0.44
Hex B1 30 2E 0 49 4A 1F 1 3B 2C
Octal 261 60 56 0 111 112 37 1 73 54
Binary 10110001 110000 101110 0 1001001 1001010 11111 1 111011 101100

Color Harmonies of #B1302E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1302E

Black with #B1302E

Text Example


Text Example

White with #B1302E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1302E; }

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

 H1.HeaderClassName
 {
   color: #B1302E;
 }
 .AnyTagClassName
 {
   color: #B1302E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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