Html Css Color HEX #B4532D Red Stage

📋 copy color: '#B4532D'

red 180 ◦ green 83 ◦ blue 45

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

Shades of Red Stage #B4532D

Tints of Red Stage #B4532D

RGB

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

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

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

R = 58.44%
G = 26.95%
B = 14.61%

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

#B4532D (or 0xB4532D) is known color: Red Stage. HEX triplet: B4, 53 and 2D. RGB value is (180,83,45). Sum of RGB (Red+Green+Blue) = 180+83+45=308 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.44% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 45 (17.97% from 255 or 14.61% from 308); Max value from RGB is 180 - color contains mainly: red. Hex color #B4532D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4532D is #4BACD2. Grayscale: #6B6B6B. Windows color (decimal): -4959443 or 2970548. OLE color: 2970548.

HSL color Cylindrical-coordinate representation of color #B4532D: hue angle of 16.89º 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 #B4532D is Cyan = 0, Magento = 0.54, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 83 45 -
CMYK 0 0.54 0.75 0.29
HSL 16.89º 0.6% 0.44% -
HSV(B) 16.89º 0.75% 0.71% -
XYZ 22.39 16.08 4.41 -
YUV 107.67 92.64 179.59 -
System Red Green Blue C M Y K H S L
Decimal 180 83 45 0 0.54 0.75 0.29 16.89 0.6 0.44
Hex B4 53 2D 0 36 4B 1D 11 3C 2C
Octal 264 123 55 0 66 113 35 21 74 54
Binary 10110100 1010011 101101 0 110110 1001011 11101 10001 111100 101100

Color Harmonies of #B4532D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4532D

Black with #B4532D

Text Example


Text Example

White with #B4532D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4532D; }

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

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

background-color css

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

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

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

border-color css

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

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

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