#b2302b

Color #B2302B Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown #B2302B

Tints of Brown #B2302B

Color information

#B2302B (or 0xB2302B) is unknown color: approx 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

RGB1784843-
CMYK00.730.760.30
HSL2.22º61.09%43.33%-
HSV(B)2.22º75.84%69.8%-
XYZ19.8511.753.51-
YUV86.3103.57193.41-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.76
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178484300.730.760.302.2261.0943.33
HexB2302B0494C1E23d2b
Octal262605301111143627553
Binary101100101100001010110100100110011001111010111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b2302b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>