#B13029

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

Shades of Brown #B13029

Tints of Brown #B13029

Color information

#B13029 (or 0xB13029) is unknown color: approx Brown. HEX triplet: B1, 30 and 29. RGB value is (177,48,41). Sum of RGB (Red+Green+Blue) = 177+48+41=266 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.54% from 266); Green value is 48 (19.14% from 255 or 18.05% from 266); Blue value is 41 (16.41% from 255 or 15.41% from 266); Max value from RGB is 177 - color contains mainly: red. Hex color #B13029 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13029 is #4ECFD6. Grayscale: #555555. Windows color (decimal): -5165015 or 2699441. OLE color: 2699441.

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

Color convert

RGB1774841-
CMYK00.730.770.31
HSL3.09º62.39%42.75%-
HSV(B)3.09º76.84%69.41%-
XYZ19.5911.623.31-
YUV85.77102.74193.07-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 66.54%
GREEN value IS 48 (19.14% from 255) = 18.05%
BLUE value IS 41 (16.41% from 255) = 15.41%
R=66.54%
G=18.05%
B=15.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177484100.730.770.313.0962.3942.75
HexB130290494D1F33e2b
Octal261605101111153737653
Binary101100011100001010010100100110011011111111111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13029; }

 p { color: rgb(177,48,41); }

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

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

 a { background-color: rgb(177,48,41); }

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

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

 span { border-color: rgb(177,48,41); }

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