Html Css Color HEX #B0322A Brown

📋 copy color: '#B0322A'

red 176 ◦ green 50 ◦ blue 42

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

Shades of Brown #B0322A

Tints of Brown #B0322A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.66%

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

R = 65.67%
G = 18.66%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#B0322A (or 0xB0322A) is known color: Brown. HEX triplet: B0, 32 and 2A. RGB value is (176,50,42). Sum of RGB (Red+Green+Blue) = 176+50+42=268 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.67% from 268); Green value is 50 (19.92% from 255 or 18.66% from 268); Blue value is 42 (16.80% from 255 or 15.67% from 268); Max value from RGB is 176 - color contains mainly: red. Hex color #B0322A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0322A is #4FCDD5. Grayscale: #565656. Windows color (decimal): -5230038 or 2765488. OLE color: 2765488.

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

Color convert

RGB 176 50 42 -
CMYK 0 0.72 0.76 0.31
HSL 3.58º 0.61% 0.43% -
HSV(B) 3.58º 0.76% 0.69% -
XYZ 19.46 11.68 3.42 -
YUV 86.76 102.74 191.65 -
System Red Green Blue C M Y K H S L
Decimal 176 50 42 0 0.72 0.76 0.31 3.58 0.61 0.43
Hex B0 32 2A 0 48 4C 1F 4 3D 2B
Octal 260 62 52 0 110 114 37 4 75 53
Binary 10110000 110010 101010 0 1001000 1001100 11111 100 111101 101011

Color Harmonies of #B0322A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0322A

Black with #B0322A

Text Example


Text Example

White with #B0322A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0322A; }

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

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

background-color css

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

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

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

border-color css

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

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

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