Html Css Color HEX #B13129 Brown

📋 copy color: '#B13129'

red 177 ◦ green 49 ◦ blue 41

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

Shades of Brown #B13129

Tints of Brown #B13129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 15.36%

R = 66.29%
G = 18.35%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#B13129 (or 0xB13129) is known color: Brown. HEX triplet: B1, 31 and 29. RGB value is (177,49,41). Sum of RGB (Red+Green+Blue) = 177+49+41=267 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.29% from 267); Green value is 49 (19.53% from 255 or 18.35% from 267); Blue value is 41 (16.41% from 255 or 15.36% from 267); Max value from RGB is 177 - color contains mainly: red. Hex color #B13129 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13129 is #4ECED6. Grayscale: #565656. Windows color (decimal): -5164759 or 2699697. OLE color: 2699697.

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

Color convert

RGB 177 49 41 -
CMYK 0 0.72 0.77 0.31
HSL 3.53º 0.62% 0.43% -
HSV(B) 3.53º 0.77% 0.69% -
XYZ 19.63 11.7 3.32 -
YUV 86.36 102.41 192.65 -
System Red Green Blue C M Y K H S L
Decimal 177 49 41 0 0.72 0.77 0.31 3.53 0.62 0.43
Hex B1 31 29 0 48 4D 1F 4 3E 2B
Octal 261 61 51 0 110 115 37 4 76 53
Binary 10110001 110001 101001 0 1001000 1001101 11111 100 111110 101011

Color Harmonies of #B13129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13129

Black with #B13129

Text Example


Text Example

White with #B13129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13129; }

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

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

background-color css

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

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

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

border-color css

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

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

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