Html Css Color HEX #B33129 Brown

📋 copy color: '#B33129'

red 179 ◦ green 49 ◦ blue 41

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

Shades of Brown #B33129

Tints of Brown #B33129

RGB

 RED value IS 179 (70.31% from 255) = 66.54%

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

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

R = 66.54%
G = 18.22%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.77

 K value IS 0.30

RGB Variations

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

Color information

#B33129 (or 0xB33129) is known color: Brown. HEX triplet: B3, 31 and 29. RGB value is (179,49,41). Sum of RGB (Red+Green+Blue) = 179+49+41=269 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.54% from 269); Green value is 49 (19.53% from 255 or 18.22% from 269); Blue value is 41 (16.41% from 255 or 15.24% from 269); Max value from RGB is 179 - color contains mainly: red. Hex color #B33129 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33129 is #4CCED6. Grayscale: #575757. Windows color (decimal): -5033687 or 2699699. OLE color: 2699699.

HSL color Cylindrical-coordinate representation of color #B33129: hue angle of 3.48º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B33129 is Cyan = 0, Magento = 0.73, Yellow = 0.77 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 49 41 -
CMYK 0 0.73 0.77 0.30
HSL 3.48º 0.63% 0.43% -
HSV(B) 3.48º 0.77% 0.7% -
XYZ 20.09 11.94 3.34 -
YUV 86.96 102.07 193.65 -
System Red Green Blue C M Y K H S L
Decimal 179 49 41 0 0.73 0.77 0.30 3.48 0.63 0.43
Hex B3 31 29 0 49 4D 1E 3 3F 2B
Octal 263 61 51 0 111 115 36 3 77 53
Binary 10110011 110001 101001 0 1001001 1001101 11110 11 111111 101011

Color Harmonies of #B33129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33129

Black with #B33129

Text Example


Text Example

White with #B33129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33129; }

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

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

background-color css

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

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

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

border-color css

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

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

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