Html Css Color HEX #B1511C Rose Of Sharon

📋 copy color: '#B1511C'

red 177 ◦ green 81 ◦ blue 28

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

Shades of Rose Of Sharon #B1511C

Tints of Rose Of Sharon #B1511C

RGB

 RED value IS 177 (69.53% from 255) = 61.89%

 GREEN value IS 81 (32.03% from 255) = 28.32%

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

R = 61.89%
G = 28.32%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B1511C (or 0xB1511C) is known color: Rose Of Sharon. HEX triplet: B1, 51 and 1C. RGB value is (177,81,28). Sum of RGB (Red+Green+Blue) = 177+81+28=286 (37% of max value = 765). Red value is 177 (69.53% from 255 or 61.89% from 286); Green value is 81 (32.03% from 255 or 28.32% from 286); Blue value is 28 (11.33% from 255 or 9.79% from 286); Max value from RGB is 177 - color contains mainly: red. Hex color #B1511C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1511C is #4EAEE3. Grayscale: #676767. Windows color (decimal): -5156580 or 1855921. OLE color: 1855921.

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

Color convert

RGB 177 81 28 -
CMYK 0 0.54 0.84 0.31
HSL 21.34º 0.73% 0.4% -
HSV(B) 21.34º 0.84% 0.69% -
XYZ 21.28 15.32 2.93 -
YUV 103.66 85.3 180.31 -
System Red Green Blue C M Y K H S L
Decimal 177 81 28 0 0.54 0.84 0.31 21.34 0.73 0.4
Hex B1 51 1C 0 36 54 1F 15 49 28
Octal 261 121 34 0 66 124 37 25 111 50
Binary 10110001 1010001 11100 0 110110 1010100 11111 10101 1001001 101000

Color Harmonies of #B1511C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1511C

Black with #B1511C

Text Example


Text Example

White with #B1511C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1511C; }

 p { color: rgb(177,81,28); }

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

background-color css

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

 a { background-color: rgb(177,81,28); }

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

border-color css

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

 span { border-color: rgb(177,81,28); }

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