#B34C1F

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

Shades of Rose Of Sharon #B34C1F

Tints of Rose Of Sharon #B34C1F

Color information

#B34C1F (or 0xB34C1F) is unknown color: approx Rose Of Sharon. HEX triplet: B3, 4C and 1F. RGB value is (179,76,31). Sum of RGB (Red+Green+Blue) = 179+76+31=286 (37% of max value = 765). Red value is 179 (70.31% from 255 or 62.59% from 286); Green value is 76 (30.08% from 255 or 26.57% from 286); Blue value is 31 (12.5% from 255 or 10.84% from 286); Max value from RGB is 179 - color contains mainly: red. Hex color #B34C1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34C1F is #4CB3E0. Grayscale: #656565. Windows color (decimal): -5026785 or 2051251. OLE color: 2051251.

HSL color Cylindrical-coordinate representation of color #B34C1F: hue angle of 18.24º degrees, saturation: 0.7, 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 #B34C1F is Cyan = 0, Magento = 0.58, Yellow = 0.83 and Black (K on CMYK) = 0.30.

Color convert

RGB1797631-
CMYK00.580.830.30
HSL18.24º70.48%41.18%-
HSV(B)18.24º82.68%70.2%-
XYZ21.4214.853.03-
YUV101.6788.12183.16-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 62.59%
GREEN value IS 76 (30.08% from 255) = 26.57%
BLUE value IS 31 (12.5% from 255) = 10.84%
R=62.59%
G=26.57%
B=10.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.83
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179763100.580.830.3018.2470.4841.18
HexB34C1F03A531E124629
Octal26311437072123362210651
Binary101100111001100111110111010101001111110100101000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34C1F; }

 p { color: rgb(179,76,31); }

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

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

 a { background-color: rgb(179,76,31); }

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

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

 span { border-color: rgb(179,76,31); }

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