Html Css Color HEX #B3501C Rose Of Sharon

📋 copy color: '#B3501C'

red 179 ◦ green 80 ◦ blue 28

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

Shades of Rose Of Sharon #B3501C

Tints of Rose Of Sharon #B3501C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.87%

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

R = 62.37%
G = 27.87%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B3501C (or 0xB3501C) is known color: Rose Of Sharon. HEX triplet: B3, 50 and 1C. RGB value is (179,80,28). Sum of RGB (Red+Green+Blue) = 179+80+28=287 (38% of max value = 765). Red value is 179 (70.31% from 255 or 62.37% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 28 (11.33% from 255 or 9.76% from 287); Max value from RGB is 179 - color contains mainly: red. Hex color #B3501C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3501C is #4CAFE3. Grayscale: #676767. Windows color (decimal): -5025764 or 1855667. OLE color: 1855667.

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

Color convert

RGB 179 80 28 -
CMYK 0 0.55 0.84 0.30
HSL 20.66º 0.73% 0.41% -
HSV(B) 20.66º 0.84% 0.7% -
XYZ 21.67 15.4 2.93 -
YUV 103.67 85.3 181.73 -
System Red Green Blue C M Y K H S L
Decimal 179 80 28 0 0.55 0.84 0.30 20.66 0.73 0.41
Hex B3 50 1C 0 37 54 1E 15 49 29
Octal 263 120 34 0 67 124 36 25 111 51
Binary 10110011 1010000 11100 0 110111 1010100 11110 10101 1001001 101001

Color Harmonies of #B3501C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3501C

Black with #B3501C

Text Example


Text Example

White with #B3501C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3501C; }

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

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

background-color css

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

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

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

border-color css

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

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

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