Html Css Color HEX #B33029 Brown

📋 copy color: '#B33029'

red 179 ◦ green 48 ◦ blue 41

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

Shades of Brown #B33029

Tints of Brown #B33029

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.91%

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

R = 66.79%
G = 17.91%
B = 15.3%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.77

 K value IS 0.30

RGB Variations

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

Color information

#B33029 (or 0xB33029) is known color: Brown. HEX triplet: B3, 30 and 29. RGB value is (179,48,41). Sum of RGB (Red+Green+Blue) = 179+48+41=268 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.79% from 268); Green value is 48 (19.14% from 255 or 17.91% from 268); Blue value is 41 (16.41% from 255 or 15.30% from 268); Max value from RGB is 179 - color contains mainly: red. Hex color #B33029 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33029 is #4CCFD6. Grayscale: #565656. Windows color (decimal): -5033943 or 2699443. OLE color: 2699443.

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

Color convert

RGB 179 48 41 -
CMYK 0 0.73 0.77 0.30
HSL 3.04º 0.63% 0.43% -
HSV(B) 3.04º 0.77% 0.7% -
XYZ 20.05 11.86 3.33 -
YUV 86.37 102.4 194.07 -
System Red Green Blue C M Y K H S L
Decimal 179 48 41 0 0.73 0.77 0.30 3.04 0.63 0.43
Hex B3 30 29 0 49 4D 1E 3 3F 2B
Octal 263 60 51 0 111 115 36 3 77 53
Binary 10110011 110000 101001 0 1001001 1001101 11110 11 111111 101011

Color Harmonies of #B33029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33029

Black with #B33029

Text Example


Text Example

White with #B33029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33029; }

 p { color: rgb(179,48,41); }

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

background-color css

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

 a { background-color: rgb(179,48,41); }

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

border-color css

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

 span { border-color: rgb(179,48,41); }

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