Html Css Color HEX #B33130 Brown

📋 copy color: '#B33130'

red 179 ◦ green 49 ◦ blue 48

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

Shades of Brown #B33130

Tints of Brown #B33130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 17.39%

R = 64.86%
G = 17.75%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#B33130 (or 0xB33130) is known color: Brown. HEX triplet: B3, 31 and 30. RGB value is (179,49,48). Sum of RGB (Red+Green+Blue) = 179+49+48=276 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.86% from 276); Green value is 49 (19.53% from 255 or 17.75% from 276); Blue value is 48 (19.14% from 255 or 17.39% from 276); Max value from RGB is 179 - color contains mainly: red. Hex color #B33130 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33130 is #4CCECF. Grayscale: #575757. Windows color (decimal): -5033680 or 3158451. OLE color: 3158451.

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

Color convert

RGB 179 49 48 -
CMYK 0 0.73 0.73 0.30
HSL 0.46º 0.58% 0.45% -
HSV(B) 0.46º 0.73% 0.7% -
XYZ 20.22 11.99 4.05 -
YUV 87.76 105.57 193.08 -
System Red Green Blue C M Y K H S L
Decimal 179 49 48 0 0.73 0.73 0.30 0.46 0.58 0.45
Hex B3 31 30 0 49 49 1E 0 3A 2D
Octal 263 61 60 0 111 111 36 0 72 55
Binary 10110011 110001 110000 0 1001001 1001001 11110 0 111010 101101

Color Harmonies of #B33130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33130

Black with #B33130

Text Example


Text Example

White with #B33130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33130; }

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

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

background-color css

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

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

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

border-color css

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

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

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