Html Css Color HEX #B4532C Red Stage

📋 copy color: '#B4532C'

red 180 ◦ green 83 ◦ blue 44

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

Shades of Red Stage #B4532C

Tints of Red Stage #B4532C

RGB

 RED value IS 180 (70.7% from 255) = 58.63%

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

 BLUE value IS 44 (17.58% from 255) = 14.33%

R = 58.63%
G = 27.04%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B4532C (or 0xB4532C) is known color: Red Stage. HEX triplet: B4, 53 and 2C. RGB value is (180,83,44). Sum of RGB (Red+Green+Blue) = 180+83+44=307 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.63% from 307); Green value is 83 (32.81% from 255 or 27.04% from 307); Blue value is 44 (17.58% from 255 or 14.33% from 307); Max value from RGB is 180 - color contains mainly: red. Hex color #B4532C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4532C is #4BACD3. Grayscale: #6B6B6B. Windows color (decimal): -4959444 or 2905012. OLE color: 2905012.

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

Color convert

RGB 180 83 44 -
CMYK 0 0.54 0.76 0.29
HSL 17.21º 0.61% 0.44% -
HSV(B) 17.21º 0.76% 0.71% -
XYZ 22.37 16.07 4.31 -
YUV 107.56 92.14 179.67 -
System Red Green Blue C M Y K H S L
Decimal 180 83 44 0 0.54 0.76 0.29 17.21 0.61 0.44
Hex B4 53 2C 0 36 4C 1D 11 3D 2C
Octal 264 123 54 0 66 114 35 21 75 54
Binary 10110100 1010011 101100 0 110110 1001100 11101 10001 111101 101100

Color Harmonies of #B4532C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4532C

Black with #B4532C

Text Example


Text Example

White with #B4532C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4532C; }

 p { color: rgb(180,83,44); }

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

background-color css

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

 a { background-color: rgb(180,83,44); }

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

border-color css

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

 span { border-color: rgb(180,83,44); }

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