#B34B29

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

Shades of Rose Of Sharon #B34B29

Tints of Rose Of Sharon #B34B29

Color information

#B34B29 (or 0xB34B29) is unknown color: approx Rose Of Sharon. HEX triplet: B3, 4B and 29. RGB value is (179,75,41). Sum of RGB (Red+Green+Blue) = 179+75+41=295 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.68% from 295); Green value is 75 (29.69% from 255 or 25.42% from 295); Blue value is 41 (16.41% from 255 or 13.90% from 295); Max value from RGB is 179 - color contains mainly: red. Hex color #B34B29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34B29 is #4CB4D6. Grayscale: #666666. Windows color (decimal): -5027031 or 2706355. OLE color: 2706355.

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

Color convert

RGB1797541-
CMYK00.580.770.30
HSL14.78º62.73%43.14%-
HSV(B)14.78º77.09%70.2%-
XYZ21.5114.783.82-
YUV102.2293.46182.76-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 60.68%
GREEN value IS 75 (29.69% from 255) = 25.42%
BLUE value IS 41 (16.41% from 255) = 13.90%
R=60.68%
G=25.42%
B=13.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.77
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179754100.580.770.3014.7862.7343.14
HexB34B2903A4D1Ef3f2b
Octal2631135107211536177753
Binary10110011100101110100101110101001101111101111111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34B29; }

 p { color: rgb(179,75,41); }

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

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

 a { background-color: rgb(179,75,41); }

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

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

 span { border-color: rgb(179,75,41); }

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