Html Css Color HEX #B3501B Rose Of Sharon

📋 copy color: '#B3501B'

red 179 ◦ green 80 ◦ blue 27

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

Shades of Rose Of Sharon #B3501B

Tints of Rose Of Sharon #B3501B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.44%

R = 62.59%
G = 27.97%
B = 9.44%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B3501B (or 0xB3501B) is known color: Rose Of Sharon. HEX triplet: B3, 50 and 1B. RGB value is (179,80,27). Sum of RGB (Red+Green+Blue) = 179+80+27=286 (37% of max value = 765). Red value is 179 (70.31% from 255 or 62.59% from 286); Green value is 80 (31.64% from 255 or 27.97% from 286); Blue value is 27 (10.94% from 255 or 9.44% from 286); Max value from RGB is 179 - color contains mainly: red. Hex color #B3501B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3501B is #4CAFE4. Grayscale: #676767. Windows color (decimal): -5025765 or 1790131. OLE color: 1790131.

HSL color Cylindrical-coordinate representation of color #B3501B: hue angle of 20.92º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B3501B is Cyan = 0, Magento = 0.55, Yellow = 0.85 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 80 27 -
CMYK 0 0.55 0.85 0.30
HSL 20.92º 0.74% 0.4% -
HSV(B) 20.92º 0.85% 0.7% -
XYZ 21.66 15.4 2.87 -
YUV 103.56 84.8 181.81 -
System Red Green Blue C M Y K H S L
Decimal 179 80 27 0 0.55 0.85 0.30 20.92 0.74 0.4
Hex B3 50 1B 0 37 55 1E 15 4A 28
Octal 263 120 33 0 67 125 36 25 112 50
Binary 10110011 1010000 11011 0 110111 1010101 11110 10101 1001010 101000

Color Harmonies of #B3501B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3501B

Black with #B3501B

Text Example


Text Example

White with #B3501B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3501B; }

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

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

background-color css

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

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

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

border-color css

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

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

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