Html Css Color HEX #B33128 Brown

📋 copy color: '#B33128'

red 179 ◦ green 49 ◦ blue 40

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

Shades of Brown #B33128

Tints of Brown #B33128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.93%

R = 66.79%
G = 18.28%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#B33128 (or 0xB33128) is known color: Brown. HEX triplet: B3, 31 and 28. RGB value is (179,49,40). Sum of RGB (Red+Green+Blue) = 179+49+40=268 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.79% from 268); Green value is 49 (19.53% from 255 or 18.28% from 268); Blue value is 40 (16.02% from 255 or 14.93% from 268); Max value from RGB is 179 - color contains mainly: red. Hex color #B33128 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33128 is #4CCED7. Grayscale: #575757. Windows color (decimal): -5033688 or 2634163. OLE color: 2634163.

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

Color convert

RGB 179 49 40 -
CMYK 0 0.73 0.78 0.30
HSL 3.88º 0.63% 0.43% -
HSV(B) 3.88º 0.78% 0.7% -
XYZ 20.07 11.93 3.25 -
YUV 86.84 101.57 193.73 -
System Red Green Blue C M Y K H S L
Decimal 179 49 40 0 0.73 0.78 0.30 3.88 0.63 0.43
Hex B3 31 28 0 49 4E 1E 4 3F 2B
Octal 263 61 50 0 111 116 36 4 77 53
Binary 10110011 110001 101000 0 1001001 1001110 11110 100 111111 101011

Color Harmonies of #B33128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33128

Black with #B33128

Text Example


Text Example

White with #B33128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33128; }

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

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

background-color css

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

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

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

border-color css

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

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

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