Html Css Color HEX #B2541C Rose Of Sharon

📋 copy color: '#B2541C'

red 178 ◦ green 84 ◦ blue 28

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

Shades of Rose Of Sharon #B2541C

Tints of Rose Of Sharon #B2541C

RGB

 RED value IS 178 (69.92% from 255) = 61.38%

 GREEN value IS 84 (33.2% from 255) = 28.97%

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

R = 61.38%
G = 28.97%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B2541C (or 0xB2541C) is known color: Rose Of Sharon. HEX triplet: B2, 54 and 1C. RGB value is (178,84,28). Sum of RGB (Red+Green+Blue) = 178+84+28=290 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.38% from 290); Green value is 84 (33.20% from 255 or 28.97% from 290); Blue value is 28 (11.33% from 255 or 9.66% from 290); Max value from RGB is 178 - color contains mainly: red. Hex color #B2541C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2541C is #4DABE3. Grayscale: #6A6A6A. Windows color (decimal): -5090276 or 1856690. OLE color: 1856690.

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

Color convert

RGB 178 84 28 -
CMYK 0 0.53 0.84 0.30
HSL 22.4º 0.73% 0.4% -
HSV(B) 22.4º 0.84% 0.7% -
XYZ 21.74 15.89 3.02 -
YUV 105.72 84.14 179.55 -
System Red Green Blue C M Y K H S L
Decimal 178 84 28 0 0.53 0.84 0.30 22.4 0.73 0.4
Hex B2 54 1C 0 35 54 1E 16 49 28
Octal 262 124 34 0 65 124 36 26 111 50
Binary 10110010 1010100 11100 0 110101 1010100 11110 10110 1001001 101000

Color Harmonies of #B2541C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2541C

Black with #B2541C

Text Example


Text Example

White with #B2541C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2541C; }

 p { color: rgb(178,84,28); }

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

background-color css

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

 a { background-color: rgb(178,84,28); }

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

border-color css

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

 span { border-color: rgb(178,84,28); }

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