#B03128

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

Shades of Brown #B03128

Tints of Brown #B03128

Color information

#B03128 (or 0xB03128) is unknown color: approx Brown. HEX triplet: B0, 31 and 28. RGB value is (176,49,40). Sum of RGB (Red+Green+Blue) = 176+49+40=265 (35% of max value = 765). Red value is 176 (69.14% from 255 or 66.42% from 265); Green value is 49 (19.53% from 255 or 18.49% from 265); Blue value is 40 (16.02% from 255 or 15.09% from 265); Max value from RGB is 176 - color contains mainly: red. Hex color #B03128 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03128 is #4FCED7. Grayscale: #565656. Windows color (decimal): -5230296 or 2634160. OLE color: 2634160.

HSL color Cylindrical-coordinate representation of color #B03128: hue angle of 3.97º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B03128 is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB1764940-
CMYK00.720.770.31
HSL3.97º62.96%42.35%-
HSV(B)3.97º77.27%69.02%-
XYZ19.3911.583.22-
YUV85.95102.08192.23-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 66.42%
GREEN value IS 49 (19.53% from 255) = 18.49%
BLUE value IS 40 (16.02% from 255) = 15.09%
R=66.42%
G=18.49%
B=15.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176494000.720.770.313.9762.9642.35
HexB031280484D1F43f2a
Octal260615001101153747752
Binary1011000011000110100001001000100110111111100111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03128; }

 p { color: rgb(176,49,40); }

 H1.HeaderClassName
 {
   color: #B03128;
 }
 .AnyTagClassName
 {
   color: #B03128;
 }
</style>
background-color css

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

 a { background-color: rgb(176,49,40); }

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

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

 span { border-color: rgb(176,49,40); }

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