Html Css Color HEX #B2302E Brown

📋 copy color: '#B2302E'

red 178 ◦ green 48 ◦ blue 46

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

Shades of Brown #B2302E

Tints of Brown #B2302E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.91%

R = 65.44%
G = 17.65%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B2302E (or 0xB2302E) is known color: Brown. HEX triplet: B2, 30 and 2E. RGB value is (178,48,46). Sum of RGB (Red+Green+Blue) = 178+48+46=272 (36% of max value = 765). Red value is 178 (69.92% from 255 or 65.44% from 272); Green value is 48 (19.14% from 255 or 17.65% from 272); Blue value is 46 (18.36% from 255 or 16.91% from 272); Max value from RGB is 178 - color contains mainly: red. Hex color #B2302E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2302E is #4DCFD1. Grayscale: #565656. Windows color (decimal): -5099474 or 3027122. OLE color: 3027122.

HSL color Cylindrical-coordinate representation of color #B2302E: hue angle of 0.91º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B2302E is Cyan = 0, Magento = 0.73, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 48 46 -
CMYK 0 0.73 0.74 0.30
HSL 0.91º 0.59% 0.44% -
HSV(B) 0.91º 0.74% 0.7% -
XYZ 19.91 11.78 3.81 -
YUV 86.64 105.07 193.16 -
System Red Green Blue C M Y K H S L
Decimal 178 48 46 0 0.73 0.74 0.30 0.91 0.59 0.44
Hex B2 30 2E 0 49 4A 1E 1 3B 2C
Octal 262 60 56 0 111 112 36 1 73 54
Binary 10110010 110000 101110 0 1001001 1001010 11110 1 111011 101100

Color Harmonies of #B2302E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2302E

Black with #B2302E

Text Example


Text Example

White with #B2302E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2302E; }

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

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

background-color css

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

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

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

border-color css

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

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

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