#b34a26

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

Shades of Rose Of Sharon #B34A26

Tints of Rose Of Sharon #B34A26

Color information

#B34A26 (or 0xB34A26) is unknown color: approx Rose Of Sharon. HEX triplet: B3, 4A and 26. RGB value is (179,74,38). Sum of RGB (Red+Green+Blue) = 179+74+38=291 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.51% from 291); Green value is 74 (29.30% from 255 or 25.43% from 291); Blue value is 38 (15.23% from 255 or 13.06% from 291); Max value from RGB is 179 - color contains mainly: red. Hex color #B34A26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34A26 is #4CB5D9. Grayscale: #656565. Windows color (decimal): -5027290 or 2509491. OLE color: 2509491.

HSL color Cylindrical-coordinate representation of color #B34A26: hue angle of 15.32º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B34A26 is Cyan = 0, Magento = 0.59, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB1797438-
CMYK00.590.790.30
HSL15.32º64.98%42.55%-
HSV(B)15.32º78.77%70.2%-
XYZ21.3914.623.53-
YUV101.2992.29183.43-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 61.51%
GREEN value IS 74 (29.30% from 255) = 25.43%
BLUE value IS 38 (15.23% from 255) = 13.06%
R=61.51%
G=25.43%
B=13.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.79
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179743800.590.790.3015.3264.9842.55
HexB34A2603B4F1Ef412b
Octal26311246073117361710153
Binary101100111001010100110011101110011111111011111000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b34a26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b34a26; }

 p { color: rgb(179,74,38); }

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

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

 a { background-color: rgb(179,74,38); }

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

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

 span { border-color: rgb(179,74,38); }

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