Html Css Color HEX #B34920 Rose Of Sharon

📋 copy color: '#B34920'

red 179 ◦ green 73 ◦ blue 32

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

Shades of Rose Of Sharon #B34920

Tints of Rose Of Sharon #B34920

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 11.27%

R = 63.03%
G = 25.7%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#B34920 (or 0xB34920) is known color: Rose Of Sharon. HEX triplet: B3, 49 and 20. RGB value is (179,73,32). Sum of RGB (Red+Green+Blue) = 179+73+32=284 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.03% from 284); Green value is 73 (28.91% from 255 or 25.70% from 284); Blue value is 32 (12.89% from 255 or 11.27% from 284); Max value from RGB is 179 - color contains mainly: red. Hex color #B34920 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34920 is #4CB6DF. Grayscale: #646464. Windows color (decimal): -5027552 or 2116019. OLE color: 2116019.

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

Color convert

RGB 179 73 32 -
CMYK 0 0.59 0.82 0.30
HSL 16.73º 0.7% 0.41% -
HSV(B) 16.73º 0.82% 0.7% -
XYZ 21.23 14.45 3.04 -
YUV 100.02 89.62 184.33 -
System Red Green Blue C M Y K H S L
Decimal 179 73 32 0 0.59 0.82 0.30 16.73 0.7 0.41
Hex B3 49 20 0 3B 52 1E 11 46 29
Octal 263 111 40 0 73 122 36 21 106 51
Binary 10110011 1001001 100000 0 111011 1010010 11110 10001 1000110 101001

Color Harmonies of #B34920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34920

Black with #B34920

Text Example


Text Example

White with #B34920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34920; }

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

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

background-color css

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

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

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

border-color css

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

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

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