Html Css Color HEX #B43131 Brown

📋 copy color: '#B43131'

red 180 ◦ green 49 ◦ blue 49

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

Shades of Brown #B43131

Tints of Brown #B43131

RGB

 RED value IS 180 (70.7% from 255) = 64.75%

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

 BLUE value IS 49 (19.53% from 255) = 17.63%

R = 64.75%
G = 17.63%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B43131 (or 0xB43131) is known color: Brown. HEX triplet: B4, 31 and 31. RGB value is (180,49,49). Sum of RGB (Red+Green+Blue) = 180+49+49=278 (36% of max value = 765). Red value is 180 (70.70% from 255 or 64.75% from 278); Green value is 49 (19.53% from 255 or 17.63% from 278); Blue value is 49 (19.53% from 255 or 17.63% from 278); Max value from RGB is 180 - color contains mainly: red. Hex color #B43131 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43131 is #4BCECE. Grayscale: #585858. Windows color (decimal): -4968143 or 3223988. OLE color: 3223988.

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

Color convert

RGB 180 49 49 -
CMYK 0 0.73 0.73 0.29
HSL 0.57% 0.45% -
HSV(B) 0.73% 0.71% -
XYZ 20.48 12.12 4.17 -
YUV 88.17 105.9 193.5 -
System Red Green Blue C M Y K H S L
Decimal 180 49 49 0 0.73 0.73 0.29 0 0.57 0.45
Hex B4 31 31 0 49 49 1D 0 39 2D
Octal 264 61 61 0 111 111 35 0 71 55
Binary 10110100 110001 110001 0 1001001 1001001 11101 0 111001 101101

Color Harmonies of #B43131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43131

Black with #B43131

Text Example


Text Example

White with #B43131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43131; }

 p { color: rgb(180,49,49); }

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

background-color css

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

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

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

border-color css

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

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

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