Html Css Color HEX #B5532D Red Stage

📋 copy color: '#B5532D'

red 181 ◦ green 83 ◦ blue 45

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

Shades of Red Stage #B5532D

Tints of Red Stage #B5532D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.56%

R = 58.58%
G = 26.86%
B = 14.56%

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

#B5532D (or 0xB5532D) is known color: Red Stage. HEX triplet: B5, 53 and 2D. RGB value is (181,83,45). Sum of RGB (Red+Green+Blue) = 181+83+45=309 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.58% from 309); Green value is 83 (32.81% from 255 or 26.86% from 309); Blue value is 45 (17.97% from 255 or 14.56% from 309); Max value from RGB is 181 - color contains mainly: red. Hex color #B5532D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5532D is #4AACD2. Grayscale: #6C6C6C. Windows color (decimal): -4893907 or 2970549. OLE color: 2970549.

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

Color convert

RGB 181 83 45 -
CMYK 0 0.54 0.75 0.29
HSL 16.76º 0.6% 0.44% -
HSV(B) 16.76º 0.75% 0.71% -
XYZ 22.62 16.2 4.42 -
YUV 107.97 92.47 180.09 -
System Red Green Blue C M Y K H S L
Decimal 181 83 45 0 0.54 0.75 0.29 16.76 0.6 0.44
Hex B5 53 2D 0 36 4B 1D 11 3C 2C
Octal 265 123 55 0 66 113 35 21 74 54
Binary 10110101 1010011 101101 0 110110 1001011 11101 10001 111100 101100

Color Harmonies of #B5532D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5532D

Black with #B5532D

Text Example


Text Example

White with #B5532D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5532D; }

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

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

background-color css

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

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

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

border-color css

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

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

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