#B3501E

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

Shades of Rose Of Sharon #B3501E

Tints of Rose Of Sharon #B3501E

Color information

#B3501E (or 0xB3501E) is unknown color: approx Rose Of Sharon. HEX triplet: B3, 50 and 1E. RGB value is (179,80,30). Sum of RGB (Red+Green+Blue) = 179+80+30=289 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.94% from 289); Green value is 80 (31.64% from 255 or 27.68% from 289); Blue value is 30 (12.11% from 255 or 10.38% from 289); Max value from RGB is 179 - color contains mainly: red. Hex color #B3501E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3501E is #4CAFE1. Grayscale: #686868. Windows color (decimal): -5025762 or 1986739. OLE color: 1986739.

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

Color convert

RGB1798030-
CMYK00.550.830.30
HSL20.13º71.29%40.98%-
HSV(B)20.13º83.24%70.2%-
XYZ21.6915.413.06-
YUV103.986.3181.57-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 61.94%
GREEN value IS 80 (31.64% from 255) = 27.68%
BLUE value IS 30 (12.11% from 255) = 10.38%
R=61.94%
G=27.68%
B=10.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.83
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179803000.550.830.3020.1371.2940.98
HexB3501E037531E144729
Octal26312036067123362410751
Binary101100111010000111100110111101001111110101001000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3501E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3501E; }

 p { color: rgb(179,80,30); }

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

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

 a { background-color: rgb(179,80,30); }

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

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

 span { border-color: rgb(179,80,30); }

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