#B34B2B

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

Shades of Rose Of Sharon #B34B2B

Tints of Rose Of Sharon #B34B2B

Color information

#B34B2B (or 0xB34B2B) is unknown color: approx Rose Of Sharon. HEX triplet: B3, 4B and 2B. RGB value is (179,75,43). Sum of RGB (Red+Green+Blue) = 179+75+43=297 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.27% from 297); Green value is 75 (29.69% from 255 or 25.25% from 297); Blue value is 43 (17.19% from 255 or 14.48% from 297); Max value from RGB is 179 - color contains mainly: red. Hex color #B34B2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34B2B is #4CB4D4. Grayscale: #666666. Windows color (decimal): -5027029 or 2837427. OLE color: 2837427.

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

Color convert

RGB1797543-
CMYK00.580.760.30
HSL14.12º61.26%43.53%-
HSV(B)14.12º75.98%70.2%-
XYZ21.5414.794-
YUV102.4594.46182.6-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 60.27%
GREEN value IS 75 (29.69% from 255) = 25.25%
BLUE value IS 43 (17.19% from 255) = 14.48%
R=60.27%
G=25.25%
B=14.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.76
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179754300.580.760.3014.1261.2643.53
HexB34B2B03A4C1Ee3d2c
Octal2631135307211436167554
Binary10110011100101110101101110101001100111101110111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34B2B; }

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

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

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

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

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

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

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

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