Html Css Color HEX #B33228 Brown

📋 copy color: '#B33228'

red 179 ◦ green 50 ◦ blue 40

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

Shades of Brown #B33228

Tints of Brown #B33228

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.59%

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

R = 66.54%
G = 18.59%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#B33228 (or 0xB33228) is known color: Brown. HEX triplet: B3, 32 and 28. RGB value is (179,50,40). Sum of RGB (Red+Green+Blue) = 179+50+40=269 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.54% from 269); Green value is 50 (19.92% from 255 or 18.59% from 269); Blue value is 40 (16.02% from 255 or 14.87% from 269); Max value from RGB is 179 - color contains mainly: red. Hex color #B33228 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33228 is #4CCDD7. Grayscale: #575757. Windows color (decimal): -5033432 or 2634419. OLE color: 2634419.

HSL color Cylindrical-coordinate representation of color #B33228: hue angle of 4.32º 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 #B33228 is Cyan = 0, Magento = 0.72, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 50 40 -
CMYK 0 0.72 0.78 0.30
HSL 4.32º 0.63% 0.43% -
HSV(B) 4.32º 0.78% 0.7% -
XYZ 20.11 12.02 3.27 -
YUV 87.43 101.24 193.31 -
System Red Green Blue C M Y K H S L
Decimal 179 50 40 0 0.72 0.78 0.30 4.32 0.63 0.43
Hex B3 32 28 0 48 4E 1E 4 3F 2B
Octal 263 62 50 0 110 116 36 4 77 53
Binary 10110011 110010 101000 0 1001000 1001110 11110 100 111111 101011

Color Harmonies of #B33228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33228

Black with #B33228

Text Example


Text Example

White with #B33228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33228; }

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

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

background-color css

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

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

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

border-color css

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

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

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