Html Css Color HEX #B3531B Rose Of Sharon

📋 copy color: '#B3531B'

red 179 ◦ green 83 ◦ blue 27

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

Shades of Rose Of Sharon #B3531B

Tints of Rose Of Sharon #B3531B

RGB

 RED value IS 179 (70.31% from 255) = 61.94%

 GREEN value IS 83 (32.81% from 255) = 28.72%

 BLUE value IS 27 (10.94% from 255) = 9.34%

R = 61.94%
G = 28.72%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B3531B (or 0xB3531B) is known color: Rose Of Sharon. HEX triplet: B3, 53 and 1B. RGB value is (179,83,27). Sum of RGB (Red+Green+Blue) = 179+83+27=289 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.94% from 289); Green value is 83 (32.81% from 255 or 28.72% from 289); Blue value is 27 (10.94% from 255 or 9.34% from 289); Max value from RGB is 179 - color contains mainly: red. Hex color #B3531B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3531B is #4CACE4. Grayscale: #696969. Windows color (decimal): -5024997 or 1790899. OLE color: 1790899.

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

Color convert

RGB 179 83 27 -
CMYK 0 0.54 0.85 0.30
HSL 22.11º 0.74% 0.4% -
HSV(B) 22.11º 0.85% 0.7% -
XYZ 21.88 15.85 2.94 -
YUV 105.32 83.8 180.55 -
System Red Green Blue C M Y K H S L
Decimal 179 83 27 0 0.54 0.85 0.30 22.11 0.74 0.4
Hex B3 53 1B 0 36 55 1E 16 4A 28
Octal 263 123 33 0 66 125 36 26 112 50
Binary 10110011 1010011 11011 0 110110 1010101 11110 10110 1001010 101000

Color Harmonies of #B3531B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3531B

Black with #B3531B

Text Example


Text Example

White with #B3531B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3531B; }

 p { color: rgb(179,83,27); }

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

background-color css

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

 a { background-color: rgb(179,83,27); }

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

border-color css

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

 span { border-color: rgb(179,83,27); }

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