Html Css Color HEX #B2521C Rose Of Sharon

📋 copy color: '#B2521C'

red 178 ◦ green 82 ◦ blue 28

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

Shades of Rose Of Sharon #B2521C

Tints of Rose Of Sharon #B2521C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.47%

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

R = 61.81%
G = 28.47%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B2521C (or 0xB2521C) is known color: Rose Of Sharon. HEX triplet: B2, 52 and 1C. RGB value is (178,82,28). Sum of RGB (Red+Green+Blue) = 178+82+28=288 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.81% from 288); Green value is 82 (32.42% from 255 or 28.47% from 288); Blue value is 28 (11.33% from 255 or 9.72% from 288); Max value from RGB is 178 - color contains mainly: red. Hex color #B2521C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2521C is #4DADE3. Grayscale: #686868. Windows color (decimal): -5090788 or 1856178. OLE color: 1856178.

HSL color Cylindrical-coordinate representation of color #B2521C: hue angle of 21.6º 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 #B2521C is Cyan = 0, Magento = 0.54, Yellow = 0.84 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 82 28 -
CMYK 0 0.54 0.84 0.30
HSL 21.6º 0.73% 0.4% -
HSV(B) 21.6º 0.84% 0.7% -
XYZ 21.59 15.58 2.97 -
YUV 104.55 84.8 180.39 -
System Red Green Blue C M Y K H S L
Decimal 178 82 28 0 0.54 0.84 0.30 21.6 0.73 0.4
Hex B2 52 1C 0 36 54 1E 16 49 28
Octal 262 122 34 0 66 124 36 26 111 50
Binary 10110010 1010010 11100 0 110110 1010100 11110 10110 1001001 101000

Color Harmonies of #B2521C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2521C

Black with #B2521C

Text Example


Text Example

White with #B2521C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2521C; }

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

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

background-color css

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

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

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

border-color css

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

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

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