Html Css Color HEX #B45331 Red Stage

📋 copy color: '#B45331'

red 180 ◦ green 83 ◦ blue 49

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

Shades of Red Stage #B45331

Tints of Red Stage #B45331

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.71%

R = 57.69%
G = 26.6%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B45331 (or 0xB45331) is known color: Red Stage. HEX triplet: B4, 53 and 31. RGB value is (180,83,49). Sum of RGB (Red+Green+Blue) = 180+83+49=312 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.69% from 312); Green value is 83 (32.81% from 255 or 26.60% from 312); Blue value is 49 (19.53% from 255 or 15.71% from 312); Max value from RGB is 180 - color contains mainly: red. Hex color #B45331 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45331 is #4BACCE. Grayscale: #6C6C6C. Windows color (decimal): -4959439 or 3232692. OLE color: 3232692.

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

Color convert

RGB 180 83 49 -
CMYK 0 0.54 0.73 0.29
HSL 15.57º 0.57% 0.45% -
HSV(B) 15.57º 0.73% 0.71% -
XYZ 22.47 16.11 4.83 -
YUV 108.13 94.64 179.26 -
System Red Green Blue C M Y K H S L
Decimal 180 83 49 0 0.54 0.73 0.29 15.57 0.57 0.45
Hex B4 53 31 0 36 49 1D 10 39 2D
Octal 264 123 61 0 66 111 35 20 71 55
Binary 10110100 1010011 110001 0 110110 1001001 11101 10000 111001 101101

Color Harmonies of #B45331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45331

Black with #B45331

Text Example


Text Example

White with #B45331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45331; }

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

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

background-color css

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

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

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

border-color css

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

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

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