Html Css Color HEX #B13130 Brown

📋 copy color: '#B13130'

red 177 ◦ green 49 ◦ blue 48

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

Shades of Brown #B13130

Tints of Brown #B13130

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.88%

 BLUE value IS 48 (19.14% from 255) = 17.52%

R = 64.6%
G = 17.88%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B13130 (or 0xB13130) is known color: Brown. HEX triplet: B1, 31 and 30. RGB value is (177,49,48). Sum of RGB (Red+Green+Blue) = 177+49+48=274 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.60% from 274); Green value is 49 (19.53% from 255 or 17.88% from 274); Blue value is 48 (19.14% from 255 or 17.52% from 274); Max value from RGB is 177 - color contains mainly: red. Hex color #B13130 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13130 is #4ECECF. Grayscale: #575757. Windows color (decimal): -5164752 or 3158449. OLE color: 3158449.

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

Color convert

RGB 177 49 48 -
CMYK 0 0.72 0.73 0.31
HSL 0.47º 0.57% 0.44% -
HSV(B) 0.47º 0.73% 0.69% -
XYZ 19.76 11.76 4.02 -
YUV 87.16 105.91 192.08 -
System Red Green Blue C M Y K H S L
Decimal 177 49 48 0 0.72 0.73 0.31 0.47 0.57 0.44
Hex B1 31 30 0 48 49 1F 0 39 2C
Octal 261 61 60 0 110 111 37 0 71 54
Binary 10110001 110001 110000 0 1001000 1001001 11111 0 111001 101100

Color Harmonies of #B13130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13130

Black with #B13130

Text Example


Text Example

White with #B13130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13130; }

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

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

background-color css

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

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

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

border-color css

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

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

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