Html Css Color HEX #B34F1C Rose Of Sharon

📋 copy color: '#B34F1C'

red 179 ◦ green 79 ◦ blue 28

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

Shades of Rose Of Sharon #B34F1C

Tints of Rose Of Sharon #B34F1C

RGB

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

 GREEN value IS 79 (31.25% from 255) = 27.62%

 BLUE value IS 28 (11.33% from 255) = 9.79%

R = 62.59%
G = 27.62%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B34F1C (or 0xB34F1C) is known color: Rose Of Sharon. HEX triplet: B3, 4F and 1C. RGB value is (179,79,28). Sum of RGB (Red+Green+Blue) = 179+79+28=286 (37% of max value = 765). Red value is 179 (70.31% from 255 or 62.59% from 286); Green value is 79 (31.25% from 255 or 27.62% from 286); Blue value is 28 (11.33% from 255 or 9.79% from 286); Max value from RGB is 179 - color contains mainly: red. Hex color #B34F1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B34F1C is #4CB0E3. Grayscale: #676767. Windows color (decimal): -5026020 or 1855411. OLE color: 1855411.

HSL color Cylindrical-coordinate representation of color #B34F1C: hue angle of 20.26º degrees, saturation: 0.73, 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 #B34F1C is Cyan = 0, Magento = 0.56, Yellow = 0.84 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 79 28 -
CMYK 0 0.56 0.84 0.30
HSL 20.26º 0.73% 0.41% -
HSV(B) 20.26º 0.84% 0.7% -
XYZ 21.6 15.26 2.91 -
YUV 103.09 85.63 182.15 -
System Red Green Blue C M Y K H S L
Decimal 179 79 28 0 0.56 0.84 0.30 20.26 0.73 0.41
Hex B3 4F 1C 0 38 54 1E 14 49 29
Octal 263 117 34 0 70 124 36 24 111 51
Binary 10110011 1001111 11100 0 111000 1010100 11110 10100 1001001 101001

Color Harmonies of #B34F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34F1C

Black with #B34F1C

Text Example


Text Example

White with #B34F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34F1C; }

 p { color: rgb(179,79,28); }

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

background-color css

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

 a { background-color: rgb(179,79,28); }

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

border-color css

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

 span { border-color: rgb(179,79,28); }

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