#B3511D

Color #B3511D Rose Of Sharon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Of Sharon #B3511D

Tints of Rose Of Sharon #B3511D

Color information

#B3511D (or 0xB3511D) is unknown color: approx Rose Of Sharon. HEX triplet: B3, 51 and 1D. RGB value is (179,81,29). Sum of RGB (Red+Green+Blue) = 179+81+29=289 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.94% from 289); Green value is 81 (32.03% from 255 or 28.03% from 289); Blue value is 29 (11.72% from 255 or 10.03% from 289); Max value from RGB is 179 - color contains mainly: red. Hex color #B3511D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3511D is #4CAEE2. Grayscale: #686868. Windows color (decimal): -5025507 or 1921459. OLE color: 1921459.

HSL color Cylindrical-coordinate representation of color #B3511D: hue angle of 20.8º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B3511D is Cyan = 0, Magento = 0.55, Yellow = 0.84 and Black (K on CMYK) = 0.30.

Color convert

RGB1798129-
CMYK00.550.840.30
HSL20.8º72.12%40.78%-
HSV(B)20.8º83.8%70.2%-
XYZ21.7515.563.02-
YUV104.3785.47181.23-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 61.94%
GREEN value IS 81 (32.03% from 255) = 28.03%
BLUE value IS 29 (11.72% from 255) = 10.03%
R=61.94%
G=28.03%
B=10.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.84
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179812900.550.840.3020.872.1240.78
HexB3511D037541E154829
Octal26312135067124362511051
Binary101100111010001111010110111101010011110101011001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3511D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3511D; }

 p { color: rgb(179,81,29); }

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

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

 a { background-color: rgb(179,81,29); }

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

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

 span { border-color: rgb(179,81,29); }

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