Html Css Color HEX #B0342A Brown

📋 copy color: '#B0342A'

red 176 ◦ green 52 ◦ blue 42

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

Shades of Brown #B0342A

Tints of Brown #B0342A

RGB

 RED value IS 176 (69.14% from 255) = 65.19%

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

 BLUE value IS 42 (16.8% from 255) = 15.56%

R = 65.19%
G = 19.26%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#B0342A (or 0xB0342A) is known color: Brown. HEX triplet: B0, 34 and 2A. RGB value is (176,52,42). Sum of RGB (Red+Green+Blue) = 176+52+42=270 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.19% from 270); Green value is 52 (20.70% from 255 or 19.26% from 270); Blue value is 42 (16.80% from 255 or 15.56% from 270); Max value from RGB is 176 - color contains mainly: red. Hex color #B0342A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0342A is #4FCBD5. Grayscale: #585858. Windows color (decimal): -5229526 or 2766000. OLE color: 2766000.

HSL color Cylindrical-coordinate representation of color #B0342A: hue angle of 4.48º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B0342A is Cyan = 0, Magento = 0.70, Yellow = 0.76 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 52 42 -
CMYK 0 0.70 0.76 0.31
HSL 4.48º 0.61% 0.43% -
HSV(B) 4.48º 0.76% 0.69% -
XYZ 19.55 11.85 3.45 -
YUV 87.94 102.08 190.81 -
System Red Green Blue C M Y K H S L
Decimal 176 52 42 0 0.70 0.76 0.31 4.48 0.61 0.43
Hex B0 34 2A 0 46 4C 1F 4 3D 2B
Octal 260 64 52 0 106 114 37 4 75 53
Binary 10110000 110100 101010 0 1000110 1001100 11111 100 111101 101011

Color Harmonies of #B0342A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0342A

Black with #B0342A

Text Example


Text Example

White with #B0342A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0342A; }

 p { color: rgb(176,52,42); }

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

background-color css

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

 a { background-color: rgb(176,52,42); }

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

border-color css

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

 span { border-color: rgb(176,52,42); }

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