Html Css Color HEX #B0501E Rose Of Sharon

📋 copy color: '#B0501E'

red 176 ◦ green 80 ◦ blue 30

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

Shades of Rose Of Sharon #B0501E

Tints of Rose Of Sharon #B0501E

RGB

 RED value IS 176 (69.14% from 255) = 61.54%

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

 BLUE value IS 30 (12.11% from 255) = 10.49%

R = 61.54%
G = 27.97%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#B0501E (or 0xB0501E) is known color: Rose Of Sharon. HEX triplet: B0, 50 and 1E. RGB value is (176,80,30). Sum of RGB (Red+Green+Blue) = 176+80+30=286 (37% of max value = 765). Red value is 176 (69.14% from 255 or 61.54% from 286); Green value is 80 (31.64% from 255 or 27.97% from 286); Blue value is 30 (12.11% from 255 or 10.49% from 286); Max value from RGB is 176 - color contains mainly: red. Hex color #B0501E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0501E is #4FAFE1. Grayscale: #676767. Windows color (decimal): -5222370 or 1986736. OLE color: 1986736.

HSL color Cylindrical-coordinate representation of color #B0501E: hue angle of 20.55º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B0501E is Cyan = 0, Magento = 0.55, Yellow = 0.83 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 80 30 -
CMYK 0 0.55 0.83 0.31
HSL 20.55º 0.71% 0.4% -
HSV(B) 20.55º 0.83% 0.69% -
XYZ 21.01 15.06 3.03 -
YUV 103 86.8 180.07 -
System Red Green Blue C M Y K H S L
Decimal 176 80 30 0 0.55 0.83 0.31 20.55 0.71 0.4
Hex B0 50 1E 0 37 53 1F 15 47 28
Octal 260 120 36 0 67 123 37 25 107 50
Binary 10110000 1010000 11110 0 110111 1010011 11111 10101 1000111 101000

Color Harmonies of #B0501E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0501E

Black with #B0501E

Text Example


Text Example

White with #B0501E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0501E; }

 p { color: rgb(176,80,30); }

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

background-color css

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

 a { background-color: rgb(176,80,30); }

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

border-color css

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

 span { border-color: rgb(176,80,30); }

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