Html Css Color HEX #B3531C Rose Of Sharon

📋 copy color: '#B3531C'

red 179 ◦ green 83 ◦ blue 28

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

Shades of Rose Of Sharon #B3531C

Tints of Rose Of Sharon #B3531C

RGB

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

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

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

R = 61.72%
G = 28.62%
B = 9.66%

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

#B3531C (or 0xB3531C) is known color: Rose Of Sharon. HEX triplet: B3, 53 and 1C. RGB value is (179,83,28). Sum of RGB (Red+Green+Blue) = 179+83+28=290 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.72% from 290); Green value is 83 (32.81% from 255 or 28.62% from 290); Blue value is 28 (11.33% from 255 or 9.66% from 290); Max value from RGB is 179 - color contains mainly: red. Hex color #B3531C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3531C is #4CACE3. Grayscale: #696969. Windows color (decimal): -5024996 or 1856435. OLE color: 1856435.

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

Color convert

RGB 179 83 28 -
CMYK 0 0.54 0.84 0.30
HSL 21.85º 0.73% 0.41% -
HSV(B) 21.85º 0.84% 0.7% -
XYZ 21.89 15.85 3 -
YUV 105.43 84.3 180.47 -
System Red Green Blue C M Y K H S L
Decimal 179 83 28 0 0.54 0.84 0.30 21.85 0.73 0.41
Hex B3 53 1C 0 36 54 1E 16 49 29
Octal 263 123 34 0 66 124 36 26 111 51
Binary 10110011 1010011 11100 0 110110 1010100 11110 10110 1001001 101001

Color Harmonies of #B3531C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3531C

Black with #B3531C

Text Example


Text Example

White with #B3531C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3531C; }

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

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

background-color css

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

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

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

border-color css

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

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

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