Html Css Color HEX #B03329 Brown

📋 copy color: '#B03329'

red 176 ◦ green 51 ◦ blue 41

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

Shades of Brown #B03329

Tints of Brown #B03329

RGB

 RED value IS 176 (69.14% from 255) = 65.67%

 GREEN value IS 51 (20.31% from 255) = 19.03%

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

R = 65.67%
G = 19.03%
B = 15.3%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#B03329 (or 0xB03329) is known color: Brown. HEX triplet: B0, 33 and 29. RGB value is (176,51,41). Sum of RGB (Red+Green+Blue) = 176+51+41=268 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.67% from 268); Green value is 51 (20.31% from 255 or 19.03% from 268); Blue value is 41 (16.41% from 255 or 15.30% from 268); Max value from RGB is 176 - color contains mainly: red. Hex color #B03329 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03329 is #4FCCD6. Grayscale: #575757. Windows color (decimal): -5229783 or 2700208. OLE color: 2700208.

HSL color Cylindrical-coordinate representation of color #B03329: hue angle of 4.44º 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 #B03329 is Cyan = 0, Magento = 0.71, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 51 41 -
CMYK 0 0.71 0.77 0.31
HSL 4.44º 0.62% 0.43% -
HSV(B) 4.44º 0.77% 0.69% -
XYZ 19.49 11.76 3.34 -
YUV 87.24 101.91 191.31 -
System Red Green Blue C M Y K H S L
Decimal 176 51 41 0 0.71 0.77 0.31 4.44 0.62 0.43
Hex B0 33 29 0 47 4D 1F 4 3E 2B
Octal 260 63 51 0 107 115 37 4 76 53
Binary 10110000 110011 101001 0 1000111 1001101 11111 100 111110 101011

Color Harmonies of #B03329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03329

Black with #B03329

Text Example


Text Example

White with #B03329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03329; }

 p { color: rgb(176,51,41); }

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

background-color css

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

 a { background-color: rgb(176,51,41); }

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

border-color css

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

 span { border-color: rgb(176,51,41); }

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