Html Css Color HEX #B5532E Red Stage

📋 copy color: '#B5532E'

red 181 ◦ green 83 ◦ blue 46

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

Shades of Red Stage #B5532E

Tints of Red Stage #B5532E

RGB

 RED value IS 181 (71.09% from 255) = 58.39%

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

 BLUE value IS 46 (18.36% from 255) = 14.84%

R = 58.39%
G = 26.77%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B5532E (or 0xB5532E) is known color: Red Stage. HEX triplet: B5, 53 and 2E. RGB value is (181,83,46). Sum of RGB (Red+Green+Blue) = 181+83+46=310 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.39% from 310); Green value is 83 (32.81% from 255 or 26.77% from 310); Blue value is 46 (18.36% from 255 or 14.84% from 310); Max value from RGB is 181 - color contains mainly: red. Hex color #B5532E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5532E is #4AACD1. Grayscale: #6C6C6C. Windows color (decimal): -4893906 or 3036085. OLE color: 3036085.

HSL color Cylindrical-coordinate representation of color #B5532E: hue angle of 16.44º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B5532E is Cyan = 0, Magento = 0.54, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 83 46 -
CMYK 0 0.54 0.75 0.29
HSL 16.44º 0.59% 0.45% -
HSV(B) 16.44º 0.75% 0.71% -
XYZ 22.64 16.21 4.52 -
YUV 108.08 92.97 180.01 -
System Red Green Blue C M Y K H S L
Decimal 181 83 46 0 0.54 0.75 0.29 16.44 0.59 0.45
Hex B5 53 2E 0 36 4B 1D 10 3B 2D
Octal 265 123 56 0 66 113 35 20 73 55
Binary 10110101 1010011 101110 0 110110 1001011 11101 10000 111011 101101

Color Harmonies of #B5532E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5532E

Black with #B5532E

Text Example


Text Example

White with #B5532E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5532E; }

 p { color: rgb(181,83,46); }

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

background-color css

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

 a { background-color: rgb(181,83,46); }

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

border-color css

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

 span { border-color: rgb(181,83,46); }

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