Html Css Color HEX #B34A1E Rose Of Sharon

📋 copy color: '#B34A1E'

red 179 ◦ green 74 ◦ blue 30

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

Shades of Rose Of Sharon #B34A1E

Tints of Rose Of Sharon #B34A1E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.15%

 BLUE value IS 30 (12.11% from 255) = 10.6%

R = 63.25%
G = 26.15%
B = 10.6%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.83

 K value IS 0.30

RGB Variations

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

Color information

#B34A1E (or 0xB34A1E) is known color: Rose Of Sharon. HEX triplet: B3, 4A and 1E. RGB value is (179,74,30). Sum of RGB (Red+Green+Blue) = 179+74+30=283 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.25% from 283); Green value is 74 (29.30% from 255 or 26.15% from 283); Blue value is 30 (12.11% from 255 or 10.60% from 283); Max value from RGB is 179 - color contains mainly: red. Hex color #B34A1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34A1E is #4CB5E1. Grayscale: #646464. Windows color (decimal): -5027298 or 1985203. OLE color: 1985203.

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

Color convert

RGB 179 74 30 -
CMYK 0 0.59 0.83 0.30
HSL 17.72º 0.71% 0.41% -
HSV(B) 17.72º 0.83% 0.7% -
XYZ 21.27 14.58 2.92 -
YUV 100.38 88.29 184.08 -
System Red Green Blue C M Y K H S L
Decimal 179 74 30 0 0.59 0.83 0.30 17.72 0.71 0.41
Hex B3 4A 1E 0 3B 53 1E 12 47 29
Octal 263 112 36 0 73 123 36 22 107 51
Binary 10110011 1001010 11110 0 111011 1010011 11110 10010 1000111 101001

Color Harmonies of #B34A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34A1E

Black with #B34A1E

Text Example


Text Example

White with #B34A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34A1E; }

 p { color: rgb(179,74,30); }

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

background-color css

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

 a { background-color: rgb(179,74,30); }

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

border-color css

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

 span { border-color: rgb(179,74,30); }

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