Html Css Color HEX #B2322A Brown

📋 copy color: '#B2322A'

red 178 ◦ green 50 ◦ blue 42

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

Shades of Brown #B2322A

Tints of Brown #B2322A

RGB

 RED value IS 178 (69.92% from 255) = 65.93%

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

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

R = 65.93%
G = 18.52%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.76

 K value IS 0.30

RGB Variations

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

Color information

#B2322A (or 0xB2322A) is known color: Brown. HEX triplet: B2, 32 and 2A. RGB value is (178,50,42). Sum of RGB (Red+Green+Blue) = 178+50+42=270 (35% of max value = 765). Red value is 178 (69.92% from 255 or 65.93% from 270); Green value is 50 (19.92% from 255 or 18.52% from 270); Blue value is 42 (16.80% from 255 or 15.56% from 270); Max value from RGB is 178 - color contains mainly: red. Hex color #B2322A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2322A is #4DCDD5. Grayscale: #575757. Windows color (decimal): -5098966 or 2765490. OLE color: 2765490.

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

Color convert

RGB 178 50 42 -
CMYK 0 0.72 0.76 0.30
HSL 3.53º 0.62% 0.43% -
HSV(B) 3.53º 0.76% 0.7% -
XYZ 19.92 11.91 3.44 -
YUV 87.36 102.41 192.65 -
System Red Green Blue C M Y K H S L
Decimal 178 50 42 0 0.72 0.76 0.30 3.53 0.62 0.43
Hex B2 32 2A 0 48 4C 1E 4 3E 2B
Octal 262 62 52 0 110 114 36 4 76 53
Binary 10110010 110010 101010 0 1001000 1001100 11110 100 111110 101011

Color Harmonies of #B2322A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2322A

Black with #B2322A

Text Example


Text Example

White with #B2322A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2322A; }

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

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

background-color css

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

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

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

border-color css

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

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

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