Html Css Color HEX #B33426 Brown

📋 copy color: '#B33426'

red 179 ◦ green 52 ◦ blue 38

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

Shades of Brown #B33426

Tints of Brown #B33426

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.33%

 BLUE value IS 38 (15.23% from 255) = 14.13%

R = 66.54%
G = 19.33%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#B33426 (or 0xB33426) is known color: Brown. HEX triplet: B3, 34 and 26. RGB value is (179,52,38). Sum of RGB (Red+Green+Blue) = 179+52+38=269 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.54% from 269); Green value is 52 (20.70% from 255 or 19.33% from 269); Blue value is 38 (15.23% from 255 or 14.13% from 269); Max value from RGB is 179 - color contains mainly: red. Hex color #B33426 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33426 is #4CCBD9. Grayscale: #585858. Windows color (decimal): -5032922 or 2503859. OLE color: 2503859.

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

Color convert

RGB 179 52 38 -
CMYK 0 0.71 0.79 0.30
HSL 5.96º 0.65% 0.43% -
HSV(B) 5.96º 0.79% 0.7% -
XYZ 20.17 12.18 3.12 -
YUV 88.38 99.58 192.64 -
System Red Green Blue C M Y K H S L
Decimal 179 52 38 0 0.71 0.79 0.30 5.96 0.65 0.43
Hex B3 34 26 0 47 4F 1E 6 41 2B
Octal 263 64 46 0 107 117 36 6 101 53
Binary 10110011 110100 100110 0 1000111 1001111 11110 110 1000001 101011

Color Harmonies of #B33426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33426

Black with #B33426

Text Example


Text Example

White with #B33426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33426; }

 p { color: rgb(179,52,38); }

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

background-color css

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

 a { background-color: rgb(179,52,38); }

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

border-color css

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

 span { border-color: rgb(179,52,38); }

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