Html Css Color HEX #B34D1D Rose Of Sharon

📋 copy color: '#B34D1D'

red 179 ◦ green 77 ◦ blue 29

#B34D1D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rose Of Sharon #B34D1D

Tints of Rose Of Sharon #B34D1D

RGB

 RED value IS 179 (70.31% from 255) = 62.81%

 GREEN value IS 77 (30.47% from 255) = 27.02%

 BLUE value IS 29 (11.72% from 255) = 10.18%

R = 62.81%
G = 27.02%
B = 10.18%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B34D1D (or 0xB34D1D) is known color: Rose Of Sharon. HEX triplet: B3, 4D and 1D. RGB value is (179,77,29). Sum of RGB (Red+Green+Blue) = 179+77+29=285 (37% of max value = 765). Red value is 179 (70.31% from 255 or 62.81% from 285); Green value is 77 (30.47% from 255 or 27.02% from 285); Blue value is 29 (11.72% from 255 or 10.18% from 285); Max value from RGB is 179 - color contains mainly: red. Hex color #B34D1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B34D1D is #4CB2E2. Grayscale: #666666. Windows color (decimal): -5026531 or 1920435. OLE color: 1920435.

HSL color Cylindrical-coordinate representation of color #B34D1D: hue angle of 19.2º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B34D1D is Cyan = 0, Magento = 0.57, Yellow = 0.84 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 77 29 -
CMYK 0 0.57 0.84 0.30
HSL 19.2º 0.72% 0.41% -
HSV(B) 19.2º 0.84% 0.7% -
XYZ 21.47 14.98 2.92 -
YUV 102.03 86.79 182.9 -
System Red Green Blue C M Y K H S L
Decimal 179 77 29 0 0.57 0.84 0.30 19.2 0.72 0.41
Hex B3 4D 1D 0 39 54 1E 13 48 29
Octal 263 115 35 0 71 124 36 23 110 51
Binary 10110011 1001101 11101 0 111001 1010100 11110 10011 1001000 101001

Color Harmonies of #B34D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34D1D

Black with #B34D1D

Text Example


Text Example

White with #B34D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34D1D; }

 p { color: rgb(179,77,29); }

 H1.HeaderClassName
 {
   color: #B34D1D;
 }
 .AnyTagClassName
 {
   color: #B34D1D;
 }
</style>

background-color css

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

 a { background-color: rgb(179,77,29); }

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

border-color css

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

 span { border-color: rgb(179,77,29); }

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