Html Css Color HEX #B1492C Rose Of Sharon

📋 copy color: '#B1492C'

red 177 ◦ green 73 ◦ blue 44

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

Shades of Rose Of Sharon #B1492C

Tints of Rose Of Sharon #B1492C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.83%

 BLUE value IS 44 (17.58% from 255) = 14.97%

R = 60.2%
G = 24.83%
B = 14.97%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#B1492C (or 0xB1492C) is known color: Rose Of Sharon. HEX triplet: B1, 49 and 2C. RGB value is (177,73,44). Sum of RGB (Red+Green+Blue) = 177+73+44=294 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.20% from 294); Green value is 73 (28.91% from 255 or 24.83% from 294); Blue value is 44 (17.58% from 255 or 14.97% from 294); Max value from RGB is 177 - color contains mainly: red. Hex color #B1492C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1492C is #4EB6D3. Grayscale: #656565. Windows color (decimal): -5158612 or 2902449. OLE color: 2902449.

HSL color Cylindrical-coordinate representation of color #B1492C: hue angle of 13.08º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B1492C is Cyan = 0, Magento = 0.59, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 73 44 -
CMYK 0 0.59 0.75 0.31
HSL 13.08º 0.6% 0.43% -
HSV(B) 13.08º 0.75% 0.69% -
XYZ 20.97 14.29 4.04 -
YUV 100.79 95.96 182.36 -
System Red Green Blue C M Y K H S L
Decimal 177 73 44 0 0.59 0.75 0.31 13.08 0.6 0.43
Hex B1 49 2C 0 3B 4B 1F D 3C 2B
Octal 261 111 54 0 73 113 37 15 74 53
Binary 10110001 1001001 101100 0 111011 1001011 11111 1101 111100 101011

Color Harmonies of #B1492C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1492C

Black with #B1492C

Text Example


Text Example

White with #B1492C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1492C; }

 p { color: rgb(177,73,44); }

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

background-color css

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

 a { background-color: rgb(177,73,44); }

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

border-color css

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

 span { border-color: rgb(177,73,44); }

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