Html Css Color HEX #B33328 Brown

📋 copy color: '#B33328'

red 179 ◦ green 51 ◦ blue 40

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

Shades of Brown #B33328

Tints of Brown #B33328

RGB

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

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

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

R = 66.3%
G = 18.89%
B = 14.81%

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

#B33328 (or 0xB33328) is known color: Brown. HEX triplet: B3, 33 and 28. RGB value is (179,51,40). Sum of RGB (Red+Green+Blue) = 179+51+40=270 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.30% from 270); Green value is 51 (20.31% from 255 or 18.89% from 270); Blue value is 40 (16.02% from 255 or 14.81% from 270); Max value from RGB is 179 - color contains mainly: red. Hex color #B33328 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33328 is #4CCCD7. Grayscale: #585858. Windows color (decimal): -5033176 or 2634675. OLE color: 2634675.

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

Color convert

RGB 179 51 40 -
CMYK 0 0.72 0.78 0.30
HSL 4.75º 0.63% 0.43% -
HSV(B) 4.75º 0.78% 0.7% -
XYZ 20.16 12.1 3.28 -
YUV 88.02 100.91 192.89 -
System Red Green Blue C M Y K H S L
Decimal 179 51 40 0 0.72 0.78 0.30 4.75 0.63 0.43
Hex B3 33 28 0 48 4E 1E 5 3F 2B
Octal 263 63 50 0 110 116 36 5 77 53
Binary 10110011 110011 101000 0 1001000 1001110 11110 101 111111 101011

Color Harmonies of #B33328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33328

Black with #B33328

Text Example


Text Example

White with #B33328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33328; }

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

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

background-color css

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

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

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

border-color css

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

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

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