Html Css Color HEX #B2302B Brown

📋 copy color: '#B2302B'

red 178 ◦ green 48 ◦ blue 43

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

Shades of Brown #B2302B

Tints of Brown #B2302B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.84%

 BLUE value IS 43 (17.19% from 255) = 15.99%

R = 66.17%
G = 17.84%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.76

 K value IS 0.30

RGB Variations

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

Color information

#B2302B (or 0xB2302B) is known color: Brown. HEX triplet: B2, 30 and 2B. RGB value is (178,48,43). Sum of RGB (Red+Green+Blue) = 178+48+43=269 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.17% from 269); Green value is 48 (19.14% from 255 or 17.84% from 269); Blue value is 43 (17.19% from 255 or 15.99% from 269); Max value from RGB is 178 - color contains mainly: red. Hex color #B2302B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2302B is #4DCFD4. Grayscale: #565656. Windows color (decimal): -5099477 or 2830514. OLE color: 2830514.

HSL color Cylindrical-coordinate representation of color #B2302B: hue angle of 2.22º degrees, saturation: 0.61, 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 #B2302B is Cyan = 0, Magento = 0.73, Yellow = 0.76 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 48 43 -
CMYK 0 0.73 0.76 0.30
HSL 2.22º 0.61% 0.43% -
HSV(B) 2.22º 0.76% 0.7% -
XYZ 19.85 11.75 3.51 -
YUV 86.3 103.57 193.41 -
System Red Green Blue C M Y K H S L
Decimal 178 48 43 0 0.73 0.76 0.30 2.22 0.61 0.43
Hex B2 30 2B 0 49 4C 1E 2 3D 2B
Octal 262 60 53 0 111 114 36 2 75 53
Binary 10110010 110000 101011 0 1001001 1001100 11110 10 111101 101011

Color Harmonies of #B2302B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2302B

Black with #B2302B

Text Example


Text Example

White with #B2302B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2302B; }

 p { color: rgb(178,48,43); }

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

background-color css

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

 a { background-color: rgb(178,48,43); }

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

border-color css

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

 span { border-color: rgb(178,48,43); }

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