Html Css Color HEX #B34925 Rose Of Sharon

📋 copy color: '#B34925'

red 179 ◦ green 73 ◦ blue 37

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

Shades of Rose Of Sharon #B34925

Tints of Rose Of Sharon #B34925

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.26%

 BLUE value IS 37 (14.84% from 255) = 12.8%

R = 61.94%
G = 25.26%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#B34925 (or 0xB34925) is known color: Rose Of Sharon. HEX triplet: B3, 49 and 25. RGB value is (179,73,37). Sum of RGB (Red+Green+Blue) = 179+73+37=289 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.94% from 289); Green value is 73 (28.91% from 255 or 25.26% from 289); Blue value is 37 (14.84% from 255 or 12.80% from 289); Max value from RGB is 179 - color contains mainly: red. Hex color #B34925 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34925 is #4CB6DA. Grayscale: #646464. Windows color (decimal): -5027547 or 2443699. OLE color: 2443699.

HSL color Cylindrical-coordinate representation of color #B34925: hue angle of 15.21º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B34925 is Cyan = 0, Magento = 0.59, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 73 37 -
CMYK 0 0.59 0.79 0.30
HSL 15.21º 0.66% 0.42% -
HSV(B) 15.21º 0.79% 0.7% -
XYZ 21.31 14.48 3.42 -
YUV 100.59 92.12 183.93 -
System Red Green Blue C M Y K H S L
Decimal 179 73 37 0 0.59 0.79 0.30 15.21 0.66 0.42
Hex B3 49 25 0 3B 4F 1E F 42 2A
Octal 263 111 45 0 73 117 36 17 102 52
Binary 10110011 1001001 100101 0 111011 1001111 11110 1111 1000010 101010

Color Harmonies of #B34925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34925

Black with #B34925

Text Example


Text Example

White with #B34925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34925; }

 p { color: rgb(179,73,37); }

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

background-color css

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

 a { background-color: rgb(179,73,37); }

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

border-color css

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

 span { border-color: rgb(179,73,37); }

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