#b34122

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

Shades of Rose Of Sharon #B34122

Tints of Rose Of Sharon #B34122

Color information

#B34122 (or 0xB34122) is unknown color: approx Rose Of Sharon. HEX triplet: B3, 41 and 22. RGB value is (179,65,34). Sum of RGB (Red+Green+Blue) = 179+65+34=278 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.39% from 278); Green value is 65 (25.78% from 255 or 23.38% from 278); Blue value is 34 (13.67% from 255 or 12.23% from 278); Max value from RGB is 179 - color contains mainly: red. Hex color #B34122 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34122 is #4CBEDD. Grayscale: #5F5F5F. Windows color (decimal): -5029598 or 2245043. OLE color: 2245043.

HSL color Cylindrical-coordinate representation of color #B34122: hue angle of 12.83º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B34122 is Cyan = 0, Magento = 0.64, Yellow = 0.81 and Black (K on CMYK) = 0.30.

Color convert

RGB1796534-
CMYK00.640.810.30
HSL12.83º68.08%41.76%-
HSV(B)12.83º81.01%70.2%-
XYZ20.7713.483.02-
YUV95.5593.27187.52-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 64.39%
GREEN value IS 65 (25.78% from 255) = 23.38%
BLUE value IS 34 (13.67% from 255) = 12.23%
R=64.39%
G=23.38%
B=12.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.81
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179653400.640.810.3012.8368.0841.76
HexB34122040511Ed442a
Octal263101420100121361510452
Binary1011001110000011000100100000010100011111011011000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b34122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b34122; }

 p { color: rgb(179,65,34); }

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

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

 a { background-color: rgb(179,65,34); }

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

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

 span { border-color: rgb(179,65,34); }

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